Slurm OpenAPI Plugin Release Notes
These release notes are maintained to provide OpenAPI client programmers a guide to where changes have taken place in the OpenAPI specifications from the OpenAPI plugins which are mainly used by slurmrestd but are also used to generate JSON or YAML output for multiple CLI commands.
All paths given are formatted for use with jq. Make sure to always place the paths in a single quote string to avoid shell replacements.
The OpenAPI specification should always be generated by slurmrestd once fully configured for normal operation. Query 'GET /openapi/v3' from slurmrestd to get the generated OpenAPI specification. The generated specification can change depending on which plugins are loaded and how they are configured. Any client must be careful to always use the current generated specification for any target slurmrestd daemon. Development of clients should always be designed to use the highest version of the plugins available to avoid needing to port clients sooner than would be otherwise required.
Slurm 25.05.0
data_parser/v0.0.43
Modified Fields
Replaced | .components.schemas["v0.0.43_account"].properties.flags.items = {}; |
Added | .components.schemas["v0.0.43_account"].properties.flags.items.enum = []; |
Added | .components.schemas["v0.0.43_account"].properties.flags.items.enum[0] = "DELETED"; |
Added | .components.schemas["v0.0.43_account"].properties.flags.items.enum[1] = "WithAssociations"; |
Added | .components.schemas["v0.0.43_account"].properties.flags.items.enum[2] = "WithCoordinators"; |
Added | .components.schemas["v0.0.43_account"].properties.flags.items.enum[3] = "NoUsersAreCoords"; |
Added | .components.schemas["v0.0.43_account"].properties.flags.items.enum[4] = "UsersAreCoords"; |
Added | .components.schemas["v0.0.43_account"].properties.flags.items.type = "string"; |
Added | .components.schemas["v0.0.43_account"].properties.flags.type = "array"; |
Removed | .components.schemas["v0.0.43_account_flags"] = {}; |
Removed | .components.schemas["v0.0.43_account_flags"].items = {}; |
Removed | .components.schemas["v0.0.43_account_flags"].items.enum = []; |
Removed | .components.schemas["v0.0.43_account_flags"].items.enum[0] = "DELETED"; |
Removed | .components.schemas["v0.0.43_account_flags"].items.enum[1] = "WithAssociations"; |
Removed | .components.schemas["v0.0.43_account_flags"].items.enum[2] = "WithCoordinators"; |
Removed | .components.schemas["v0.0.43_account_flags"].items.enum[3] = "NoUsersAreCoords"; |
Removed | .components.schemas["v0.0.43_account_flags"].items.enum[4] = "UsersAreCoords"; |
Removed | .components.schemas["v0.0.43_account_flags"].items.type = "string"; |
Removed | .components.schemas["v0.0.43_account_flags"].type = "array"; |
Replaced | .components.schemas["v0.0.43_accounting"].properties.start.description = "When the record was started (UNIX timestamp) (UNIX timestamp or time string recognized by Slurm (e.g., '[MM/DD[/YY]-]HH:MM[:SS]'))"; |
Replaced | .components.schemas["v0.0.43_acct_gather_energy"].properties.current_watts.description = "The instantaneous power consumption at the time of the last node energy accounting sample, in watts (32 bit integer number with flags)"; |
Replaced | .components.schemas["v0.0.43_acct_gather_energy"].properties.last_collected.description = "Time when energy data was last retrieved (UNIX timestamp) (UNIX timestamp or time string recognized by Slurm (e.g., '[MM/DD[/YY]-]HH:MM[:SS]'))"; |
Removed | .components.schemas["v0.0.43_acct_gather_profile"] = {}; |
Removed | .components.schemas["v0.0.43_acct_gather_profile"].items = {}; |
Removed | .components.schemas["v0.0.43_acct_gather_profile"].items.enum = []; |
Removed | .components.schemas["v0.0.43_acct_gather_profile"].items.enum[0] = "NOT_SET"; |
Removed | .components.schemas["v0.0.43_acct_gather_profile"].items.enum[1] = "NONE"; |
Removed | .components.schemas["v0.0.43_acct_gather_profile"].items.enum[2] = "ENERGY"; |
Removed | .components.schemas["v0.0.43_acct_gather_profile"].items.enum[3] = "LUSTRE"; |
Removed | .components.schemas["v0.0.43_acct_gather_profile"].items.enum[4] = "NETWORK"; |
Removed | .components.schemas["v0.0.43_acct_gather_profile"].items.enum[5] = "TASK"; |
Removed | .components.schemas["v0.0.43_acct_gather_profile"].items.type = "string"; |
Removed | .components.schemas["v0.0.43_acct_gather_profile"].type = "array"; |
Removed | .components.schemas["v0.0.43_admin_lvl"] = {}; |
Removed | .components.schemas["v0.0.43_admin_lvl"].items = {}; |
Removed | .components.schemas["v0.0.43_admin_lvl"].items.enum = []; |
Removed | .components.schemas["v0.0.43_admin_lvl"].items.enum[0] = "Not Set"; |
Removed | .components.schemas["v0.0.43_admin_lvl"].items.enum[1] = "None"; |
Removed | .components.schemas["v0.0.43_admin_lvl"].items.enum[2] = "Operator"; |
Removed | .components.schemas["v0.0.43_admin_lvl"].items.enum[3] = "Administrator"; |
Removed | .components.schemas["v0.0.43_admin_lvl"].items.type = "string"; |
Removed | .components.schemas["v0.0.43_admin_lvl"].type = "array"; |
Replaced | .components.schemas["v0.0.43_assoc"].properties.flags.items = {}; |
Added | .components.schemas["v0.0.43_assoc"].properties.flags.items.enum = []; |
Added | .components.schemas["v0.0.43_assoc"].properties.flags.items.enum[0] = "DELETED"; |
Added | .components.schemas["v0.0.43_assoc"].properties.flags.items.enum[1] = "NoUpdate"; |
Added | .components.schemas["v0.0.43_assoc"].properties.flags.items.enum[2] = "Exact"; |
Added | .components.schemas["v0.0.43_assoc"].properties.flags.items.enum[3] = "NoUsersAreCoords"; |
Added | .components.schemas["v0.0.43_assoc"].properties.flags.items.enum[4] = "UsersAreCoords"; |
Added | .components.schemas["v0.0.43_assoc"].properties.flags.items.type = "string"; |
Added | .components.schemas["v0.0.43_assoc"].properties.flags.type = "array"; |
Replaced | .components.schemas["v0.0.43_assoc"].properties.id.description = "Unique ID (Association ID)"; |
Replaced | .components.schemas["v0.0.43_assoc"].properties.max.properties.jobs.properties.accruing.description = "MaxJobsAccrue - Maximum number of pending jobs able to accrue age priority at any given time in this association (32 bit integer number with flags)"; |
Replaced | .components.schemas["v0.0.43_assoc"].properties.max.properties.jobs.properties.active.description = "MaxJobs - Maximum number of running jobs per user in this association (32 bit integer number with flags)"; |
Replaced | .components.schemas["v0.0.43_assoc"].properties.max.properties.jobs.properties.per.properties.accruing.description = "GrpJobsAccrue - Maximum number of pending jobs able to accrue age priority in this association and its children (32 bit integer number with flags)"; |
Replaced | .components.schemas["v0.0.43_assoc"].properties.max.properties.jobs.properties.per.properties.count.description = "GrpJobs - Maximum number of running jobs in this association and its children (32 bit integer number with flags)"; |
Replaced | .components.schemas["v0.0.43_assoc"].properties.max.properties.jobs.properties.per.properties.submitted.description = "GrpSubmitJobs - Maximum number of jobs in a pending or running state at any time in this association and its children (32 bit integer number with flags)"; |
Replaced | .components.schemas["v0.0.43_assoc"].properties.max.properties.jobs.properties.per.properties.wall_clock.description = "MaxWallDurationPerJob - Maximum wall clock time in minutes each job can use in this association (32 bit integer number with flags)"; |
Replaced | .components.schemas["v0.0.43_assoc"].properties.max.properties.jobs.properties.total.description = "MaxSubmitJobs - Maximum number of jobs in a pending or running state at any time in this association (32 bit integer number with flags)"; |
Replaced | .components.schemas["v0.0.43_assoc"].properties.max.properties.per.properties.account.properties.wall_clock.description = "GrpWall - Maximum wall clock time in minutes able to be allocated by running jobs in this association and its children (32 bit integer number with flags)"; |
Replaced | .components.schemas["v0.0.43_assoc"].properties.max.properties.tres.properties.group.properties.active.description = "GrpTRESRunMins - Maximum number of TRES minutes able to be allocated by running jobs in this association and its children"; |
Replaced | .components.schemas["v0.0.43_assoc"].properties.max.properties.tres.properties.group.properties.minutes.description = "GrpTRESMins - Maximum number of TRES minutes that can possibly be used by past, present, and future jobs in this association and its children"; |
Replaced | .components.schemas["v0.0.43_assoc"].properties.max.properties.tres.properties.minutes.properties.per.properties.job.description = "MaxTRESMinsPerJob - Maximum number of TRES minutes each job can use in this association"; |
Replaced | .components.schemas["v0.0.43_assoc"].properties.max.properties.tres.properties.minutes.properties.total.description = "Not implemented"; |
Replaced | .components.schemas["v0.0.43_assoc"].properties.max.properties.tres.properties.per.properties.job.description = "MaxTRESPerJob - Maximum number of TRES each job can use in this association"; |
Replaced | .components.schemas["v0.0.43_assoc"].properties.max.properties.tres.properties.per.properties.node.description = "MaxTRESPerNode - Maximum number of TRES each node in a job allocation can use in this association"; |
Replaced | .components.schemas["v0.0.43_assoc"].properties.max.properties.tres.properties.total.description = "GrpTRES - Maximum number of TRES able to be allocated by running jobs in this association and its children"; |
Replaced | .components.schemas["v0.0.43_assoc"].properties.min.properties.priority_threshold.description = "MinPrioThreshold - Minimum priority required to reserve resources when scheduling (32 bit integer number with flags)"; |
Replaced | .components.schemas["v0.0.43_assoc"].properties.priority.description = "Association priority factor (32 bit integer number with flags)"; |
Replaced | .components.schemas["v0.0.43_assoc"].properties.qos.description = "List of available QOS names (List of QOS names)"; |
Removed | .components.schemas["v0.0.43_assoc_flags"] = {}; |
Removed | .components.schemas["v0.0.43_assoc_flags"].items = {}; |
Removed | .components.schemas["v0.0.43_assoc_flags"].items.enum = []; |
Removed | .components.schemas["v0.0.43_assoc_flags"].items.enum[0] = "DELETED"; |
Removed | .components.schemas["v0.0.43_assoc_flags"].items.enum[1] = "NoUpdate"; |
Removed | .components.schemas["v0.0.43_assoc_flags"].items.enum[2] = "Exact"; |
Removed | .components.schemas["v0.0.43_assoc_flags"].items.enum[3] = "NoUsersAreCoords"; |
Removed | .components.schemas["v0.0.43_assoc_flags"].items.enum[4] = "UsersAreCoords"; |
Removed | .components.schemas["v0.0.43_assoc_flags"].items.type = "string"; |
Removed | .components.schemas["v0.0.43_assoc_flags"].type = "array"; |
Replaced | .components.schemas["v0.0.43_assoc_rec_set"].properties.grpjobs.description = "GrpJobs - Maximum number of running jobs in this association and its children (32 bit integer number with flags)"; |
Replaced | .components.schemas["v0.0.43_assoc_rec_set"].properties.grpjobsaccrue.description = "GrpJobsAccrue - Maximum number of pending jobs able to accrue age priority in this association and its children (32 bit integer number with flags)"; |
Replaced | .components.schemas["v0.0.43_assoc_rec_set"].properties.grpsubmitjobs.description = "GrpSubmitJobs - Maximum number of jobs in a pending or running state at any time in this association and its children (32 bit integer number with flags)"; |
Replaced | .components.schemas["v0.0.43_assoc_rec_set"].properties.grptres.description = "GrpTRES - Maximum number of TRES able to be allocated by running jobs in this association and its children"; |
Replaced | .components.schemas["v0.0.43_assoc_rec_set"].properties.grptresmins.description = "GrpTRESMins - Maximum number of TRES minutes that can possibly be used by past, present, and future jobs in this association and its children"; |
Replaced | .components.schemas["v0.0.43_assoc_rec_set"].properties.grptresrunmins.description = "GrpTRESRunMins - Maximum number of TRES minutes able to be allocated by running jobs in this association and its children"; |
Replaced | .components.schemas["v0.0.43_assoc_rec_set"].properties.grpwall.description = "GrpWall - Maximum wall clock time in minutes able to be allocated by running jobs in this association and its children (32 bit integer number with flags)"; |
Replaced | .components.schemas["v0.0.43_assoc_rec_set"].properties.maxjobs.description = "MaxJobs - Maximum number of running jobs per user in this association (32 bit integer number with flags)"; |
Replaced | .components.schemas["v0.0.43_assoc_rec_set"].properties.maxjobsaccrue.description = "MaxJobsAccrue - Maximum number of pending jobs able to accrue age priority at any given time in this association (32 bit integer number with flags)"; |
Replaced | .components.schemas["v0.0.43_assoc_rec_set"].properties.maxsubmitjobs.description = "MaxSubmitJobs - Maximum number of jobs in a pending or running state at any time in this association (32 bit integer number with flags)"; |
Replaced | .components.schemas["v0.0.43_assoc_rec_set"].properties.maxtresminsperjob.description = "MaxTRESMinsPerJob - Maximum number of TRES minutes each job can use in this association"; |
Replaced | .components.schemas["v0.0.43_assoc_rec_set"].properties.maxtresperjob.description = "MaxTRESPerJob - Maximum number of TRES each job can use in this association"; |
Replaced | .components.schemas["v0.0.43_assoc_rec_set"].properties.maxtrespernode.description = "MaxTRESPerNode - Maximum number of TRES each node in a job allocation can use in this association"; |
Replaced | .components.schemas["v0.0.43_assoc_rec_set"].properties.maxtresrunmins.description = "Not implemented"; |
Replaced | .components.schemas["v0.0.43_assoc_rec_set"].properties.maxwalldurationperjob.description = "MaxWallDurationPerJob - Maximum wall clock time in minutes each job can use in this association (32 bit integer number with flags)"; |
Replaced | .components.schemas["v0.0.43_assoc_rec_set"].properties.minpriothresh.description = "MinPrioThreshold - Minimum priority required to reserve resources when scheduling (32 bit integer number with flags)"; |
Replaced | .components.schemas["v0.0.43_assoc_rec_set"].properties.priority.description = "Association priority factor (32 bit integer number with flags)"; |
Replaced | .components.schemas["v0.0.43_assoc_rec_set"].properties.qoslevel.description = "List of available QOS names (List of QOS names)"; |
Replaced | .components.schemas["v0.0.43_assoc_shares_obj_wrap"].properties.effective_usage.description = "Effective, normalized usage (64 bit floating point number with flags)"; |
Replaced | .components.schemas["v0.0.43_assoc_shares_obj_wrap"].properties.fairshare.properties.factor.description = "Fairshare factor (64 bit floating point number with flags)"; |
Replaced | .components.schemas["v0.0.43_assoc_shares_obj_wrap"].properties.fairshare.properties.level.description = "Fairshare factor at this level; stored on an assoc as a long double, but that is not needed for display in sshare (64 bit floating point number with flags)"; |
Replaced | .components.schemas["v0.0.43_assoc_shares_obj_wrap"].properties.shares.description = "Number of shares allocated (32 bit integer number with flags)"; |
Replaced | .components.schemas["v0.0.43_assoc_shares_obj_wrap"].properties.shares_normalized.description = "Normalized shares (64 bit floating point number with flags)"; |
Replaced | .components.schemas["v0.0.43_assoc_shares_obj_wrap"].properties.type.items = {}; |
Added | .components.schemas["v0.0.43_assoc_shares_obj_wrap"].properties.type.items.enum = []; |
Added | .components.schemas["v0.0.43_assoc_shares_obj_wrap"].properties.type.items.enum[0] = "USER"; |
Added | .components.schemas["v0.0.43_assoc_shares_obj_wrap"].properties.type.items.enum[1] = "ASSOCIATION"; |
Added | .components.schemas["v0.0.43_assoc_shares_obj_wrap"].properties.type.items.type = "string"; |
Added | .components.schemas["v0.0.43_assoc_shares_obj_wrap"].properties.type.type = "array"; |
Replaced | .components.schemas["v0.0.43_assoc_shares_obj_wrap"].properties.usage_normalized.description = "Normalized usage (64 bit floating point number with flags)"; |
Removed | .components.schemas["v0.0.43_assoc_shares_obj_wrap_type"] = {}; |
Removed | .components.schemas["v0.0.43_assoc_shares_obj_wrap_type"].items = {}; |
Removed | .components.schemas["v0.0.43_assoc_shares_obj_wrap_type"].items.enum = []; |
Removed | .components.schemas["v0.0.43_assoc_shares_obj_wrap_type"].items.enum[0] = "USER"; |
Removed | .components.schemas["v0.0.43_assoc_shares_obj_wrap_type"].items.enum[1] = "ASSOCIATION"; |
Removed | .components.schemas["v0.0.43_assoc_shares_obj_wrap_type"].items.type = "string"; |
Removed | .components.schemas["v0.0.43_assoc_shares_obj_wrap_type"].type = "array"; |
Replaced | .components.schemas["v0.0.43_cluster_rec"].properties.flags.items = {}; |
Added | .components.schemas["v0.0.43_cluster_rec"].properties.flags.items.enum = []; |
Added | .components.schemas["v0.0.43_cluster_rec"].properties.flags.items.enum[0] = "DELETED"; |
Added | .components.schemas["v0.0.43_cluster_rec"].properties.flags.items.enum[1] = "REGISTERING"; |
Added | .components.schemas["v0.0.43_cluster_rec"].properties.flags.items.enum[2] = "MULTIPLE_SLURMD"; |
Added | .components.schemas["v0.0.43_cluster_rec"].properties.flags.items.enum[3] = "FEDERATION"; |
Added | .components.schemas["v0.0.43_cluster_rec"].properties.flags.items.enum[4] = "EXTERNAL"; |
Added | .components.schemas["v0.0.43_cluster_rec"].properties.flags.items.type = "string"; |
Added | .components.schemas["v0.0.43_cluster_rec"].properties.flags.type = "array"; |
Removed | .components.schemas["v0.0.43_cluster_rec_flags"] = {}; |
Removed | .components.schemas["v0.0.43_cluster_rec_flags"].items = {}; |
Removed | .components.schemas["v0.0.43_cluster_rec_flags"].items.enum = []; |
Removed | .components.schemas["v0.0.43_cluster_rec_flags"].items.enum[0] = "REGISTERING"; |
Removed | .components.schemas["v0.0.43_cluster_rec_flags"].items.enum[1] = "MULTIPLE_SLURMD"; |
Removed | .components.schemas["v0.0.43_cluster_rec_flags"].items.enum[2] = "FRONT_END"; |
Removed | .components.schemas["v0.0.43_cluster_rec_flags"].items.enum[3] = "FEDERATION"; |
Removed | .components.schemas["v0.0.43_cluster_rec_flags"].items.enum[4] = "EXTERNAL"; |
Removed | .components.schemas["v0.0.43_cluster_rec_flags"].items.type = "string"; |
Removed | .components.schemas["v0.0.43_cluster_rec_flags"].type = "array"; |
Replaced | .components.schemas["v0.0.43_controller_ping"].properties.primary.description = "Is responding slurmctld the primary controller (Is responding slurmctld the primary controller)"; |
Removed | .components.schemas["v0.0.43_cpu_binding_flags"] = {}; |
Removed | .components.schemas["v0.0.43_cpu_binding_flags"].items = {}; |
Removed | .components.schemas["v0.0.43_cpu_binding_flags"].items.enum = []; |
Removed | .components.schemas["v0.0.43_cpu_binding_flags"].items.enum[0] = "CPU_BIND_TO_THREADS"; |
Removed | .components.schemas["v0.0.43_cpu_binding_flags"].items.enum[1] = "CPU_BIND_TO_CORES"; |
Removed | .components.schemas["v0.0.43_cpu_binding_flags"].items.enum[2] = "CPU_BIND_TO_SOCKETS"; |
Removed | .components.schemas["v0.0.43_cpu_binding_flags"].items.enum[3] = "CPU_BIND_TO_LDOMS"; |
Removed | .components.schemas["v0.0.43_cpu_binding_flags"].items.enum[4] = "CPU_BIND_NONE"; |
Removed | .components.schemas["v0.0.43_cpu_binding_flags"].items.enum[5] = "CPU_BIND_RANK"; |
Removed | .components.schemas["v0.0.43_cpu_binding_flags"].items.enum[6] = "CPU_BIND_MAP"; |
Removed | .components.schemas["v0.0.43_cpu_binding_flags"].items.enum[7] = "CPU_BIND_MASK"; |
Removed | .components.schemas["v0.0.43_cpu_binding_flags"].items.enum[8] = "CPU_BIND_LDRANK"; |
Removed | .components.schemas["v0.0.43_cpu_binding_flags"].items.enum[9] = "CPU_BIND_LDMAP"; |
Removed | .components.schemas["v0.0.43_cpu_binding_flags"].items.enum[10] = "CPU_BIND_LDMASK"; |
Removed | .components.schemas["v0.0.43_cpu_binding_flags"].items.enum[11] = "VERBOSE"; |
Removed | .components.schemas["v0.0.43_cpu_binding_flags"].items.enum[12] = "CPU_BIND_ONE_THREAD_PER_CORE"; |
Removed | .components.schemas["v0.0.43_cpu_binding_flags"].items.type = "string"; |
Removed | .components.schemas["v0.0.43_cpu_binding_flags"].type = "array"; |
Removed | .components.schemas["v0.0.43_cr_type"] = {}; |
Removed | .components.schemas["v0.0.43_cr_type"].items = {}; |
Removed | .components.schemas["v0.0.43_cr_type"].items.enum = []; |
Removed | .components.schemas["v0.0.43_cr_type"].items.enum[0] = "CPU"; |
Removed | .components.schemas["v0.0.43_cr_type"].items.enum[1] = "SOCKET"; |
Removed | .components.schemas["v0.0.43_cr_type"].items.enum[2] = "CORE"; |
Removed | .components.schemas["v0.0.43_cr_type"].items.enum[3] = "BOARD"; |
Removed | .components.schemas["v0.0.43_cr_type"].items.enum[4] = "MEMORY"; |
Removed | .components.schemas["v0.0.43_cr_type"].items.enum[5] = "ONE_TASK_PER_CORE"; |
Removed | .components.schemas["v0.0.43_cr_type"].items.enum[6] = "PACK_NODES"; |
Removed | .components.schemas["v0.0.43_cr_type"].items.enum[7] = "CORE_DEFAULT_DIST_BLOCK"; |
Removed | .components.schemas["v0.0.43_cr_type"].items.enum[8] = "LLN"; |
Removed | .components.schemas["v0.0.43_cr_type"].items.enum[9] = "LINEAR"; |
Removed | .components.schemas["v0.0.43_cr_type"].items.type = "string"; |
Removed | .components.schemas["v0.0.43_cr_type"].type = "array"; |
Replaced | .components.schemas["v0.0.43_cron_entry"].properties.flags.items = {}; |
Added | .components.schemas["v0.0.43_cron_entry"].properties.flags.items.enum = []; |
Added | .components.schemas["v0.0.43_cron_entry"].properties.flags.items.enum[0] = "WILD_MINUTE"; |
Added | .components.schemas["v0.0.43_cron_entry"].properties.flags.items.enum[1] = "WILD_HOUR"; |
Added | .components.schemas["v0.0.43_cron_entry"].properties.flags.items.enum[2] = "WILD_DAY_OF_MONTH"; |
Added | .components.schemas["v0.0.43_cron_entry"].properties.flags.items.enum[3] = "WILD_MONTH"; |
Added | .components.schemas["v0.0.43_cron_entry"].properties.flags.items.enum[4] = "WILD_DAY_OF_WEEK"; |
Added | .components.schemas["v0.0.43_cron_entry"].properties.flags.items.type = "string"; |
Added | .components.schemas["v0.0.43_cron_entry"].properties.flags.type = "array"; |
Removed | .components.schemas["v0.0.43_cron_entry_flags"] = {}; |
Removed | .components.schemas["v0.0.43_cron_entry_flags"].items = {}; |
Removed | .components.schemas["v0.0.43_cron_entry_flags"].items.enum = []; |
Removed | .components.schemas["v0.0.43_cron_entry_flags"].items.enum[0] = "WILD_MINUTE"; |
Removed | .components.schemas["v0.0.43_cron_entry_flags"].items.enum[1] = "WILD_HOUR"; |
Removed | .components.schemas["v0.0.43_cron_entry_flags"].items.enum[2] = "WILD_DAY_OF_MONTH"; |
Removed | .components.schemas["v0.0.43_cron_entry_flags"].items.enum[3] = "WILD_MONTH"; |
Removed | .components.schemas["v0.0.43_cron_entry_flags"].items.enum[4] = "WILD_DAY_OF_WEEK"; |
Removed | .components.schemas["v0.0.43_cron_entry_flags"].items.type = "string"; |
Removed | .components.schemas["v0.0.43_cron_entry_flags"].type = "array"; |
Replaced | .components.schemas["v0.0.43_instance"].properties.time.properties.time_end.description = "When the instance will end (UNIX timestamp) (UNIX timestamp or time string recognized by Slurm (e.g., '[MM/DD[/YY]-]HH:MM[:SS]'))"; |
Replaced | .components.schemas["v0.0.43_instance"].properties.time.properties.time_start.description = "When the instance will start (UNIX timestamp) (UNIX timestamp or time string recognized by Slurm (e.g., '[MM/DD[/YY]-]HH:MM[:SS]'))"; |
Replaced | .components.schemas["v0.0.43_job"].properties.array.properties.task_id.description = "Task ID of this task in job array (32 bit integer number with flags)"; |
Replaced | .components.schemas["v0.0.43_job"].properties.derived_exit_code.description = "Highest exit code of all job steps (return code returned by process)"; |
Replaced | .components.schemas["v0.0.43_job"].properties.exit_code.description = "Exit code (return code returned by process)"; |
Replaced | .components.schemas["v0.0.43_job"].properties.flags.items = {}; |
Added | .components.schemas["v0.0.43_job"].properties.flags.items.enum = []; |
Added | .components.schemas["v0.0.43_job"].properties.flags.items.enum[0] = "NONE"; |
Added | .components.schemas["v0.0.43_job"].properties.flags.items.enum[1] = "CLEAR_SCHEDULING"; |
Added | .components.schemas["v0.0.43_job"].properties.flags.items.enum[2] = "NOT_SET"; |
Added | .components.schemas["v0.0.43_job"].properties.flags.items.enum[3] = "STARTED_ON_SUBMIT"; |
Added | .components.schemas["v0.0.43_job"].properties.flags.items.enum[4] = "STARTED_ON_SCHEDULE"; |
Added | .components.schemas["v0.0.43_job"].properties.flags.items.enum[5] = "STARTED_ON_BACKFILL"; |
Added | .components.schemas["v0.0.43_job"].properties.flags.items.enum[6] = "START_RECEIVED"; |
Added | .components.schemas["v0.0.43_job"].properties.flags.items.type = "string"; |
Added | .components.schemas["v0.0.43_job"].properties.flags.type = "array"; |
Replaced | .components.schemas["v0.0.43_job"].properties.het.properties.job_offset.description = "Unique sequence number applied to this component of the heterogeneous job (32 bit integer number with flags)"; |
Replaced | .components.schemas["v0.0.43_job"].properties.hold.description = "Hold (true) or release (false) job (Job held)"; |
Replaced | .components.schemas["v0.0.43_job"].properties.priority.description = "Request specific job priority (32 bit integer number with flags)"; |
Replaced | .components.schemas["v0.0.43_job"].properties.required.properties.memory_per_cpu.description = "Minimum memory in megabytes per allocated CPU (64 bit integer number with flags)"; |
Replaced | .components.schemas["v0.0.43_job"].properties.required.properties.memory_per_node.description = "Minimum memory in megabytes per allocated node (64 bit integer number with flags)"; |
Added | .components.schemas["v0.0.43_job"].properties.reservation.properties.requested = {}; |
Added | .components.schemas["v0.0.43_job"].properties.reservation.properties.requested.description = "Comma-separated list of requested reservation names"; |
Added | .components.schemas["v0.0.43_job"].properties.reservation.properties.requested.type = "string"; |
Added | .components.schemas["v0.0.43_job"].properties.segment_size = {}; |
Added | .components.schemas["v0.0.43_job"].properties.segment_size.description = "Requested segment size"; |
Added | .components.schemas["v0.0.43_job"].properties.segment_size.format = "int32"; |
Added | .components.schemas["v0.0.43_job"].properties.segment_size.type = "integer"; |
Replaced | .components.schemas["v0.0.43_job"].properties.state.properties.current.items = {}; |
Added | .components.schemas["v0.0.43_job"].properties.state.properties.current.items.enum = []; |
Added | .components.schemas["v0.0.43_job"].properties.state.properties.current.items.enum[0] = "PENDING"; |
Added | .components.schemas["v0.0.43_job"].properties.state.properties.current.items.enum[1] = "RUNNING"; |
Added | .components.schemas["v0.0.43_job"].properties.state.properties.current.items.enum[2] = "SUSPENDED"; |
Added | .components.schemas["v0.0.43_job"].properties.state.properties.current.items.enum[3] = "COMPLETED"; |
Added | .components.schemas["v0.0.43_job"].properties.state.properties.current.items.enum[4] = "CANCELLED"; |
Added | .components.schemas["v0.0.43_job"].properties.state.properties.current.items.enum[5] = "FAILED"; |
Added | .components.schemas["v0.0.43_job"].properties.state.properties.current.items.enum[6] = "TIMEOUT"; |
Added | .components.schemas["v0.0.43_job"].properties.state.properties.current.items.enum[7] = "NODE_FAIL"; |
Added | .components.schemas["v0.0.43_job"].properties.state.properties.current.items.enum[8] = "PREEMPTED"; |
Added | .components.schemas["v0.0.43_job"].properties.state.properties.current.items.enum[9] = "BOOT_FAIL"; |
Added | .components.schemas["v0.0.43_job"].properties.state.properties.current.items.enum[10] = "DEADLINE"; |
Added | .components.schemas["v0.0.43_job"].properties.state.properties.current.items.enum[11] = "OUT_OF_MEMORY"; |
Added | .components.schemas["v0.0.43_job"].properties.state.properties.current.items.enum[12] = "LAUNCH_FAILED"; |
Added | .components.schemas["v0.0.43_job"].properties.state.properties.current.items.enum[13] = "REQUEUED"; |
Added | .components.schemas["v0.0.43_job"].properties.state.properties.current.items.enum[14] = "REQUEUE_HOLD"; |
Added | .components.schemas["v0.0.43_job"].properties.state.properties.current.items.enum[15] = "SPECIAL_EXIT"; |
Added | .components.schemas["v0.0.43_job"].properties.state.properties.current.items.enum[16] = "RESIZING"; |
Added | .components.schemas["v0.0.43_job"].properties.state.properties.current.items.enum[17] = "CONFIGURING"; |
Added | .components.schemas["v0.0.43_job"].properties.state.properties.current.items.enum[18] = "COMPLETING"; |
Added | .components.schemas["v0.0.43_job"].properties.state.properties.current.items.enum[19] = "STOPPED"; |
Added | .components.schemas["v0.0.43_job"].properties.state.properties.current.items.enum[20] = "RECONFIG_FAIL"; |
Added | .components.schemas["v0.0.43_job"].properties.state.properties.current.items.enum[21] = "POWER_UP_NODE"; |
Added | .components.schemas["v0.0.43_job"].properties.state.properties.current.items.enum[22] = "REVOKED"; |
Added | .components.schemas["v0.0.43_job"].properties.state.properties.current.items.enum[23] = "REQUEUE_FED"; |
Added | .components.schemas["v0.0.43_job"].properties.state.properties.current.items.enum[24] = "RESV_DEL_HOLD"; |
Added | .components.schemas["v0.0.43_job"].properties.state.properties.current.items.enum[25] = "SIGNALING"; |
Added | .components.schemas["v0.0.43_job"].properties.state.properties.current.items.enum[26] = "STAGE_OUT"; |
Added | .components.schemas["v0.0.43_job"].properties.state.properties.current.items.type = "string"; |
Added | .components.schemas["v0.0.43_job"].properties.state.properties.current.type = "array"; |
Replaced | .components.schemas["v0.0.43_job"].properties.time.properties.eligible.description = "Time when the job became eligible to run (UNIX timestamp) (UNIX timestamp or time string recognized by Slurm (e.g., '[MM/DD[/YY]-]HH:MM[:SS]'))"; |
Replaced | .components.schemas["v0.0.43_job"].properties.time.properties.end.description = "End time (UNIX timestamp) (UNIX timestamp or time string recognized by Slurm (e.g., '[MM/DD[/YY]-]HH:MM[:SS]'))"; |
Replaced | .components.schemas["v0.0.43_job"].properties.time.properties.limit.description = "Maximum run time in minutes (32 bit integer number with flags)"; |
Replaced | .components.schemas["v0.0.43_job"].properties.time.properties.planned.description = "Time required to start job after becoming eligible to run in seconds (64 bit integer number with flags)"; |
Replaced | .components.schemas["v0.0.43_job"].properties.time.properties.start.description = "Time execution began (UNIX timestamp) (UNIX timestamp or time string recognized by Slurm (e.g., '[MM/DD[/YY]-]HH:MM[:SS]'))"; |
Replaced | .components.schemas["v0.0.43_job"].properties.time.properties.submission.description = "Time when the job was submitted (UNIX timestamp) (UNIX timestamp or time string recognized by Slurm (e.g., '[MM/DD[/YY]-]HH:MM[:SS]'))"; |
Replaced | .components.schemas["v0.0.43_job"].properties.wckey.description = "Workload characterization key (WCKey ID with tagging)"; |
Replaced | .components.schemas["v0.0.43_job_desc_msg"].properties.argv.description = "Arguments to the script. Note: The slurmstepd always overrides argv[0] with the path to the created script file. If this option is used, argv[0] should be a throwaway value."; |
Replaced | .components.schemas["v0.0.43_job_desc_msg"].properties.begin_time.description = "Defer the allocation of the job until the specified time (UNIX timestamp) (UNIX timestamp or time string recognized by Slurm (e.g., '[MM/DD[/YY]-]HH:MM[:SS]'); may also be infinite or unset) (64 bit integer number with flags)"; |
Replaced | .components.schemas["v0.0.43_job_desc_msg"].properties.constraints.description = "Comma-separated list of features that are required"; |
Replaced | .components.schemas["v0.0.43_job_desc_msg"].properties.cpu_binding_flags.items = {}; |
Added | .components.schemas["v0.0.43_job_desc_msg"].properties.cpu_binding_flags.items.enum = []; |
Added | .components.schemas["v0.0.43_job_desc_msg"].properties.cpu_binding_flags.items.enum[0] = "CPU_BIND_TO_THREADS"; |
Added | .components.schemas["v0.0.43_job_desc_msg"].properties.cpu_binding_flags.items.enum[1] = "CPU_BIND_TO_CORES"; |
Added | .components.schemas["v0.0.43_job_desc_msg"].properties.cpu_binding_flags.items.enum[2] = "CPU_BIND_TO_SOCKETS"; |
Added | .components.schemas["v0.0.43_job_desc_msg"].properties.cpu_binding_flags.items.enum[3] = "CPU_BIND_TO_LDOMS"; |
Added | .components.schemas["v0.0.43_job_desc_msg"].properties.cpu_binding_flags.items.enum[4] = "CPU_BIND_NONE"; |
Added | .components.schemas["v0.0.43_job_desc_msg"].properties.cpu_binding_flags.items.enum[5] = "CPU_BIND_RANK"; |
Added | .components.schemas["v0.0.43_job_desc_msg"].properties.cpu_binding_flags.items.enum[6] = "CPU_BIND_MAP"; |
Added | .components.schemas["v0.0.43_job_desc_msg"].properties.cpu_binding_flags.items.enum[7] = "CPU_BIND_MASK"; |
Added | .components.schemas["v0.0.43_job_desc_msg"].properties.cpu_binding_flags.items.enum[8] = "CPU_BIND_LDRANK"; |
Added | .components.schemas["v0.0.43_job_desc_msg"].properties.cpu_binding_flags.items.enum[9] = "CPU_BIND_LDMAP"; |
Added | .components.schemas["v0.0.43_job_desc_msg"].properties.cpu_binding_flags.items.enum[10] = "CPU_BIND_LDMASK"; |
Added | .components.schemas["v0.0.43_job_desc_msg"].properties.cpu_binding_flags.items.enum[11] = "VERBOSE"; |
Added | .components.schemas["v0.0.43_job_desc_msg"].properties.cpu_binding_flags.items.enum[12] = "CPU_BIND_ONE_THREAD_PER_CORE"; |
Added | .components.schemas["v0.0.43_job_desc_msg"].properties.cpu_binding_flags.items.type = "string"; |
Added | .components.schemas["v0.0.43_job_desc_msg"].properties.cpu_binding_flags.type = "array"; |
Replaced | .components.schemas["v0.0.43_job_desc_msg"].properties.crontab.description = "Specification for scrontab job (crontab entry)"; |
Replaced | .components.schemas["v0.0.43_job_desc_msg"].properties.deadline.description = "Latest time that the job may start (UNIX timestamp) (UNIX timestamp or time string recognized by Slurm (e.g., '[MM/DD[/YY]-]HH:MM[:SS]'))"; |
Replaced | .components.schemas["v0.0.43_job_desc_msg"].properties.distribution_plane_size.description = "Plane size specification when distribution specifies plane (16 bit integer number with flags)"; |
Replaced | .components.schemas["v0.0.43_job_desc_msg"].properties.end_time.description = "Expected end time (UNIX timestamp) (UNIX timestamp or time string recognized by Slurm (e.g., '[MM/DD[/YY]-]HH:MM[:SS]'))"; |
Replaced | .components.schemas["v0.0.43_job_desc_msg"].properties.excluded_nodes.description = "Comma-separated list of nodes that may not be used"; |
Replaced | .components.schemas["v0.0.43_job_desc_msg"].properties.flags.items = {}; |
Added | .components.schemas["v0.0.43_job_desc_msg"].properties.flags.items.enum = []; |
Added | .components.schemas["v0.0.43_job_desc_msg"].properties.flags.items.enum[0] = "KILL_INVALID_DEPENDENCY"; |
Added | .components.schemas["v0.0.43_job_desc_msg"].properties.flags.items.enum[1] = "NO_KILL_INVALID_DEPENDENCY"; |
Added | .components.schemas["v0.0.43_job_desc_msg"].properties.flags.items.enum[2] = "HAS_STATE_DIRECTORY"; |
Added | .components.schemas["v0.0.43_job_desc_msg"].properties.flags.items.enum[3] = "TESTING_BACKFILL"; |
Added | .components.schemas["v0.0.43_job_desc_msg"].properties.flags.items.enum[4] = "GRES_BINDING_ENFORCED"; |
Added | .components.schemas["v0.0.43_job_desc_msg"].properties.flags.items.enum[5] = "TEST_NOW_ONLY"; |
Added | .components.schemas["v0.0.43_job_desc_msg"].properties.flags.items.enum[6] = "SEND_JOB_ENVIRONMENT"; |
Added | .components.schemas["v0.0.43_job_desc_msg"].properties.flags.items.enum[7] = "SPREAD_JOB"; |
Added | .components.schemas["v0.0.43_job_desc_msg"].properties.flags.items.enum[8] = "PREFER_MINIMUM_NODE_COUNT"; |
Added | .components.schemas["v0.0.43_job_desc_msg"].properties.flags.items.enum[9] = "JOB_KILL_HURRY"; |
Added | .components.schemas["v0.0.43_job_desc_msg"].properties.flags.items.enum[10] = "SKIP_TRES_STRING_ACCOUNTING"; |
Added | .components.schemas["v0.0.43_job_desc_msg"].properties.flags.items.enum[11] = "SIBLING_CLUSTER_UPDATE_ONLY"; |
Added | .components.schemas["v0.0.43_job_desc_msg"].properties.flags.items.enum[12] = "HETEROGENEOUS_JOB"; |
Added | .components.schemas["v0.0.43_job_desc_msg"].properties.flags.items.enum[13] = "EXACT_TASK_COUNT_REQUESTED"; |
Added | .components.schemas["v0.0.43_job_desc_msg"].properties.flags.items.enum[14] = "EXACT_CPU_COUNT_REQUESTED"; |
Added | .components.schemas["v0.0.43_job_desc_msg"].properties.flags.items.enum[15] = "TESTING_WHOLE_NODE_BACKFILL"; |
Added | .components.schemas["v0.0.43_job_desc_msg"].properties.flags.items.enum[16] = "TOP_PRIORITY_JOB"; |
Added | .components.schemas["v0.0.43_job_desc_msg"].properties.flags.items.enum[17] = "ACCRUE_COUNT_CLEARED"; |
Added | .components.schemas["v0.0.43_job_desc_msg"].properties.flags.items.enum[18] = "GRES_BINDING_DISABLED"; |
Added | .components.schemas["v0.0.43_job_desc_msg"].properties.flags.items.enum[19] = "JOB_WAS_RUNNING"; |
Added | .components.schemas["v0.0.43_job_desc_msg"].properties.flags.items.enum[20] = "JOB_ACCRUE_TIME_RESET"; |
Added | .components.schemas["v0.0.43_job_desc_msg"].properties.flags.items.enum[21] = "CRON_JOB"; |
Added | .components.schemas["v0.0.43_job_desc_msg"].properties.flags.items.enum[22] = "EXACT_MEMORY_REQUESTED"; |
Added | .components.schemas["v0.0.43_job_desc_msg"].properties.flags.items.enum[23] = "EXTERNAL_JOB"; |
Added | .components.schemas["v0.0.43_job_desc_msg"].properties.flags.items.enum[24] = "USING_DEFAULT_ACCOUNT"; |
Added | .components.schemas["v0.0.43_job_desc_msg"].properties.flags.items.enum[25] = "USING_DEFAULT_PARTITION"; |
Added | .components.schemas["v0.0.43_job_desc_msg"].properties.flags.items.enum[26] = "USING_DEFAULT_QOS"; |
Added | .components.schemas["v0.0.43_job_desc_msg"].properties.flags.items.enum[27] = "USING_DEFAULT_WCKEY"; |
Added | .components.schemas["v0.0.43_job_desc_msg"].properties.flags.items.enum[28] = "DEPENDENT"; |
Added | .components.schemas["v0.0.43_job_desc_msg"].properties.flags.items.enum[29] = "MAGNETIC"; |
Added | .components.schemas["v0.0.43_job_desc_msg"].properties.flags.items.enum[30] = "PARTITION_ASSIGNED"; |
Added | .components.schemas["v0.0.43_job_desc_msg"].properties.flags.items.enum[31] = "BACKFILL_ATTEMPTED"; |
Added | .components.schemas["v0.0.43_job_desc_msg"].properties.flags.items.enum[32] = "SCHEDULING_ATTEMPTED"; |
Added | .components.schemas["v0.0.43_job_desc_msg"].properties.flags.items.enum[33] = "STEPMGR_ENABLED"; |
Added | .components.schemas["v0.0.43_job_desc_msg"].properties.flags.items.type = "string"; |
Added | .components.schemas["v0.0.43_job_desc_msg"].properties.flags.type = "array"; |
Replaced | .components.schemas["v0.0.43_job_desc_msg"].properties.hold.description = "Hold (true) or release (false) job (Job held)"; |
Replaced | .components.schemas["v0.0.43_job_desc_msg"].properties.kill_warning_delay.description = "Number of seconds before end time to send the warning signal (16 bit integer number with flags)"; |
Replaced | .components.schemas["v0.0.43_job_desc_msg"].properties.kill_warning_flags.items = {}; |
Added | .components.schemas["v0.0.43_job_desc_msg"].properties.kill_warning_flags.items.enum = []; |
Added | .components.schemas["v0.0.43_job_desc_msg"].properties.kill_warning_flags.items.enum[0] = "BATCH_JOB"; |
Added | .components.schemas["v0.0.43_job_desc_msg"].properties.kill_warning_flags.items.enum[1] = "ARRAY_TASK"; |
Added | .components.schemas["v0.0.43_job_desc_msg"].properties.kill_warning_flags.items.enum[2] = "FULL_STEPS_ONLY"; |
Added | .components.schemas["v0.0.43_job_desc_msg"].properties.kill_warning_flags.items.enum[3] = "FULL_JOB"; |
Added | .components.schemas["v0.0.43_job_desc_msg"].properties.kill_warning_flags.items.enum[4] = "FEDERATION_REQUEUE"; |
Added | .components.schemas["v0.0.43_job_desc_msg"].properties.kill_warning_flags.items.enum[5] = "HURRY"; |
Added | .components.schemas["v0.0.43_job_desc_msg"].properties.kill_warning_flags.items.enum[6] = "OUT_OF_MEMORY"; |
Added | .components.schemas["v0.0.43_job_desc_msg"].properties.kill_warning_flags.items.enum[7] = "NO_SIBLING_JOBS"; |
Added | .components.schemas["v0.0.43_job_desc_msg"].properties.kill_warning_flags.items.enum[8] = "RESERVATION_JOB"; |
Added | .components.schemas["v0.0.43_job_desc_msg"].properties.kill_warning_flags.items.enum[9] = "VERBOSE"; |
Added | .components.schemas["v0.0.43_job_desc_msg"].properties.kill_warning_flags.items.enum[10] = "CRON_JOBS"; |
Added | .components.schemas["v0.0.43_job_desc_msg"].properties.kill_warning_flags.items.enum[11] = "WARNING_SENT"; |
Added | .components.schemas["v0.0.43_job_desc_msg"].properties.kill_warning_flags.items.type = "string"; |
Added | .components.schemas["v0.0.43_job_desc_msg"].properties.kill_warning_flags.type = "array"; |
Replaced | .components.schemas["v0.0.43_job_desc_msg"].properties.mail_type.items = {}; |
Added | .components.schemas["v0.0.43_job_desc_msg"].properties.mail_type.items.enum = []; |
Added | .components.schemas["v0.0.43_job_desc_msg"].properties.mail_type.items.enum[0] = "BEGIN"; |
Added | .components.schemas["v0.0.43_job_desc_msg"].properties.mail_type.items.enum[1] = "END"; |
Added | .components.schemas["v0.0.43_job_desc_msg"].properties.mail_type.items.enum[2] = "FAIL"; |
Added | .components.schemas["v0.0.43_job_desc_msg"].properties.mail_type.items.enum[3] = "REQUEUE"; |
Added | .components.schemas["v0.0.43_job_desc_msg"].properties.mail_type.items.enum[4] = "TIME=100%"; |
Added | .components.schemas["v0.0.43_job_desc_msg"].properties.mail_type.items.enum[5] = "TIME=90%"; |
Added | .components.schemas["v0.0.43_job_desc_msg"].properties.mail_type.items.enum[6] = "TIME=80%"; |
Added | .components.schemas["v0.0.43_job_desc_msg"].properties.mail_type.items.enum[7] = "TIME=50%"; |
Added | .components.schemas["v0.0.43_job_desc_msg"].properties.mail_type.items.enum[8] = "STAGE_OUT"; |
Added | .components.schemas["v0.0.43_job_desc_msg"].properties.mail_type.items.enum[9] = "ARRAY_TASKS"; |
Added | .components.schemas["v0.0.43_job_desc_msg"].properties.mail_type.items.enum[10] = "INVALID_DEPENDENCY"; |
Added | .components.schemas["v0.0.43_job_desc_msg"].properties.mail_type.items.type = "string"; |
Added | .components.schemas["v0.0.43_job_desc_msg"].properties.mail_type.type = "array"; |
Replaced | .components.schemas["v0.0.43_job_desc_msg"].properties.memory_binding_type.items = {}; |
Added | .components.schemas["v0.0.43_job_desc_msg"].properties.memory_binding_type.items.enum = []; |
Added | .components.schemas["v0.0.43_job_desc_msg"].properties.memory_binding_type.items.enum[0] = "NONE"; |
Added | .components.schemas["v0.0.43_job_desc_msg"].properties.memory_binding_type.items.enum[1] = "RANK"; |
Added | .components.schemas["v0.0.43_job_desc_msg"].properties.memory_binding_type.items.enum[2] = "MAP"; |
Added | .components.schemas["v0.0.43_job_desc_msg"].properties.memory_binding_type.items.enum[3] = "MASK"; |
Added | .components.schemas["v0.0.43_job_desc_msg"].properties.memory_binding_type.items.enum[4] = "LOCAL"; |
Added | .components.schemas["v0.0.43_job_desc_msg"].properties.memory_binding_type.items.enum[5] = "VERBOSE"; |
Added | .components.schemas["v0.0.43_job_desc_msg"].properties.memory_binding_type.items.enum[6] = "SORT"; |
Added | .components.schemas["v0.0.43_job_desc_msg"].properties.memory_binding_type.items.enum[7] = "PREFER"; |
Added | .components.schemas["v0.0.43_job_desc_msg"].properties.memory_binding_type.items.type = "string"; |
Added | .components.schemas["v0.0.43_job_desc_msg"].properties.memory_binding_type.type = "array"; |
Replaced | .components.schemas["v0.0.43_job_desc_msg"].properties.memory_per_cpu.description = "Minimum memory in megabytes per allocated CPU (64 bit integer number with flags)"; |
Replaced | .components.schemas["v0.0.43_job_desc_msg"].properties.memory_per_node.description = "Minimum memory in megabytes per allocated node (64 bit integer number with flags)"; |
Replaced | .components.schemas["v0.0.43_job_desc_msg"].properties.open_mode.items = {}; |
Added | .components.schemas["v0.0.43_job_desc_msg"].properties.open_mode.items.enum = []; |
Added | .components.schemas["v0.0.43_job_desc_msg"].properties.open_mode.items.enum[0] = "APPEND"; |
Added | .components.schemas["v0.0.43_job_desc_msg"].properties.open_mode.items.enum[1] = "TRUNCATE"; |
Added | .components.schemas["v0.0.43_job_desc_msg"].properties.open_mode.items.type = "string"; |
Added | .components.schemas["v0.0.43_job_desc_msg"].properties.open_mode.type = "array"; |
Replaced | .components.schemas["v0.0.43_job_desc_msg"].properties.prefer.description = "Comma-separated list of features that are preferred but not required"; |
Replaced | .components.schemas["v0.0.43_job_desc_msg"].properties.priority.description = "Request specific job priority (32 bit integer number with flags)"; |
Replaced | .components.schemas["v0.0.43_job_desc_msg"].properties.profile.items = {}; |
Added | .components.schemas["v0.0.43_job_desc_msg"].properties.profile.items.enum = []; |
Added | .components.schemas["v0.0.43_job_desc_msg"].properties.profile.items.enum[0] = "NOT_SET"; |
Added | .components.schemas["v0.0.43_job_desc_msg"].properties.profile.items.enum[1] = "NONE"; |
Added | .components.schemas["v0.0.43_job_desc_msg"].properties.profile.items.enum[2] = "ENERGY"; |
Added | .components.schemas["v0.0.43_job_desc_msg"].properties.profile.items.enum[3] = "LUSTRE"; |
Added | .components.schemas["v0.0.43_job_desc_msg"].properties.profile.items.enum[4] = "NETWORK"; |
Added | .components.schemas["v0.0.43_job_desc_msg"].properties.profile.items.enum[5] = "TASK"; |
Added | .components.schemas["v0.0.43_job_desc_msg"].properties.profile.items.type = "string"; |
Added | .components.schemas["v0.0.43_job_desc_msg"].properties.profile.type = "array"; |
Replaced | .components.schemas["v0.0.43_job_desc_msg"].properties.required_nodes.description = "Comma-separated list of required nodes"; |
Replaced | .components.schemas["v0.0.43_job_desc_msg"].properties.required_switches.description = "Maximum number of switches (32 bit integer number with flags)"; |
Replaced | .components.schemas["v0.0.43_job_desc_msg"].properties.rlimits.properties.as.description = "Address space limit (Address space limit.) (64 bit integer number with flags)"; |
Replaced | .components.schemas["v0.0.43_job_desc_msg"].properties.rlimits.properties.core.description = "Largest core file that can be created, in bytes (Largest core file that can be created, in bytes.) (64 bit integer number with flags)"; |
Replaced | .components.schemas["v0.0.43_job_desc_msg"].properties.rlimits.properties.cpu.description = "Per-process CPU limit, in seconds (Per-process CPU limit, in seconds.) (64 bit integer number with flags)"; |
Replaced | .components.schemas["v0.0.43_job_desc_msg"].properties.rlimits.properties.data.description = "Maximum size of data segment, in bytes (Maximum size of data segment, in bytes. ) (64 bit integer number with flags)"; |
Replaced | .components.schemas["v0.0.43_job_desc_msg"].properties.rlimits.properties.fsize.description = "Largest file that can be created, in bytes (Largest file that can be created, in bytes.) (64 bit integer number with flags)"; |
Replaced | .components.schemas["v0.0.43_job_desc_msg"].properties.rlimits.properties.memlock.description = "Locked-in-memory address space (Locked-in-memory address space) (64 bit integer number with flags)"; |
Replaced | .components.schemas["v0.0.43_job_desc_msg"].properties.rlimits.properties.nofile.description = "Number of open files (Number of open files.) (64 bit integer number with flags)"; |
Replaced | .components.schemas["v0.0.43_job_desc_msg"].properties.rlimits.properties.nproc.description = "Number of processes (Number of processes.) (64 bit integer number with flags)"; |
Replaced | .components.schemas["v0.0.43_job_desc_msg"].properties.rlimits.properties.rss.description = "Largest resident set size, in bytes. This affects swapping; processes that are exceeding their resident set size will be more likely to have physical memory taken from them (Largest resident set size, in bytes. This affects swapping; processes that are exceeding their resident set size will be more likely to have physical memory taken from them.) (64 bit integer number with flags)"; |
Replaced | .components.schemas["v0.0.43_job_desc_msg"].properties.rlimits.properties.stack.description = "Maximum size of stack segment, in bytes (Maximum size of stack segment, in bytes.) (64 bit integer number with flags)"; |
Replaced | .components.schemas["v0.0.43_job_desc_msg"].properties.segment_size.description = "Segment size for topology/block (16 bit integer number with flags)"; |
Replaced | .components.schemas["v0.0.43_job_desc_msg"].properties.shared.items = {}; |
Added | .components.schemas["v0.0.43_job_desc_msg"].properties.shared.items.enum = []; |
Added | .components.schemas["v0.0.43_job_desc_msg"].properties.shared.items.enum[0] = "none"; |
Added | .components.schemas["v0.0.43_job_desc_msg"].properties.shared.items.enum[1] = "oversubscribe"; |
Added | .components.schemas["v0.0.43_job_desc_msg"].properties.shared.items.enum[2] = "user"; |
Added | .components.schemas["v0.0.43_job_desc_msg"].properties.shared.items.enum[3] = "mcs"; |
Added | .components.schemas["v0.0.43_job_desc_msg"].properties.shared.items.enum[4] = "topo"; |
Added | .components.schemas["v0.0.43_job_desc_msg"].properties.shared.items.type = "string"; |
Added | .components.schemas["v0.0.43_job_desc_msg"].properties.shared.type = "array"; |
Replaced | .components.schemas["v0.0.43_job_desc_msg"].properties.time_limit.description = "Maximum run time in minutes (32 bit integer number with flags)"; |
Replaced | .components.schemas["v0.0.43_job_desc_msg"].properties.time_minimum.description = "Minimum run time in minutes (32 bit integer number with flags)"; |
Replaced | .components.schemas["v0.0.43_job_desc_msg"].properties.tres_per_job.description = "Comma-separated list of TRES=# values to be allocated for every job"; |
Replaced | .components.schemas["v0.0.43_job_desc_msg"].properties.tres_per_node.description = "Comma-separated list of TRES=# values to be allocated for every node"; |
Replaced | .components.schemas["v0.0.43_job_desc_msg"].properties.tres_per_socket.description = "Comma-separated list of TRES=# values to be allocated for every socket"; |
Replaced | .components.schemas["v0.0.43_job_desc_msg"].properties.tres_per_task.description = "Comma-separated list of TRES=# values to be allocated for every task"; |
Replaced | .components.schemas["v0.0.43_job_desc_msg"].properties.x11.items = {}; |
Added | .components.schemas["v0.0.43_job_desc_msg"].properties.x11.items.enum = []; |
Added | .components.schemas["v0.0.43_job_desc_msg"].properties.x11.items.enum[0] = "FORWARD_ALL_NODES"; |
Added | .components.schemas["v0.0.43_job_desc_msg"].properties.x11.items.enum[1] = "BATCH_NODE"; |
Added | .components.schemas["v0.0.43_job_desc_msg"].properties.x11.items.enum[2] = "FIRST_NODE"; |
Added | .components.schemas["v0.0.43_job_desc_msg"].properties.x11.items.enum[3] = "LAST_NODE"; |
Added | .components.schemas["v0.0.43_job_desc_msg"].properties.x11.items.type = "string"; |
Added | .components.schemas["v0.0.43_job_desc_msg"].properties.x11.type = "array"; |
Removed | .components.schemas["v0.0.43_job_flags"] = {}; |
Removed | .components.schemas["v0.0.43_job_flags"].items = {}; |
Removed | .components.schemas["v0.0.43_job_flags"].items.enum = []; |
Removed | .components.schemas["v0.0.43_job_flags"].items.enum[0] = "KILL_INVALID_DEPENDENCY"; |
Removed | .components.schemas["v0.0.43_job_flags"].items.enum[1] = "NO_KILL_INVALID_DEPENDENCY"; |
Removed | .components.schemas["v0.0.43_job_flags"].items.enum[2] = "HAS_STATE_DIRECTORY"; |
Removed | .components.schemas["v0.0.43_job_flags"].items.enum[3] = "TESTING_BACKFILL"; |
Removed | .components.schemas["v0.0.43_job_flags"].items.enum[4] = "GRES_BINDING_ENFORCED"; |
Removed | .components.schemas["v0.0.43_job_flags"].items.enum[5] = "TEST_NOW_ONLY"; |
Removed | .components.schemas["v0.0.43_job_flags"].items.enum[6] = "SEND_JOB_ENVIRONMENT"; |
Removed | .components.schemas["v0.0.43_job_flags"].items.enum[7] = "SPREAD_JOB"; |
Removed | .components.schemas["v0.0.43_job_flags"].items.enum[8] = "PREFER_MINIMUM_NODE_COUNT"; |
Removed | .components.schemas["v0.0.43_job_flags"].items.enum[9] = "JOB_KILL_HURRY"; |
Removed | .components.schemas["v0.0.43_job_flags"].items.enum[10] = "SKIP_TRES_STRING_ACCOUNTING"; |
Removed | .components.schemas["v0.0.43_job_flags"].items.enum[11] = "SIBLING_CLUSTER_UPDATE_ONLY"; |
Removed | .components.schemas["v0.0.43_job_flags"].items.enum[12] = "HETEROGENEOUS_JOB"; |
Removed | .components.schemas["v0.0.43_job_flags"].items.enum[13] = "EXACT_TASK_COUNT_REQUESTED"; |
Removed | .components.schemas["v0.0.43_job_flags"].items.enum[14] = "EXACT_CPU_COUNT_REQUESTED"; |
Removed | .components.schemas["v0.0.43_job_flags"].items.enum[15] = "TESTING_WHOLE_NODE_BACKFILL"; |
Removed | .components.schemas["v0.0.43_job_flags"].items.enum[16] = "TOP_PRIORITY_JOB"; |
Removed | .components.schemas["v0.0.43_job_flags"].items.enum[17] = "ACCRUE_COUNT_CLEARED"; |
Removed | .components.schemas["v0.0.43_job_flags"].items.enum[18] = "GRES_BINDING_DISABLED"; |
Removed | .components.schemas["v0.0.43_job_flags"].items.enum[19] = "JOB_WAS_RUNNING"; |
Removed | .components.schemas["v0.0.43_job_flags"].items.enum[20] = "JOB_ACCRUE_TIME_RESET"; |
Removed | .components.schemas["v0.0.43_job_flags"].items.enum[21] = "CRON_JOB"; |
Removed | .components.schemas["v0.0.43_job_flags"].items.enum[22] = "EXACT_MEMORY_REQUESTED"; |
Removed | .components.schemas["v0.0.43_job_flags"].items.enum[23] = "USING_DEFAULT_ACCOUNT"; |
Removed | .components.schemas["v0.0.43_job_flags"].items.enum[24] = "USING_DEFAULT_PARTITION"; |
Removed | .components.schemas["v0.0.43_job_flags"].items.enum[25] = "USING_DEFAULT_QOS"; |
Removed | .components.schemas["v0.0.43_job_flags"].items.enum[26] = "USING_DEFAULT_WCKEY"; |
Removed | .components.schemas["v0.0.43_job_flags"].items.enum[27] = "DEPENDENT"; |
Removed | .components.schemas["v0.0.43_job_flags"].items.enum[28] = "MAGNETIC"; |
Removed | .components.schemas["v0.0.43_job_flags"].items.enum[29] = "PARTITION_ASSIGNED"; |
Removed | .components.schemas["v0.0.43_job_flags"].items.enum[30] = "BACKFILL_ATTEMPTED"; |
Removed | .components.schemas["v0.0.43_job_flags"].items.enum[31] = "SCHEDULING_ATTEMPTED"; |
Removed | .components.schemas["v0.0.43_job_flags"].items.enum[32] = "STEPMGR_ENABLED"; |
Removed | .components.schemas["v0.0.43_job_flags"].items.type = "string"; |
Removed | .components.schemas["v0.0.43_job_flags"].type = "array"; |
Replaced | .components.schemas["v0.0.43_job_info"].properties.accrue_time.description = "When the job started accruing age priority (UNIX timestamp) (UNIX timestamp or time string recognized by Slurm (e.g., '[MM/DD[/YY]-]HH:MM[:SS]'); may also be infinite or unset) (64 bit integer number with flags)"; |
Replaced | .components.schemas["v0.0.43_job_info"].properties.array_job_id.description = "Job ID of job array, or 0 if N/A (32 bit integer number with flags)"; |
Replaced | .components.schemas["v0.0.43_job_info"].properties.array_max_tasks.description = "Maximum number of simultaneously running array tasks, 0 if no limit (32 bit integer number with flags)"; |
Replaced | .components.schemas["v0.0.43_job_info"].properties.array_task_id.description = "Task ID of this task in job array (32 bit integer number with flags)"; |
Replaced | .components.schemas["v0.0.43_job_info"].properties.billable_tres.description = "Billable TRES (64 bit floating point number with flags)"; |
Replaced | .components.schemas["v0.0.43_job_info"].properties.cores_per_socket.description = "Cores per socket required (16 bit integer number with flags)"; |
Replaced | .components.schemas["v0.0.43_job_info"].properties.cpu_frequency_governor.description = "CPU frequency governor (32 bit integer number with flags)"; |
Replaced | .components.schemas["v0.0.43_job_info"].properties.cpu_frequency_maximum.description = "Maximum CPU frequency (32 bit integer number with flags)"; |
Replaced | .components.schemas["v0.0.43_job_info"].properties.cpu_frequency_minimum.description = "Minimum CPU frequency (32 bit integer number with flags)"; |
Replaced | .components.schemas["v0.0.43_job_info"].properties.cpus.description = "Minimum number of CPUs required (32 bit integer number with flags)"; |
Replaced | .components.schemas["v0.0.43_job_info"].properties.cpus_per_task.description = "Number of CPUs required by each task (16 bit integer number with flags)"; |
Replaced | .components.schemas["v0.0.43_job_info"].properties.deadline.description = "Latest time that the job may start (UNIX timestamp) (UNIX timestamp or time string recognized by Slurm (e.g., '[MM/DD[/YY]-]HH:MM[:SS]'); may also be infinite or unset) (64 bit integer number with flags)"; |
Replaced | .components.schemas["v0.0.43_job_info"].properties.delay_boot.description = "Number of seconds after job eligible start that nodes will be rebooted to satisfy feature specification (32 bit integer number with flags)"; |
Replaced | .components.schemas["v0.0.43_job_info"].properties.derived_exit_code.description = "Highest exit code of all job steps (return code returned by process)"; |
Replaced | .components.schemas["v0.0.43_job_info"].properties.eligible_time.description = "Time when the job became eligible to run (UNIX timestamp) (UNIX timestamp or time string recognized by Slurm (e.g., '[MM/DD[/YY]-]HH:MM[:SS]'); may also be infinite or unset) (64 bit integer number with flags)"; |
Replaced | .components.schemas["v0.0.43_job_info"].properties.end_time.description = "End time, real or expected (UNIX timestamp) (UNIX timestamp or time string recognized by Slurm (e.g., '[MM/DD[/YY]-]HH:MM[:SS]'); may also be infinite or unset) (64 bit integer number with flags)"; |
Replaced | .components.schemas["v0.0.43_job_info"].properties.excluded_nodes.description = "Comma-separated list of nodes that may not be used"; |
Replaced | .components.schemas["v0.0.43_job_info"].properties.exit_code.description = "Exit code of the job (return code returned by process)"; |
Replaced | .components.schemas["v0.0.43_job_info"].properties.features.description = "Comma-separated list of features that are required"; |
Replaced | .components.schemas["v0.0.43_job_info"].properties.flags.items = {}; |
Added | .components.schemas["v0.0.43_job_info"].properties.flags.items.enum = []; |
Added | .components.schemas["v0.0.43_job_info"].properties.flags.items.enum[0] = "KILL_INVALID_DEPENDENCY"; |
Added | .components.schemas["v0.0.43_job_info"].properties.flags.items.enum[1] = "NO_KILL_INVALID_DEPENDENCY"; |
Added | .components.schemas["v0.0.43_job_info"].properties.flags.items.enum[2] = "HAS_STATE_DIRECTORY"; |
Added | .components.schemas["v0.0.43_job_info"].properties.flags.items.enum[3] = "TESTING_BACKFILL"; |
Added | .components.schemas["v0.0.43_job_info"].properties.flags.items.enum[4] = "GRES_BINDING_ENFORCED"; |
Added | .components.schemas["v0.0.43_job_info"].properties.flags.items.enum[5] = "TEST_NOW_ONLY"; |
Added | .components.schemas["v0.0.43_job_info"].properties.flags.items.enum[6] = "SEND_JOB_ENVIRONMENT"; |
Added | .components.schemas["v0.0.43_job_info"].properties.flags.items.enum[7] = "SPREAD_JOB"; |
Added | .components.schemas["v0.0.43_job_info"].properties.flags.items.enum[8] = "PREFER_MINIMUM_NODE_COUNT"; |
Added | .components.schemas["v0.0.43_job_info"].properties.flags.items.enum[9] = "JOB_KILL_HURRY"; |
Added | .components.schemas["v0.0.43_job_info"].properties.flags.items.enum[10] = "SKIP_TRES_STRING_ACCOUNTING"; |
Added | .components.schemas["v0.0.43_job_info"].properties.flags.items.enum[11] = "SIBLING_CLUSTER_UPDATE_ONLY"; |
Added | .components.schemas["v0.0.43_job_info"].properties.flags.items.enum[12] = "HETEROGENEOUS_JOB"; |
Added | .components.schemas["v0.0.43_job_info"].properties.flags.items.enum[13] = "EXACT_TASK_COUNT_REQUESTED"; |
Added | .components.schemas["v0.0.43_job_info"].properties.flags.items.enum[14] = "EXACT_CPU_COUNT_REQUESTED"; |
Added | .components.schemas["v0.0.43_job_info"].properties.flags.items.enum[15] = "TESTING_WHOLE_NODE_BACKFILL"; |
Added | .components.schemas["v0.0.43_job_info"].properties.flags.items.enum[16] = "TOP_PRIORITY_JOB"; |
Added | .components.schemas["v0.0.43_job_info"].properties.flags.items.enum[17] = "ACCRUE_COUNT_CLEARED"; |
Added | .components.schemas["v0.0.43_job_info"].properties.flags.items.enum[18] = "GRES_BINDING_DISABLED"; |
Added | .components.schemas["v0.0.43_job_info"].properties.flags.items.enum[19] = "JOB_WAS_RUNNING"; |
Added | .components.schemas["v0.0.43_job_info"].properties.flags.items.enum[20] = "JOB_ACCRUE_TIME_RESET"; |
Added | .components.schemas["v0.0.43_job_info"].properties.flags.items.enum[21] = "CRON_JOB"; |
Added | .components.schemas["v0.0.43_job_info"].properties.flags.items.enum[22] = "EXACT_MEMORY_REQUESTED"; |
Added | .components.schemas["v0.0.43_job_info"].properties.flags.items.enum[23] = "EXTERNAL_JOB"; |
Added | .components.schemas["v0.0.43_job_info"].properties.flags.items.enum[24] = "USING_DEFAULT_ACCOUNT"; |
Added | .components.schemas["v0.0.43_job_info"].properties.flags.items.enum[25] = "USING_DEFAULT_PARTITION"; |
Added | .components.schemas["v0.0.43_job_info"].properties.flags.items.enum[26] = "USING_DEFAULT_QOS"; |
Added | .components.schemas["v0.0.43_job_info"].properties.flags.items.enum[27] = "USING_DEFAULT_WCKEY"; |
Added | .components.schemas["v0.0.43_job_info"].properties.flags.items.enum[28] = "DEPENDENT"; |
Added | .components.schemas["v0.0.43_job_info"].properties.flags.items.enum[29] = "MAGNETIC"; |
Added | .components.schemas["v0.0.43_job_info"].properties.flags.items.enum[30] = "PARTITION_ASSIGNED"; |
Added | .components.schemas["v0.0.43_job_info"].properties.flags.items.enum[31] = "BACKFILL_ATTEMPTED"; |
Added | .components.schemas["v0.0.43_job_info"].properties.flags.items.enum[32] = "SCHEDULING_ATTEMPTED"; |
Added | .components.schemas["v0.0.43_job_info"].properties.flags.items.enum[33] = "STEPMGR_ENABLED"; |
Added | .components.schemas["v0.0.43_job_info"].properties.flags.items.type = "string"; |
Added | .components.schemas["v0.0.43_job_info"].properties.flags.type = "array"; |
Replaced | .components.schemas["v0.0.43_job_info"].properties.het_job_id.description = "Heterogeneous job ID, if applicable (32 bit integer number with flags)"; |
Replaced | .components.schemas["v0.0.43_job_info"].properties.het_job_offset.description = "Unique sequence number applied to this component of the heterogeneous job (32 bit integer number with flags)"; |
Replaced | .components.schemas["v0.0.43_job_info"].properties.hold.description = "Hold (true) or release (false) job (Job held)"; |
Replaced | .components.schemas["v0.0.43_job_info"].properties.job_state.items = {}; |
Added | .components.schemas["v0.0.43_job_info"].properties.job_state.items.enum = []; |
Added | .components.schemas["v0.0.43_job_info"].properties.job_state.items.enum[0] = "PENDING"; |
Added | .components.schemas["v0.0.43_job_info"].properties.job_state.items.enum[1] = "RUNNING"; |
Added | .components.schemas["v0.0.43_job_info"].properties.job_state.items.enum[2] = "SUSPENDED"; |
Added | .components.schemas["v0.0.43_job_info"].properties.job_state.items.enum[3] = "COMPLETED"; |
Added | .components.schemas["v0.0.43_job_info"].properties.job_state.items.enum[4] = "CANCELLED"; |
Added | .components.schemas["v0.0.43_job_info"].properties.job_state.items.enum[5] = "FAILED"; |
Added | .components.schemas["v0.0.43_job_info"].properties.job_state.items.enum[6] = "TIMEOUT"; |
Added | .components.schemas["v0.0.43_job_info"].properties.job_state.items.enum[7] = "NODE_FAIL"; |
Added | .components.schemas["v0.0.43_job_info"].properties.job_state.items.enum[8] = "PREEMPTED"; |
Added | .components.schemas["v0.0.43_job_info"].properties.job_state.items.enum[9] = "BOOT_FAIL"; |
Added | .components.schemas["v0.0.43_job_info"].properties.job_state.items.enum[10] = "DEADLINE"; |
Added | .components.schemas["v0.0.43_job_info"].properties.job_state.items.enum[11] = "OUT_OF_MEMORY"; |
Added | .components.schemas["v0.0.43_job_info"].properties.job_state.items.enum[12] = "LAUNCH_FAILED"; |
Added | .components.schemas["v0.0.43_job_info"].properties.job_state.items.enum[13] = "REQUEUED"; |
Added | .components.schemas["v0.0.43_job_info"].properties.job_state.items.enum[14] = "REQUEUE_HOLD"; |
Added | .components.schemas["v0.0.43_job_info"].properties.job_state.items.enum[15] = "SPECIAL_EXIT"; |
Added | .components.schemas["v0.0.43_job_info"].properties.job_state.items.enum[16] = "RESIZING"; |
Added | .components.schemas["v0.0.43_job_info"].properties.job_state.items.enum[17] = "CONFIGURING"; |
Added | .components.schemas["v0.0.43_job_info"].properties.job_state.items.enum[18] = "COMPLETING"; |
Added | .components.schemas["v0.0.43_job_info"].properties.job_state.items.enum[19] = "STOPPED"; |
Added | .components.schemas["v0.0.43_job_info"].properties.job_state.items.enum[20] = "RECONFIG_FAIL"; |
Added | .components.schemas["v0.0.43_job_info"].properties.job_state.items.enum[21] = "POWER_UP_NODE"; |
Added | .components.schemas["v0.0.43_job_info"].properties.job_state.items.enum[22] = "REVOKED"; |
Added | .components.schemas["v0.0.43_job_info"].properties.job_state.items.enum[23] = "REQUEUE_FED"; |
Added | .components.schemas["v0.0.43_job_info"].properties.job_state.items.enum[24] = "RESV_DEL_HOLD"; |
Added | .components.schemas["v0.0.43_job_info"].properties.job_state.items.enum[25] = "SIGNALING"; |
Added | .components.schemas["v0.0.43_job_info"].properties.job_state.items.enum[26] = "STAGE_OUT"; |
Added | .components.schemas["v0.0.43_job_info"].properties.job_state.items.type = "string"; |
Added | .components.schemas["v0.0.43_job_info"].properties.job_state.type = "array"; |
Replaced | .components.schemas["v0.0.43_job_info"].properties.last_sched_evaluation.description = "Last time job was evaluated for scheduling (UNIX timestamp) (UNIX timestamp or time string recognized by Slurm (e.g., '[MM/DD[/YY]-]HH:MM[:SS]'); may also be infinite or unset) (64 bit integer number with flags)"; |
Added | .components.schemas["v0.0.43_job_info"].properties.licenses_allocated = {}; |
Added | .components.schemas["v0.0.43_job_info"].properties.licenses_allocated.description = "License(s) allocated to the job"; |
Added | .components.schemas["v0.0.43_job_info"].properties.licenses_allocated.type = "string"; |
Replaced | .components.schemas["v0.0.43_job_info"].properties.mail_type.items = {}; |
Added | .components.schemas["v0.0.43_job_info"].properties.mail_type.items.enum = []; |
Added | .components.schemas["v0.0.43_job_info"].properties.mail_type.items.enum[0] = "BEGIN"; |
Added | .components.schemas["v0.0.43_job_info"].properties.mail_type.items.enum[1] = "END"; |
Added | .components.schemas["v0.0.43_job_info"].properties.mail_type.items.enum[2] = "FAIL"; |
Added | .components.schemas["v0.0.43_job_info"].properties.mail_type.items.enum[3] = "REQUEUE"; |
Added | .components.schemas["v0.0.43_job_info"].properties.mail_type.items.enum[4] = "TIME=100%"; |
Added | .components.schemas["v0.0.43_job_info"].properties.mail_type.items.enum[5] = "TIME=90%"; |
Added | .components.schemas["v0.0.43_job_info"].properties.mail_type.items.enum[6] = "TIME=80%"; |
Added | .components.schemas["v0.0.43_job_info"].properties.mail_type.items.enum[7] = "TIME=50%"; |
Added | .components.schemas["v0.0.43_job_info"].properties.mail_type.items.enum[8] = "STAGE_OUT"; |
Added | .components.schemas["v0.0.43_job_info"].properties.mail_type.items.enum[9] = "ARRAY_TASKS"; |
Added | .components.schemas["v0.0.43_job_info"].properties.mail_type.items.enum[10] = "INVALID_DEPENDENCY"; |
Added | .components.schemas["v0.0.43_job_info"].properties.mail_type.items.type = "string"; |
Added | .components.schemas["v0.0.43_job_info"].properties.mail_type.type = "array"; |
Replaced | .components.schemas["v0.0.43_job_info"].properties.max_cpus.description = "Maximum number of CPUs usable by the job (32 bit integer number with flags)"; |
Replaced | .components.schemas["v0.0.43_job_info"].properties.max_nodes.description = "Maximum number of nodes usable by the job (32 bit integer number with flags)"; |
Replaced | .components.schemas["v0.0.43_job_info"].properties.memory_per_cpu.description = "Minimum memory in megabytes per allocated CPU (64 bit integer number with flags)"; |
Replaced | .components.schemas["v0.0.43_job_info"].properties.memory_per_node.description = "Minimum memory in megabytes per allocated node (64 bit integer number with flags)"; |
Replaced | .components.schemas["v0.0.43_job_info"].properties.minimum_cpus_per_node.description = "Minimum number of CPUs per node (16 bit integer number with flags)"; |
Replaced | .components.schemas["v0.0.43_job_info"].properties.minimum_tmp_disk_per_node.description = "Minimum tmp disk space required per node (32 bit integer number with flags)"; |
Replaced | .components.schemas["v0.0.43_job_info"].properties.node_count.description = "Minimum number of nodes required (32 bit integer number with flags)"; |
Replaced | .components.schemas["v0.0.43_job_info"].properties.pre_sus_time.description = "Total run time prior to last suspend in seconds (UNIX timestamp or time string recognized by Slurm (e.g., '[MM/DD[/YY]-]HH:MM[:SS]'); may also be infinite or unset) (64 bit integer number with flags)"; |
Replaced | .components.schemas["v0.0.43_job_info"].properties.preempt_time.description = "Time job received preemption signal (UNIX timestamp) (UNIX timestamp or time string recognized by Slurm (e.g., '[MM/DD[/YY]-]HH:MM[:SS]'); may also be infinite or unset) (64 bit integer number with flags)"; |
Replaced | .components.schemas["v0.0.43_job_info"].properties.preemptable_time.description = "Time job becomes eligible for preemption (UNIX timestamp) (UNIX timestamp or time string recognized by Slurm (e.g., '[MM/DD[/YY]-]HH:MM[:SS]'); may also be infinite or unset) (64 bit integer number with flags)"; |
Replaced | .components.schemas["v0.0.43_job_info"].properties.priority.description = "Request specific job priority (32 bit integer number with flags)"; |
Replaced | .components.schemas["v0.0.43_job_info"].properties.profile.items = {}; |
Added | .components.schemas["v0.0.43_job_info"].properties.profile.items.enum = []; |
Added | .components.schemas["v0.0.43_job_info"].properties.profile.items.enum[0] = "NOT_SET"; |
Added | .components.schemas["v0.0.43_job_info"].properties.profile.items.enum[1] = "NONE"; |
Added | .components.schemas["v0.0.43_job_info"].properties.profile.items.enum[2] = "ENERGY"; |
Added | .components.schemas["v0.0.43_job_info"].properties.profile.items.enum[3] = "LUSTRE"; |
Added | .components.schemas["v0.0.43_job_info"].properties.profile.items.enum[4] = "NETWORK"; |
Added | .components.schemas["v0.0.43_job_info"].properties.profile.items.enum[5] = "TASK"; |
Added | .components.schemas["v0.0.43_job_info"].properties.profile.items.type = "string"; |
Added | .components.schemas["v0.0.43_job_info"].properties.profile.type = "array"; |
Replaced | .components.schemas["v0.0.43_job_info"].properties.required_nodes.description = "Comma-separated list of required nodes"; |
Replaced | .components.schemas["v0.0.43_job_info"].properties.resize_time.description = "Time of last size change (UNIX timestamp) (UNIX timestamp or time string recognized by Slurm (e.g., '[MM/DD[/YY]-]HH:MM[:SS]'); may also be infinite or unset) (64 bit integer number with flags)"; |
Added | .components.schemas["v0.0.43_job_info"].properties.segment_size = {}; |
Added | .components.schemas["v0.0.43_job_info"].properties.segment_size.description = "Requested segment size"; |
Added | .components.schemas["v0.0.43_job_info"].properties.segment_size.format = "int32"; |
Added | .components.schemas["v0.0.43_job_info"].properties.segment_size.type = "integer"; |
Replaced | .components.schemas["v0.0.43_job_info"].properties.shared.items = {}; |
Added | .components.schemas["v0.0.43_job_info"].properties.shared.items.enum = []; |
Added | .components.schemas["v0.0.43_job_info"].properties.shared.items.enum[0] = "none"; |
Added | .components.schemas["v0.0.43_job_info"].properties.shared.items.enum[1] = "oversubscribe"; |
Added | .components.schemas["v0.0.43_job_info"].properties.shared.items.enum[2] = "user"; |
Added | .components.schemas["v0.0.43_job_info"].properties.shared.items.enum[3] = "mcs"; |
Added | .components.schemas["v0.0.43_job_info"].properties.shared.items.enum[4] = "topo"; |
Added | .components.schemas["v0.0.43_job_info"].properties.shared.items.type = "string"; |
Added | .components.schemas["v0.0.43_job_info"].properties.shared.type = "array"; |
Replaced | .components.schemas["v0.0.43_job_info"].properties.sockets_per_node.description = "Number of sockets per node required (16 bit integer number with flags)"; |
Replaced | .components.schemas["v0.0.43_job_info"].properties.start_time.description = "Time execution began, or is expected to begin (UNIX timestamp) (UNIX timestamp or time string recognized by Slurm (e.g., '[MM/DD[/YY]-]HH:MM[:SS]'); may also be infinite or unset) (64 bit integer number with flags)"; |
Added | .components.schemas["v0.0.43_job_info"].properties.stderr_expanded = {}; |
Added | .components.schemas["v0.0.43_job_info"].properties.stderr_expanded.description = "Job stderr with expanded fields"; |
Added | .components.schemas["v0.0.43_job_info"].properties.stderr_expanded.type = "string"; |
Added | .components.schemas["v0.0.43_job_info"].properties.stdin_expanded = {}; |
Added | .components.schemas["v0.0.43_job_info"].properties.stdin_expanded.description = "Job stdin with expanded fields"; |
Added | .components.schemas["v0.0.43_job_info"].properties.stdin_expanded.type = "string"; |
Added | .components.schemas["v0.0.43_job_info"].properties.stdout_expanded = {}; |
Added | .components.schemas["v0.0.43_job_info"].properties.stdout_expanded.description = "Job stdout with expanded fields"; |
Added | .components.schemas["v0.0.43_job_info"].properties.stdout_expanded.type = "string"; |
Replaced | .components.schemas["v0.0.43_job_info"].properties.submit_time.description = "Time when the job was submitted (UNIX timestamp) (UNIX timestamp or time string recognized by Slurm (e.g., '[MM/DD[/YY]-]HH:MM[:SS]'); may also be infinite or unset) (64 bit integer number with flags)"; |
Replaced | .components.schemas["v0.0.43_job_info"].properties.suspend_time.description = "Time the job was last suspended or resumed (UNIX timestamp) (UNIX timestamp or time string recognized by Slurm (e.g., '[MM/DD[/YY]-]HH:MM[:SS]'); may also be infinite or unset) (64 bit integer number with flags)"; |
Replaced | .components.schemas["v0.0.43_job_info"].properties.tasks.description = "Number of tasks (32 bit integer number with flags)"; |
Replaced | .components.schemas["v0.0.43_job_info"].properties.tasks_per_board.description = "Number of tasks invoked on each board (16 bit integer number with flags)"; |
Replaced | .components.schemas["v0.0.43_job_info"].properties.tasks_per_core.description = "Number of tasks invoked on each core (16 bit integer number with flags)"; |
Replaced | .components.schemas["v0.0.43_job_info"].properties.tasks_per_node.description = "Number of tasks invoked on each node (16 bit integer number with flags)"; |
Replaced | .components.schemas["v0.0.43_job_info"].properties.tasks_per_socket.description = "Number of tasks invoked on each socket (16 bit integer number with flags)"; |
Replaced | .components.schemas["v0.0.43_job_info"].properties.tasks_per_tres.description = "Number of tasks that can assess each GPU (16 bit integer number with flags)"; |
Replaced | .components.schemas["v0.0.43_job_info"].properties.threads_per_core.description = "Number of processor threads per CPU core required (16 bit integer number with flags)"; |
Replaced | .components.schemas["v0.0.43_job_info"].properties.time_limit.description = "Maximum run time in minutes (32 bit integer number with flags)"; |
Replaced | .components.schemas["v0.0.43_job_info"].properties.time_minimum.description = "Minimum run time in minutes (32 bit integer number with flags)"; |
Replaced | .components.schemas["v0.0.43_job_info"].properties.tres_per_job.description = "Comma-separated list of TRES=# values to be allocated per job"; |
Replaced | .components.schemas["v0.0.43_job_info"].properties.tres_per_node.description = "Comma-separated list of TRES=# values to be allocated per node"; |
Replaced | .components.schemas["v0.0.43_job_info"].properties.tres_per_socket.description = "Comma-separated list of TRES=# values to be allocated per socket"; |
Replaced | .components.schemas["v0.0.43_job_info"].properties.tres_per_task.description = "Comma-separated list of TRES=# values to be allocated per task"; |
Removed | .components.schemas["v0.0.43_job_mail_flags"] = {}; |
Removed | .components.schemas["v0.0.43_job_mail_flags"].items = {}; |
Removed | .components.schemas["v0.0.43_job_mail_flags"].items.enum = []; |
Removed | .components.schemas["v0.0.43_job_mail_flags"].items.enum[0] = "BEGIN"; |
Removed | .components.schemas["v0.0.43_job_mail_flags"].items.enum[1] = "END"; |
Removed | .components.schemas["v0.0.43_job_mail_flags"].items.enum[2] = "FAIL"; |
Removed | .components.schemas["v0.0.43_job_mail_flags"].items.enum[3] = "REQUEUE"; |
Removed | .components.schemas["v0.0.43_job_mail_flags"].items.enum[4] = "TIME=100%"; |
Removed | .components.schemas["v0.0.43_job_mail_flags"].items.enum[5] = "TIME=90%"; |
Removed | .components.schemas["v0.0.43_job_mail_flags"].items.enum[6] = "TIME=80%"; |
Removed | .components.schemas["v0.0.43_job_mail_flags"].items.enum[7] = "TIME=50%"; |
Removed | .components.schemas["v0.0.43_job_mail_flags"].items.enum[8] = "STAGE_OUT"; |
Removed | .components.schemas["v0.0.43_job_mail_flags"].items.enum[9] = "ARRAY_TASKS"; |
Removed | .components.schemas["v0.0.43_job_mail_flags"].items.enum[10] = "INVALID_DEPENDENCY"; |
Removed | .components.schemas["v0.0.43_job_mail_flags"].items.type = "string"; |
Removed | .components.schemas["v0.0.43_job_mail_flags"].type = "array"; |
Replaced | .components.schemas["v0.0.43_job_res"].properties.nodes.properties.allocation.description = "Allocated node resources (Job resources for a node)"; |
Replaced | .components.schemas["v0.0.43_job_res"].properties.nodes.properties.select_type.items = {}; |
Added | .components.schemas["v0.0.43_job_res"].properties.nodes.properties.select_type.items.enum = []; |
Added | .components.schemas["v0.0.43_job_res"].properties.nodes.properties.select_type.items.enum[0] = "AVAILABLE"; |
Added | .components.schemas["v0.0.43_job_res"].properties.nodes.properties.select_type.items.enum[1] = "ONE_ROW"; |
Added | .components.schemas["v0.0.43_job_res"].properties.nodes.properties.select_type.items.enum[2] = "RESERVED"; |
Added | .components.schemas["v0.0.43_job_res"].properties.nodes.properties.select_type.items.type = "string"; |
Added | .components.schemas["v0.0.43_job_res"].properties.nodes.properties.select_type.type = "array"; |
Replaced | .components.schemas["v0.0.43_job_res"].properties.select_type.items = {}; |
Added | .components.schemas["v0.0.43_job_res"].properties.select_type.items.enum = []; |
Added | .components.schemas["v0.0.43_job_res"].properties.select_type.items.enum[0] = "CPU"; |
Added | .components.schemas["v0.0.43_job_res"].properties.select_type.items.enum[1] = "SOCKET"; |
Added | .components.schemas["v0.0.43_job_res"].properties.select_type.items.enum[2] = "CORE"; |
Added | .components.schemas["v0.0.43_job_res"].properties.select_type.items.enum[3] = "BOARD"; |
Added | .components.schemas["v0.0.43_job_res"].properties.select_type.items.enum[4] = "MEMORY"; |
Added | .components.schemas["v0.0.43_job_res"].properties.select_type.items.enum[5] = "ONE_TASK_PER_CORE"; |
Added | .components.schemas["v0.0.43_job_res"].properties.select_type.items.enum[6] = "PACK_NODES"; |
Added | .components.schemas["v0.0.43_job_res"].properties.select_type.items.enum[7] = "CORE_DEFAULT_DIST_BLOCK"; |
Added | .components.schemas["v0.0.43_job_res"].properties.select_type.items.enum[8] = "LLN"; |
Added | .components.schemas["v0.0.43_job_res"].properties.select_type.items.enum[9] = "LINEAR"; |
Added | .components.schemas["v0.0.43_job_res"].properties.select_type.items.type = "string"; |
Added | .components.schemas["v0.0.43_job_res"].properties.select_type.type = "array"; |
Replaced | .components.schemas["v0.0.43_job_res"].properties.threads_per_core.description = "Number of processor threads per CPU core (16 bit integer number with flags)"; |
Replaced | .components.schemas["v0.0.43_job_res_core"].properties.status.items = {}; |
Added | .components.schemas["v0.0.43_job_res_core"].properties.status.items.enum = []; |
Added | .components.schemas["v0.0.43_job_res_core"].properties.status.items.enum[0] = "INVALID"; |
Added | .components.schemas["v0.0.43_job_res_core"].properties.status.items.enum[1] = "UNALLOCATED"; |
Added | .components.schemas["v0.0.43_job_res_core"].properties.status.items.enum[2] = "ALLOCATED"; |
Added | .components.schemas["v0.0.43_job_res_core"].properties.status.items.enum[3] = "IN_USE"; |
Added | .components.schemas["v0.0.43_job_res_core"].properties.status.items.type = "string"; |
Added | .components.schemas["v0.0.43_job_res_core"].properties.status.type = "array"; |
Removed | .components.schemas["v0.0.43_job_res_core_status"] = {}; |
Removed | .components.schemas["v0.0.43_job_res_core_status"].items = {}; |
Removed | .components.schemas["v0.0.43_job_res_core_status"].items.enum = []; |
Removed | .components.schemas["v0.0.43_job_res_core_status"].items.enum[0] = "INVALID"; |
Removed | .components.schemas["v0.0.43_job_res_core_status"].items.enum[1] = "UNALLOCATED"; |
Removed | .components.schemas["v0.0.43_job_res_core_status"].items.enum[2] = "ALLOCATED"; |
Removed | .components.schemas["v0.0.43_job_res_core_status"].items.enum[3] = "IN_USE"; |
Removed | .components.schemas["v0.0.43_job_res_core_status"].items.type = "string"; |
Removed | .components.schemas["v0.0.43_job_res_core_status"].type = "array"; |
Removed | .components.schemas["v0.0.43_job_res_nodes"].items.description = "Job resources for a node"; |
Removed | .components.schemas["v0.0.43_job_shared"] = {}; |
Removed | .components.schemas["v0.0.43_job_shared"].items = {}; |
Removed | .components.schemas["v0.0.43_job_shared"].items.enum = []; |
Removed | .components.schemas["v0.0.43_job_shared"].items.enum[0] = "none"; |
Removed | .components.schemas["v0.0.43_job_shared"].items.enum[1] = "oversubscribe"; |
Removed | .components.schemas["v0.0.43_job_shared"].items.enum[2] = "user"; |
Removed | .components.schemas["v0.0.43_job_shared"].items.enum[3] = "mcs"; |
Removed | .components.schemas["v0.0.43_job_shared"].items.enum[4] = "topo"; |
Removed | .components.schemas["v0.0.43_job_shared"].items.type = "string"; |
Removed | .components.schemas["v0.0.43_job_shared"].type = "array"; |
Removed | .components.schemas["v0.0.43_job_state"] = {}; |
Removed | .components.schemas["v0.0.43_job_state"].items = {}; |
Removed | .components.schemas["v0.0.43_job_state"].items.enum = []; |
Removed | .components.schemas["v0.0.43_job_state"].items.enum[0] = "PENDING"; |
Removed | .components.schemas["v0.0.43_job_state"].items.enum[1] = "RUNNING"; |
Removed | .components.schemas["v0.0.43_job_state"].items.enum[2] = "SUSPENDED"; |
Removed | .components.schemas["v0.0.43_job_state"].items.enum[3] = "COMPLETED"; |
Removed | .components.schemas["v0.0.43_job_state"].items.enum[4] = "CANCELLED"; |
Removed | .components.schemas["v0.0.43_job_state"].items.enum[5] = "FAILED"; |
Removed | .components.schemas["v0.0.43_job_state"].items.enum[6] = "TIMEOUT"; |
Removed | .components.schemas["v0.0.43_job_state"].items.enum[7] = "NODE_FAIL"; |
Removed | .components.schemas["v0.0.43_job_state"].items.enum[8] = "PREEMPTED"; |
Removed | .components.schemas["v0.0.43_job_state"].items.enum[9] = "BOOT_FAIL"; |
Removed | .components.schemas["v0.0.43_job_state"].items.enum[10] = "DEADLINE"; |
Removed | .components.schemas["v0.0.43_job_state"].items.enum[11] = "OUT_OF_MEMORY"; |
Removed | .components.schemas["v0.0.43_job_state"].items.enum[12] = "LAUNCH_FAILED"; |
Removed | .components.schemas["v0.0.43_job_state"].items.enum[13] = "REQUEUED"; |
Removed | .components.schemas["v0.0.43_job_state"].items.enum[14] = "REQUEUE_HOLD"; |
Removed | .components.schemas["v0.0.43_job_state"].items.enum[15] = "SPECIAL_EXIT"; |
Removed | .components.schemas["v0.0.43_job_state"].items.enum[16] = "RESIZING"; |
Removed | .components.schemas["v0.0.43_job_state"].items.enum[17] = "CONFIGURING"; |
Removed | .components.schemas["v0.0.43_job_state"].items.enum[18] = "COMPLETING"; |
Removed | .components.schemas["v0.0.43_job_state"].items.enum[19] = "STOPPED"; |
Removed | .components.schemas["v0.0.43_job_state"].items.enum[20] = "RECONFIG_FAIL"; |
Removed | .components.schemas["v0.0.43_job_state"].items.enum[21] = "POWER_UP_NODE"; |
Removed | .components.schemas["v0.0.43_job_state"].items.enum[22] = "REVOKED"; |
Removed | .components.schemas["v0.0.43_job_state"].items.enum[23] = "REQUEUE_FED"; |
Removed | .components.schemas["v0.0.43_job_state"].items.enum[24] = "RESV_DEL_HOLD"; |
Removed | .components.schemas["v0.0.43_job_state"].items.enum[25] = "SIGNALING"; |
Removed | .components.schemas["v0.0.43_job_state"].items.enum[26] = "STAGE_OUT"; |
Removed | .components.schemas["v0.0.43_job_state"].items.type = "string"; |
Removed | .components.schemas["v0.0.43_job_state"].type = "array"; |
Replaced | .components.schemas["v0.0.43_kill_jobs_msg"].properties.flags.items = {}; |
Added | .components.schemas["v0.0.43_kill_jobs_msg"].properties.flags.items.enum = []; |
Added | .components.schemas["v0.0.43_kill_jobs_msg"].properties.flags.items.enum[0] = "BATCH_JOB"; |
Added | .components.schemas["v0.0.43_kill_jobs_msg"].properties.flags.items.enum[1] = "ARRAY_TASK"; |
Added | .components.schemas["v0.0.43_kill_jobs_msg"].properties.flags.items.enum[2] = "FULL_STEPS_ONLY"; |
Added | .components.schemas["v0.0.43_kill_jobs_msg"].properties.flags.items.enum[3] = "FULL_JOB"; |
Added | .components.schemas["v0.0.43_kill_jobs_msg"].properties.flags.items.enum[4] = "FEDERATION_REQUEUE"; |
Added | .components.schemas["v0.0.43_kill_jobs_msg"].properties.flags.items.enum[5] = "HURRY"; |
Added | .components.schemas["v0.0.43_kill_jobs_msg"].properties.flags.items.enum[6] = "OUT_OF_MEMORY"; |
Added | .components.schemas["v0.0.43_kill_jobs_msg"].properties.flags.items.enum[7] = "NO_SIBLING_JOBS"; |
Added | .components.schemas["v0.0.43_kill_jobs_msg"].properties.flags.items.enum[8] = "RESERVATION_JOB"; |
Added | .components.schemas["v0.0.43_kill_jobs_msg"].properties.flags.items.enum[9] = "VERBOSE"; |
Added | .components.schemas["v0.0.43_kill_jobs_msg"].properties.flags.items.enum[10] = "CRON_JOBS"; |
Added | .components.schemas["v0.0.43_kill_jobs_msg"].properties.flags.items.enum[11] = "WARNING_SENT"; |
Added | .components.schemas["v0.0.43_kill_jobs_msg"].properties.flags.items.type = "string"; |
Added | .components.schemas["v0.0.43_kill_jobs_msg"].properties.flags.type = "array"; |
Replaced | .components.schemas["v0.0.43_kill_jobs_msg"].properties.job_state.items = {}; |
Added | .components.schemas["v0.0.43_kill_jobs_msg"].properties.job_state.items.enum = []; |
Added | .components.schemas["v0.0.43_kill_jobs_msg"].properties.job_state.items.enum[0] = "PENDING"; |
Added | .components.schemas["v0.0.43_kill_jobs_msg"].properties.job_state.items.enum[1] = "RUNNING"; |
Added | .components.schemas["v0.0.43_kill_jobs_msg"].properties.job_state.items.enum[2] = "SUSPENDED"; |
Added | .components.schemas["v0.0.43_kill_jobs_msg"].properties.job_state.items.enum[3] = "COMPLETED"; |
Added | .components.schemas["v0.0.43_kill_jobs_msg"].properties.job_state.items.enum[4] = "CANCELLED"; |
Added | .components.schemas["v0.0.43_kill_jobs_msg"].properties.job_state.items.enum[5] = "FAILED"; |
Added | .components.schemas["v0.0.43_kill_jobs_msg"].properties.job_state.items.enum[6] = "TIMEOUT"; |
Added | .components.schemas["v0.0.43_kill_jobs_msg"].properties.job_state.items.enum[7] = "NODE_FAIL"; |
Added | .components.schemas["v0.0.43_kill_jobs_msg"].properties.job_state.items.enum[8] = "PREEMPTED"; |
Added | .components.schemas["v0.0.43_kill_jobs_msg"].properties.job_state.items.enum[9] = "BOOT_FAIL"; |
Added | .components.schemas["v0.0.43_kill_jobs_msg"].properties.job_state.items.enum[10] = "DEADLINE"; |
Added | .components.schemas["v0.0.43_kill_jobs_msg"].properties.job_state.items.enum[11] = "OUT_OF_MEMORY"; |
Added | .components.schemas["v0.0.43_kill_jobs_msg"].properties.job_state.items.enum[12] = "LAUNCH_FAILED"; |
Added | .components.schemas["v0.0.43_kill_jobs_msg"].properties.job_state.items.enum[13] = "REQUEUED"; |
Added | .components.schemas["v0.0.43_kill_jobs_msg"].properties.job_state.items.enum[14] = "REQUEUE_HOLD"; |
Added | .components.schemas["v0.0.43_kill_jobs_msg"].properties.job_state.items.enum[15] = "SPECIAL_EXIT"; |
Added | .components.schemas["v0.0.43_kill_jobs_msg"].properties.job_state.items.enum[16] = "RESIZING"; |
Added | .components.schemas["v0.0.43_kill_jobs_msg"].properties.job_state.items.enum[17] = "CONFIGURING"; |
Added | .components.schemas["v0.0.43_kill_jobs_msg"].properties.job_state.items.enum[18] = "COMPLETING"; |
Added | .components.schemas["v0.0.43_kill_jobs_msg"].properties.job_state.items.enum[19] = "STOPPED"; |
Added | .components.schemas["v0.0.43_kill_jobs_msg"].properties.job_state.items.enum[20] = "RECONFIG_FAIL"; |
Added | .components.schemas["v0.0.43_kill_jobs_msg"].properties.job_state.items.enum[21] = "POWER_UP_NODE"; |
Added | .components.schemas["v0.0.43_kill_jobs_msg"].properties.job_state.items.enum[22] = "REVOKED"; |
Added | .components.schemas["v0.0.43_kill_jobs_msg"].properties.job_state.items.enum[23] = "REQUEUE_FED"; |
Added | .components.schemas["v0.0.43_kill_jobs_msg"].properties.job_state.items.enum[24] = "RESV_DEL_HOLD"; |
Added | .components.schemas["v0.0.43_kill_jobs_msg"].properties.job_state.items.enum[25] = "SIGNALING"; |
Added | .components.schemas["v0.0.43_kill_jobs_msg"].properties.job_state.items.enum[26] = "STAGE_OUT"; |
Added | .components.schemas["v0.0.43_kill_jobs_msg"].properties.job_state.items.type = "string"; |
Added | .components.schemas["v0.0.43_kill_jobs_msg"].properties.job_state.type = "array"; |
Replaced | .components.schemas["v0.0.43_kill_jobs_resp_job"].properties.job_id.description = "Job ID that signaling failed (32 bit integer number with flags)"; |
Removed | .components.schemas["v0.0.43_kill_jobs_resp_msg"].items.description = "List of jobs signal responses"; |
Replaced | .components.schemas["v0.0.43_license"].properties.LastUpdate.description = "When the license information was last updated (UNIX Timestamp) (UNIX timestamp or time string recognized by Slurm (e.g., '[MM/DD[/YY]-]HH:MM[:SS]'))"; |
Removed | .components.schemas["v0.0.43_memory_binding_type"] = {}; |
Removed | .components.schemas["v0.0.43_memory_binding_type"].items = {}; |
Removed | .components.schemas["v0.0.43_memory_binding_type"].items.enum = []; |
Removed | .components.schemas["v0.0.43_memory_binding_type"].items.enum[0] = "NONE"; |
Removed | .components.schemas["v0.0.43_memory_binding_type"].items.enum[1] = "RANK"; |
Removed | .components.schemas["v0.0.43_memory_binding_type"].items.enum[2] = "MAP"; |
Removed | .components.schemas["v0.0.43_memory_binding_type"].items.enum[3] = "MASK"; |
Removed | .components.schemas["v0.0.43_memory_binding_type"].items.enum[4] = "LOCAL"; |
Removed | .components.schemas["v0.0.43_memory_binding_type"].items.enum[5] = "VERBOSE"; |
Removed | .components.schemas["v0.0.43_memory_binding_type"].items.enum[6] = "SORT"; |
Removed | .components.schemas["v0.0.43_memory_binding_type"].items.enum[7] = "PREFER"; |
Removed | .components.schemas["v0.0.43_memory_binding_type"].items.type = "string"; |
Removed | .components.schemas["v0.0.43_memory_binding_type"].type = "array"; |
Replaced | .components.schemas["v0.0.43_node"].properties.boot_time.description = "Time when the node booted (UNIX timestamp) (UNIX timestamp or time string recognized by Slurm (e.g., '[MM/DD[/YY]-]HH:MM[:SS]'); may also be infinite or unset) (64 bit integer number with flags)"; |
Added | .components.schemas["v0.0.43_node"].properties.cert_flags = {}; |
Added | .components.schemas["v0.0.43_node"].properties.cert_flags.description = "Certmgr status flags"; |
Added | .components.schemas["v0.0.43_node"].properties.cert_flags.items = {}; |
Added | .components.schemas["v0.0.43_node"].properties.cert_flags.items.enum = []; |
Added | .components.schemas["v0.0.43_node"].properties.cert_flags.items.enum[0] = "TOKEN_SET"; |
Added | .components.schemas["v0.0.43_node"].properties.cert_flags.items.type = "string"; |
Added | .components.schemas["v0.0.43_node"].properties.cert_flags.type = "array"; |
Replaced | .components.schemas["v0.0.43_node"].properties.free_mem.description = "Total memory in MB currently free as reported by the OS (64 bit integer number with flags)"; |
Replaced | .components.schemas["v0.0.43_node"].properties.last_busy.description = "Time when the node was last busy (UNIX timestamp) (UNIX timestamp or time string recognized by Slurm (e.g., '[MM/DD[/YY]-]HH:MM[:SS]'); may also be infinite or unset) (64 bit integer number with flags)"; |
Replaced | .components.schemas["v0.0.43_node"].properties.next_state_after_reboot.items = {}; |
Added | .components.schemas["v0.0.43_node"].properties.next_state_after_reboot.items.enum = []; |
Added | .components.schemas["v0.0.43_node"].properties.next_state_after_reboot.items.enum[0] = "INVALID"; |
Added | .components.schemas["v0.0.43_node"].properties.next_state_after_reboot.items.enum[1] = "UNKNOWN"; |
Added | .components.schemas["v0.0.43_node"].properties.next_state_after_reboot.items.enum[2] = "DOWN"; |
Added | .components.schemas["v0.0.43_node"].properties.next_state_after_reboot.items.enum[3] = "IDLE"; |
Added | .components.schemas["v0.0.43_node"].properties.next_state_after_reboot.items.enum[4] = "ALLOCATED"; |
Added | .components.schemas["v0.0.43_node"].properties.next_state_after_reboot.items.enum[5] = "ERROR"; |
Added | .components.schemas["v0.0.43_node"].properties.next_state_after_reboot.items.enum[6] = "MIXED"; |
Added | .components.schemas["v0.0.43_node"].properties.next_state_after_reboot.items.enum[7] = "FUTURE"; |
Added | .components.schemas["v0.0.43_node"].properties.next_state_after_reboot.items.enum[8] = "RESERVED"; |
Added | .components.schemas["v0.0.43_node"].properties.next_state_after_reboot.items.enum[9] = "UNDRAIN"; |
Added | .components.schemas["v0.0.43_node"].properties.next_state_after_reboot.items.enum[10] = "CLOUD"; |
Added | .components.schemas["v0.0.43_node"].properties.next_state_after_reboot.items.enum[11] = "RESUME"; |
Added | .components.schemas["v0.0.43_node"].properties.next_state_after_reboot.items.enum[12] = "DRAIN"; |
Added | .components.schemas["v0.0.43_node"].properties.next_state_after_reboot.items.enum[13] = "COMPLETING"; |
Added | .components.schemas["v0.0.43_node"].properties.next_state_after_reboot.items.enum[14] = "NOT_RESPONDING"; |
Added | .components.schemas["v0.0.43_node"].properties.next_state_after_reboot.items.enum[15] = "POWERED_DOWN"; |
Added | .components.schemas["v0.0.43_node"].properties.next_state_after_reboot.items.enum[16] = "FAIL"; |
Added | .components.schemas["v0.0.43_node"].properties.next_state_after_reboot.items.enum[17] = "POWERING_UP"; |
Added | .components.schemas["v0.0.43_node"].properties.next_state_after_reboot.items.enum[18] = "MAINTENANCE"; |
Added | .components.schemas["v0.0.43_node"].properties.next_state_after_reboot.items.enum[19] = "REBOOT_REQUESTED"; |
Added | .components.schemas["v0.0.43_node"].properties.next_state_after_reboot.items.enum[20] = "REBOOT_CANCELED"; |
Added | .components.schemas["v0.0.43_node"].properties.next_state_after_reboot.items.enum[21] = "POWERING_DOWN"; |
Added | .components.schemas["v0.0.43_node"].properties.next_state_after_reboot.items.enum[22] = "DYNAMIC_FUTURE"; |
Added | .components.schemas["v0.0.43_node"].properties.next_state_after_reboot.items.enum[23] = "REBOOT_ISSUED"; |
Added | .components.schemas["v0.0.43_node"].properties.next_state_after_reboot.items.enum[24] = "PLANNED"; |
Added | .components.schemas["v0.0.43_node"].properties.next_state_after_reboot.items.enum[25] = "INVALID_REG"; |
Added | .components.schemas["v0.0.43_node"].properties.next_state_after_reboot.items.enum[26] = "POWER_DOWN"; |
Added | .components.schemas["v0.0.43_node"].properties.next_state_after_reboot.items.enum[27] = "POWER_UP"; |
Added | .components.schemas["v0.0.43_node"].properties.next_state_after_reboot.items.enum[28] = "POWER_DRAIN"; |
Added | .components.schemas["v0.0.43_node"].properties.next_state_after_reboot.items.enum[29] = "DYNAMIC_NORM"; |
Added | .components.schemas["v0.0.43_node"].properties.next_state_after_reboot.items.type = "string"; |
Added | .components.schemas["v0.0.43_node"].properties.next_state_after_reboot.type = "array"; |
Replaced | .components.schemas["v0.0.43_node"].properties.reason_changed_at.description = "When the reason changed (UNIX timestamp) (UNIX timestamp or time string recognized by Slurm (e.g., '[MM/DD[/YY]-]HH:MM[:SS]'); may also be infinite or unset) (64 bit integer number with flags)"; |
Replaced | .components.schemas["v0.0.43_node"].properties.resume_after.description = "Number of seconds after the node's state is updated to \"DOWN\" or \"DRAIN\" before scheduling a node state resume (UNIX timestamp or time string recognized by Slurm (e.g., '[MM/DD[/YY]-]HH:MM[:SS]'); may also be infinite or unset) (64 bit integer number with flags)"; |
Replaced | .components.schemas["v0.0.43_node"].properties.slurmd_start_time.description = "Time when the slurmd started (UNIX timestamp) (UNIX timestamp or time string recognized by Slurm (e.g., '[MM/DD[/YY]-]HH:MM[:SS]'); may also be infinite or unset) (64 bit integer number with flags)"; |
Replaced | .components.schemas["v0.0.43_node"].properties.state.items = {}; |
Added | .components.schemas["v0.0.43_node"].properties.state.items.enum = []; |
Added | .components.schemas["v0.0.43_node"].properties.state.items.enum[0] = "INVALID"; |
Added | .components.schemas["v0.0.43_node"].properties.state.items.enum[1] = "UNKNOWN"; |
Added | .components.schemas["v0.0.43_node"].properties.state.items.enum[2] = "DOWN"; |
Added | .components.schemas["v0.0.43_node"].properties.state.items.enum[3] = "IDLE"; |
Added | .components.schemas["v0.0.43_node"].properties.state.items.enum[4] = "ALLOCATED"; |
Added | .components.schemas["v0.0.43_node"].properties.state.items.enum[5] = "ERROR"; |
Added | .components.schemas["v0.0.43_node"].properties.state.items.enum[6] = "MIXED"; |
Added | .components.schemas["v0.0.43_node"].properties.state.items.enum[7] = "FUTURE"; |
Added | .components.schemas["v0.0.43_node"].properties.state.items.enum[8] = "RESERVED"; |
Added | .components.schemas["v0.0.43_node"].properties.state.items.enum[9] = "UNDRAIN"; |
Added | .components.schemas["v0.0.43_node"].properties.state.items.enum[10] = "CLOUD"; |
Added | .components.schemas["v0.0.43_node"].properties.state.items.enum[11] = "RESUME"; |
Added | .components.schemas["v0.0.43_node"].properties.state.items.enum[12] = "DRAIN"; |
Added | .components.schemas["v0.0.43_node"].properties.state.items.enum[13] = "COMPLETING"; |
Added | .components.schemas["v0.0.43_node"].properties.state.items.enum[14] = "NOT_RESPONDING"; |
Added | .components.schemas["v0.0.43_node"].properties.state.items.enum[15] = "POWERED_DOWN"; |
Added | .components.schemas["v0.0.43_node"].properties.state.items.enum[16] = "FAIL"; |
Added | .components.schemas["v0.0.43_node"].properties.state.items.enum[17] = "POWERING_UP"; |
Added | .components.schemas["v0.0.43_node"].properties.state.items.enum[18] = "MAINTENANCE"; |
Added | .components.schemas["v0.0.43_node"].properties.state.items.enum[19] = "REBOOT_REQUESTED"; |
Added | .components.schemas["v0.0.43_node"].properties.state.items.enum[20] = "REBOOT_CANCELED"; |
Added | .components.schemas["v0.0.43_node"].properties.state.items.enum[21] = "POWERING_DOWN"; |
Added | .components.schemas["v0.0.43_node"].properties.state.items.enum[22] = "DYNAMIC_FUTURE"; |
Added | .components.schemas["v0.0.43_node"].properties.state.items.enum[23] = "REBOOT_ISSUED"; |
Added | .components.schemas["v0.0.43_node"].properties.state.items.enum[24] = "PLANNED"; |
Added | .components.schemas["v0.0.43_node"].properties.state.items.enum[25] = "INVALID_REG"; |
Added | .components.schemas["v0.0.43_node"].properties.state.items.enum[26] = "POWER_DOWN"; |
Added | .components.schemas["v0.0.43_node"].properties.state.items.enum[27] = "POWER_UP"; |
Added | .components.schemas["v0.0.43_node"].properties.state.items.enum[28] = "POWER_DRAIN"; |
Added | .components.schemas["v0.0.43_node"].properties.state.items.enum[29] = "DYNAMIC_NORM"; |
Added | .components.schemas["v0.0.43_node"].properties.state.items.type = "string"; |
Added | .components.schemas["v0.0.43_node"].properties.state.type = "array"; |
Added | .components.schemas["v0.0.43_node"].properties.tls_cert_last_renewal = {}; |
Added | .components.schemas["v0.0.43_node"].properties.tls_cert_last_renewal.$ref = "#/components/schemas/v0.0.43_uint64_no_val_struct"; |
Added | .components.schemas["v0.0.43_node"].properties.tls_cert_last_renewal.description = "Time when TLS certificate was created (UNIX timestamp or time string recognized by Slurm (e.g., '[MM/DD[/YY]-]HH:MM[:SS]'); may also be infinite or unset) (64 bit integer number with flags)"; |
Added | .components.schemas["v0.0.43_node"].properties.topology = {}; |
Added | .components.schemas["v0.0.43_node"].properties.topology.description = "Topology"; |
Added | .components.schemas["v0.0.43_node"].properties.topology.type = "string"; |
Replaced | .components.schemas["v0.0.43_node"].properties.tres_weighted.deprecated = true; |
Added | .components.schemas["v0.0.43_node"].properties.tres_weighted.description = "Ignored. Was weighted number of billable trackable resources allocated"; |
Removed | .components.schemas["v0.0.43_node_cr_type"] = {}; |
Removed | .components.schemas["v0.0.43_node_cr_type"].items = {}; |
Removed | .components.schemas["v0.0.43_node_cr_type"].items.enum = []; |
Removed | .components.schemas["v0.0.43_node_cr_type"].items.enum[0] = "AVAILABLE"; |
Removed | .components.schemas["v0.0.43_node_cr_type"].items.enum[1] = "ONE_ROW"; |
Removed | .components.schemas["v0.0.43_node_cr_type"].items.enum[2] = "RESERVED"; |
Removed | .components.schemas["v0.0.43_node_cr_type"].items.type = "string"; |
Removed | .components.schemas["v0.0.43_node_cr_type"].type = "array"; |
Removed | .components.schemas["v0.0.43_node_states"] = {}; |
Removed | .components.schemas["v0.0.43_node_states"].items = {}; |
Removed | .components.schemas["v0.0.43_node_states"].items.enum = []; |
Removed | .components.schemas["v0.0.43_node_states"].items.enum[0] = "INVALID"; |
Removed | .components.schemas["v0.0.43_node_states"].items.enum[1] = "UNKNOWN"; |
Removed | .components.schemas["v0.0.43_node_states"].items.enum[2] = "DOWN"; |
Removed | .components.schemas["v0.0.43_node_states"].items.enum[3] = "IDLE"; |
Removed | .components.schemas["v0.0.43_node_states"].items.enum[4] = "ALLOCATED"; |
Removed | .components.schemas["v0.0.43_node_states"].items.enum[5] = "ERROR"; |
Removed | .components.schemas["v0.0.43_node_states"].items.enum[6] = "MIXED"; |
Removed | .components.schemas["v0.0.43_node_states"].items.enum[7] = "FUTURE"; |
Removed | .components.schemas["v0.0.43_node_states"].items.enum[8] = "RESERVED"; |
Removed | .components.schemas["v0.0.43_node_states"].items.enum[9] = "UNDRAIN"; |
Removed | .components.schemas["v0.0.43_node_states"].items.enum[10] = "CLOUD"; |
Removed | .components.schemas["v0.0.43_node_states"].items.enum[11] = "RESUME"; |
Removed | .components.schemas["v0.0.43_node_states"].items.enum[12] = "DRAIN"; |
Removed | .components.schemas["v0.0.43_node_states"].items.enum[13] = "COMPLETING"; |
Removed | .components.schemas["v0.0.43_node_states"].items.enum[14] = "NOT_RESPONDING"; |
Removed | .components.schemas["v0.0.43_node_states"].items.enum[15] = "POWERED_DOWN"; |
Removed | .components.schemas["v0.0.43_node_states"].items.enum[16] = "FAIL"; |
Removed | .components.schemas["v0.0.43_node_states"].items.enum[17] = "POWERING_UP"; |
Removed | .components.schemas["v0.0.43_node_states"].items.enum[18] = "MAINTENANCE"; |
Removed | .components.schemas["v0.0.43_node_states"].items.enum[19] = "REBOOT_REQUESTED"; |
Removed | .components.schemas["v0.0.43_node_states"].items.enum[20] = "REBOOT_CANCELED"; |
Removed | .components.schemas["v0.0.43_node_states"].items.enum[21] = "POWERING_DOWN"; |
Removed | .components.schemas["v0.0.43_node_states"].items.enum[22] = "DYNAMIC_FUTURE"; |
Removed | .components.schemas["v0.0.43_node_states"].items.enum[23] = "REBOOT_ISSUED"; |
Removed | .components.schemas["v0.0.43_node_states"].items.enum[24] = "PLANNED"; |
Removed | .components.schemas["v0.0.43_node_states"].items.enum[25] = "INVALID_REG"; |
Removed | .components.schemas["v0.0.43_node_states"].items.enum[26] = "POWER_DOWN"; |
Removed | .components.schemas["v0.0.43_node_states"].items.enum[27] = "POWER_UP"; |
Removed | .components.schemas["v0.0.43_node_states"].items.enum[28] = "POWER_DRAIN"; |
Removed | .components.schemas["v0.0.43_node_states"].items.enum[29] = "DYNAMIC_NORM"; |
Removed | .components.schemas["v0.0.43_node_states"].items.type = "string"; |
Removed | .components.schemas["v0.0.43_node_states"].type = "array"; |
Removed | .components.schemas["v0.0.43_open_mode"] = {}; |
Removed | .components.schemas["v0.0.43_open_mode"].items = {}; |
Removed | .components.schemas["v0.0.43_open_mode"].items.enum = []; |
Removed | .components.schemas["v0.0.43_open_mode"].items.enum[0] = "APPEND"; |
Removed | .components.schemas["v0.0.43_open_mode"].items.enum[1] = "TRUNCATE"; |
Removed | .components.schemas["v0.0.43_open_mode"].items.type = "string"; |
Removed | .components.schemas["v0.0.43_open_mode"].type = "array"; |
Replaced | .components.schemas["v0.0.43_openapi_job_info_resp"].properties.last_backfill.description = "Time of last backfill scheduler run (UNIX timestamp) (UNIX timestamp or time string recognized by Slurm (e.g., '[MM/DD[/YY]-]HH:MM[:SS]'); may also be infinite or unset) (64 bit integer number with flags)"; |
Replaced | .components.schemas["v0.0.43_openapi_job_info_resp"].properties.last_update.description = "Time of last job change (UNIX timestamp) (UNIX timestamp or time string recognized by Slurm (e.g., '[MM/DD[/YY]-]HH:MM[:SS]'); may also be infinite or unset) (64 bit integer number with flags)"; |
Replaced | .components.schemas["v0.0.43_openapi_job_post_response"].properties.results.description = "Job update results (Job update results)"; |
Replaced | .components.schemas["v0.0.43_openapi_kill_job_resp"].properties.status.description = "resultant status of signal request (List of jobs signal responses)"; |
Replaced | .components.schemas["v0.0.43_openapi_kill_jobs_resp"].properties.status.description = "resultant status of signal request (List of jobs signal responses)"; |
Replaced | .components.schemas["v0.0.43_openapi_licenses_resp"].properties.last_update.description = "Time of last licenses change (UNIX timestamp) (UNIX timestamp or time string recognized by Slurm (e.g., '[MM/DD[/YY]-]HH:MM[:SS]'); may also be infinite or unset) (64 bit integer number with flags)"; |
Replaced | .components.schemas["v0.0.43_openapi_nodes_resp"].properties.last_update.description = "Time of last node change (UNIX timestamp) (UNIX timestamp or time string recognized by Slurm (e.g., '[MM/DD[/YY]-]HH:MM[:SS]'); may also be infinite or unset) (64 bit integer number with flags)"; |
Replaced | .components.schemas["v0.0.43_openapi_partition_resp"].properties.last_update.description = "Time of last partition change (UNIX timestamp) (UNIX timestamp or time string recognized by Slurm (e.g., '[MM/DD[/YY]-]HH:MM[:SS]'); may also be infinite or unset) (64 bit integer number with flags)"; |
Added | .components.schemas["v0.0.43_openapi_reservation_mod_resp"] = {}; |
Added | .components.schemas["v0.0.43_openapi_reservation_mod_resp"].properties = {}; |
Added | .components.schemas["v0.0.43_openapi_reservation_mod_resp"].properties.errors = {}; |
Added | .components.schemas["v0.0.43_openapi_reservation_mod_resp"].properties.errors.$ref = "#/components/schemas/v0.0.43_openapi_errors"; |
Added | .components.schemas["v0.0.43_openapi_reservation_mod_resp"].properties.errors.description = "Query errors"; |
Added | .components.schemas["v0.0.43_openapi_reservation_mod_resp"].properties.meta = {}; |
Added | .components.schemas["v0.0.43_openapi_reservation_mod_resp"].properties.meta.$ref = "#/components/schemas/v0.0.43_openapi_meta"; |
Added | .components.schemas["v0.0.43_openapi_reservation_mod_resp"].properties.meta.description = "Slurm meta values"; |
Added | .components.schemas["v0.0.43_openapi_reservation_mod_resp"].properties.reservations = {}; |
Added | .components.schemas["v0.0.43_openapi_reservation_mod_resp"].properties.reservations.$ref = "#/components/schemas/v0.0.43_reservation_desc_msg_list"; |
Added | .components.schemas["v0.0.43_openapi_reservation_mod_resp"].properties.reservations.description = "Reservation descriptions"; |
Added | .components.schemas["v0.0.43_openapi_reservation_mod_resp"].properties.warnings = {}; |
Added | .components.schemas["v0.0.43_openapi_reservation_mod_resp"].properties.warnings.$ref = "#/components/schemas/v0.0.43_openapi_warnings"; |
Added | .components.schemas["v0.0.43_openapi_reservation_mod_resp"].properties.warnings.description = "Query warnings"; |
Added | .components.schemas["v0.0.43_openapi_reservation_mod_resp"].required = []; |
Added | .components.schemas["v0.0.43_openapi_reservation_mod_resp"].required[0] = "reservations"; |
Added | .components.schemas["v0.0.43_openapi_reservation_mod_resp"].type = "object"; |
Replaced | .components.schemas["v0.0.43_openapi_reservation_resp"].properties.last_update.description = "Time of last reservation change (UNIX timestamp) (UNIX timestamp or time string recognized by Slurm (e.g., '[MM/DD[/YY]-]HH:MM[:SS]'); may also be infinite or unset) (64 bit integer number with flags)"; |
Replaced | .components.schemas["v0.0.43_openapi_slurmdbd_config_resp"].properties.instances.deprecated = true; |
Removed | .components.schemas["v0.0.43_oversubscribe_flags"] = {}; |
Removed | .components.schemas["v0.0.43_oversubscribe_flags"].items = {}; |
Removed | .components.schemas["v0.0.43_oversubscribe_flags"].items.enum = []; |
Removed | .components.schemas["v0.0.43_oversubscribe_flags"].items.enum[0] = "force"; |
Removed | .components.schemas["v0.0.43_oversubscribe_flags"].items.type = "string"; |
Removed | .components.schemas["v0.0.43_oversubscribe_flags"].type = "array"; |
Replaced | .components.schemas["v0.0.43_partition_info"].properties.accounts.properties.allowed.description = "AllowAccounts - Comma-separated list of accounts which may execute jobs in the partition"; |
Replaced | .components.schemas["v0.0.43_partition_info"].properties.accounts.properties.deny.description = "DenyAccounts - Comma-separated list of accounts which may not execute jobs in the partition"; |
Replaced | .components.schemas["v0.0.43_partition_info"].properties.alternate.description = "Alternate - Partition name of alternate partition to be used if the state of this partition is DRAIN or INACTIVE"; |
Replaced | .components.schemas["v0.0.43_partition_info"].properties.cpus.properties.task_binding.description = "CpuBind - Default method controlling how tasks are bound to allocated resources"; |
Replaced | .components.schemas["v0.0.43_partition_info"].properties.cpus.properties.total.description = "TotalCPUs - Number of CPUs available in this partition"; |
Replaced | .components.schemas["v0.0.43_partition_info"].properties.defaults.properties.job.description = "JobDefaults - Comma-separated list of job default values (this field is only used to set new defaults)"; |
Replaced | .components.schemas["v0.0.43_partition_info"].properties.defaults.properties.memory_per_cpu.description = "Raw value for DefMemPerCPU or DefMemPerNode"; |
Replaced | .components.schemas["v0.0.43_partition_info"].properties.defaults.properties.partition_memory_per_cpu.description = "DefMemPerCPU - Default real memory size available per allocated CPU in megabytes (64 bit integer number with flags)"; |
Replaced | .components.schemas["v0.0.43_partition_info"].properties.defaults.properties.partition_memory_per_node.description = "DefMemPerNode - Default real memory size available per allocated node in megabytes (64 bit integer number with flags)"; |
Replaced | .components.schemas["v0.0.43_partition_info"].properties.defaults.properties.time.description = "DefaultTime - Run time limit in minutes used for jobs that don't specify a value (32 bit integer number with flags)"; |
Replaced | .components.schemas["v0.0.43_partition_info"].properties.grace_time.description = "GraceTime - Grace time in seconds to be extended to a job which has been selected for preemption"; |
Replaced | .components.schemas["v0.0.43_partition_info"].properties.groups.properties.allowed.description = "AllowGroups - Comma-separated list of group names which may execute jobs in this partition"; |
Replaced | .components.schemas["v0.0.43_partition_info"].properties.maximums.properties.cpus_per_node.description = "MaxCPUsPerNode - Maximum number of CPUs on any node available to all jobs from this partition (32 bit integer number with flags)"; |
Replaced | .components.schemas["v0.0.43_partition_info"].properties.maximums.properties.cpus_per_socket.description = "MaxCPUsPerSocket - Maximum number of CPUs on any node available on the all jobs from this partition (32 bit integer number with flags)"; |
Replaced | .components.schemas["v0.0.43_partition_info"].properties.maximums.properties.memory_per_cpu.description = "Raw value for MaxMemPerCPU or MaxMemPerNode"; |
Replaced | .components.schemas["v0.0.43_partition_info"].properties.maximums.properties.nodes.description = "MaxNodes - Maximum count of nodes which may be allocated to any single job (32 bit integer number with flags)"; |
Replaced | .components.schemas["v0.0.43_partition_info"].properties.maximums.properties.over_time_limit.description = "OverTimeLimit - Number of minutes by which a job can exceed its time limit before being canceled (16 bit integer number with flags)"; |
Replaced | .components.schemas["v0.0.43_partition_info"].properties.maximums.properties.oversubscribe.properties.flags.items = {}; |
Added | .components.schemas["v0.0.43_partition_info"].properties.maximums.properties.oversubscribe.properties.flags.items.enum = []; |
Added | .components.schemas["v0.0.43_partition_info"].properties.maximums.properties.oversubscribe.properties.flags.items.enum[0] = "force"; |
Added | .components.schemas["v0.0.43_partition_info"].properties.maximums.properties.oversubscribe.properties.flags.items.type = "string"; |
Added | .components.schemas["v0.0.43_partition_info"].properties.maximums.properties.oversubscribe.properties.flags.type = "array"; |
Replaced | .components.schemas["v0.0.43_partition_info"].properties.maximums.properties.partition_memory_per_cpu.description = "MaxMemPerCPU - Maximum real memory size available per allocated CPU in megabytes (64 bit integer number with flags)"; |
Replaced | .components.schemas["v0.0.43_partition_info"].properties.maximums.properties.partition_memory_per_node.description = "MaxMemPerNode - Maximum real memory size available per allocated node in a job allocation in megabytes (64 bit integer number with flags)"; |
Replaced | .components.schemas["v0.0.43_partition_info"].properties.maximums.properties.shares.description = "OverSubscribe - Controls the ability of the partition to execute more than one job at a time on each resource"; |
Replaced | .components.schemas["v0.0.43_partition_info"].properties.maximums.properties.time.description = "MaxTime - Maximum run time limit for jobs (32 bit integer number with flags)"; |
Replaced | .components.schemas["v0.0.43_partition_info"].properties.minimums.properties.nodes.description = "MinNodes - Minimum count of nodes which may be allocated to any single job"; |
Replaced | .components.schemas["v0.0.43_partition_info"].properties.name.description = "PartitionName - Name by which the partition may be referenced"; |
Replaced | .components.schemas["v0.0.43_partition_info"].properties.node_sets.description = "NodeSets - Comma-separated list of nodesets which are associated with this partition"; |
Replaced | .components.schemas["v0.0.43_partition_info"].properties.nodes.properties.allowed_allocation.description = "AllocNodes - Comma-separated list of nodes from which users can submit jobs in the partition"; |
Replaced | .components.schemas["v0.0.43_partition_info"].properties.nodes.properties.configured.description = "Nodes - Comma-separated list of nodes which are associated with this partition"; |
Replaced | .components.schemas["v0.0.43_partition_info"].properties.nodes.properties.total.description = "TotalNodes - Number of nodes available in this partition"; |
Replaced | .components.schemas["v0.0.43_partition_info"].properties.partition.properties.state.items = {}; |
Added | .components.schemas["v0.0.43_partition_info"].properties.partition.properties.state.items.enum = []; |
Added | .components.schemas["v0.0.43_partition_info"].properties.partition.properties.state.items.enum[0] = "INACTIVE"; |
Added | .components.schemas["v0.0.43_partition_info"].properties.partition.properties.state.items.enum[1] = "UNKNOWN"; |
Added | .components.schemas["v0.0.43_partition_info"].properties.partition.properties.state.items.enum[2] = "UP"; |
Added | .components.schemas["v0.0.43_partition_info"].properties.partition.properties.state.items.enum[3] = "DOWN"; |
Added | .components.schemas["v0.0.43_partition_info"].properties.partition.properties.state.items.enum[4] = "DRAIN"; |
Added | .components.schemas["v0.0.43_partition_info"].properties.partition.properties.state.items.type = "string"; |
Added | .components.schemas["v0.0.43_partition_info"].properties.partition.properties.state.type = "array"; |
Replaced | .components.schemas["v0.0.43_partition_info"].properties.priority.properties.job_factor.description = "PriorityJobFactor - Partition factor used by priority/multifactor plugin in calculating job priority"; |
Replaced | .components.schemas["v0.0.43_partition_info"].properties.priority.properties.tier.description = "PriorityTier - Controls the order in which the scheduler evaluates jobs from different partitions"; |
Replaced | .components.schemas["v0.0.43_partition_info"].properties.qos.properties.allowed.description = "AllowQOS - Comma-separated list of Qos which may execute jobs in the partition"; |
Replaced | .components.schemas["v0.0.43_partition_info"].properties.qos.properties.assigned.description = "QOS - QOS name containing limits that will apply to all jobs in this partition"; |
Replaced | .components.schemas["v0.0.43_partition_info"].properties.qos.properties.deny.description = "DenyQOS - Comma-separated list of Qos which may not execute jobs in the partition"; |
Replaced | .components.schemas["v0.0.43_partition_info"].properties.select_type.items = {}; |
Added | .components.schemas["v0.0.43_partition_info"].properties.select_type.items.enum = []; |
Added | .components.schemas["v0.0.43_partition_info"].properties.select_type.items.enum[0] = "CPU"; |
Added | .components.schemas["v0.0.43_partition_info"].properties.select_type.items.enum[1] = "SOCKET"; |
Added | .components.schemas["v0.0.43_partition_info"].properties.select_type.items.enum[2] = "CORE"; |
Added | .components.schemas["v0.0.43_partition_info"].properties.select_type.items.enum[3] = "BOARD"; |
Added | .components.schemas["v0.0.43_partition_info"].properties.select_type.items.enum[4] = "MEMORY"; |
Added | .components.schemas["v0.0.43_partition_info"].properties.select_type.items.enum[5] = "ONE_TASK_PER_CORE"; |
Added | .components.schemas["v0.0.43_partition_info"].properties.select_type.items.enum[6] = "PACK_NODES"; |
Added | .components.schemas["v0.0.43_partition_info"].properties.select_type.items.enum[7] = "CORE_DEFAULT_DIST_BLOCK"; |
Added | .components.schemas["v0.0.43_partition_info"].properties.select_type.items.enum[8] = "LLN"; |
Added | .components.schemas["v0.0.43_partition_info"].properties.select_type.items.enum[9] = "LINEAR"; |
Added | .components.schemas["v0.0.43_partition_info"].properties.select_type.items.type = "string"; |
Added | .components.schemas["v0.0.43_partition_info"].properties.select_type.type = "array"; |
Replaced | .components.schemas["v0.0.43_partition_info"].properties.suspend_time.description = "SuspendTime - Nodes which remain idle or down for this number of seconds will be placed into power save mode (GLOBAL if both set and infinite are false) (32 bit integer number with flags)"; |
Replaced | .components.schemas["v0.0.43_partition_info"].properties.timeouts.properties.resume.description = "ResumeTimeout - Resumed nodes which fail to respond in this time frame will be marked DOWN (GLOBAL if both set and infinite are false) (16 bit integer number with flags)"; |
Replaced | .components.schemas["v0.0.43_partition_info"].properties.timeouts.properties.suspend.description = "SuspendTimeout - Maximum time permitted (in seconds) between when a node suspend request is issued and when the node is shutdown (GLOBAL if both set and infinite are false) (16 bit integer number with flags)"; |
Added | .components.schemas["v0.0.43_partition_info"].properties.topology = {}; |
Added | .components.schemas["v0.0.43_partition_info"].properties.topology.description = "Topology - Name of the topology, defined in topology.yaml, used by jobs in this partition"; |
Added | .components.schemas["v0.0.43_partition_info"].properties.topology.type = "string"; |
Replaced | .components.schemas["v0.0.43_partition_info"].properties.tres.properties.billing_weights.description = "TRESBillingWeights - Billing weights of each tracked TRES type that will be used in calculating the usage of a job"; |
Replaced | .components.schemas["v0.0.43_partition_info"].properties.tres.properties.configured.description = "TRES - Number of each applicable TRES type available in this partition"; |
Removed | .components.schemas["v0.0.43_partition_states"] = {}; |
Removed | .components.schemas["v0.0.43_partition_states"].items = {}; |
Removed | .components.schemas["v0.0.43_partition_states"].items.enum = []; |
Removed | .components.schemas["v0.0.43_partition_states"].items.enum[0] = "INACTIVE"; |
Removed | .components.schemas["v0.0.43_partition_states"].items.enum[1] = "UNKNOWN"; |
Removed | .components.schemas["v0.0.43_partition_states"].items.enum[2] = "UP"; |
Removed | .components.schemas["v0.0.43_partition_states"].items.enum[3] = "DOWN"; |
Removed | .components.schemas["v0.0.43_partition_states"].items.enum[4] = "DRAIN"; |
Removed | .components.schemas["v0.0.43_partition_states"].items.type = "string"; |
Removed | .components.schemas["v0.0.43_partition_states"].type = "array"; |
Removed | .components.schemas["v0.0.43_process_exit_code_status"] = {}; |
Removed | .components.schemas["v0.0.43_process_exit_code_status"].items = {}; |
Removed | .components.schemas["v0.0.43_process_exit_code_status"].items.enum = []; |
Removed | .components.schemas["v0.0.43_process_exit_code_status"].items.enum[0] = "INVALID"; |
Removed | .components.schemas["v0.0.43_process_exit_code_status"].items.enum[1] = "PENDING"; |
Removed | .components.schemas["v0.0.43_process_exit_code_status"].items.enum[2] = "SUCCESS"; |
Removed | .components.schemas["v0.0.43_process_exit_code_status"].items.enum[3] = "ERROR"; |
Removed | .components.schemas["v0.0.43_process_exit_code_status"].items.enum[4] = "SIGNALED"; |
Removed | .components.schemas["v0.0.43_process_exit_code_status"].items.enum[5] = "CORE_DUMPED"; |
Removed | .components.schemas["v0.0.43_process_exit_code_status"].items.type = "string"; |
Removed | .components.schemas["v0.0.43_process_exit_code_status"].type = "array"; |
Replaced | .components.schemas["v0.0.43_process_exit_code_verbose"].properties.return_code.description = "Process return code (numeric) (32 bit integer number with flags)"; |
Replaced | .components.schemas["v0.0.43_process_exit_code_verbose"].properties.signal.properties.id.description = "Signal sent to process (numeric) (16 bit integer number with flags)"; |
Replaced | .components.schemas["v0.0.43_process_exit_code_verbose"].properties.status.items = {}; |
Added | .components.schemas["v0.0.43_process_exit_code_verbose"].properties.status.items.enum = []; |
Added | .components.schemas["v0.0.43_process_exit_code_verbose"].properties.status.items.enum[0] = "INVALID"; |
Added | .components.schemas["v0.0.43_process_exit_code_verbose"].properties.status.items.enum[1] = "PENDING"; |
Added | .components.schemas["v0.0.43_process_exit_code_verbose"].properties.status.items.enum[2] = "SUCCESS"; |
Added | .components.schemas["v0.0.43_process_exit_code_verbose"].properties.status.items.enum[3] = "ERROR"; |
Added | .components.schemas["v0.0.43_process_exit_code_verbose"].properties.status.items.enum[4] = "SIGNALED"; |
Added | .components.schemas["v0.0.43_process_exit_code_verbose"].properties.status.items.enum[5] = "CORE_DUMPED"; |
Added | .components.schemas["v0.0.43_process_exit_code_verbose"].properties.status.items.type = "string"; |
Added | .components.schemas["v0.0.43_process_exit_code_verbose"].properties.status.type = "array"; |
Replaced | .components.schemas["v0.0.43_qos"].properties.flags.items = {}; |
Added | .components.schemas["v0.0.43_qos"].properties.flags.items.enum = []; |
Added | .components.schemas["v0.0.43_qos"].properties.flags.items.enum[0] = "NOT_SET"; |
Added | .components.schemas["v0.0.43_qos"].properties.flags.items.enum[1] = "ADD"; |
Added | .components.schemas["v0.0.43_qos"].properties.flags.items.enum[2] = "REMOVE"; |
Added | .components.schemas["v0.0.43_qos"].properties.flags.items.enum[3] = "DELETED"; |
Added | .components.schemas["v0.0.43_qos"].properties.flags.items.enum[4] = "PARTITION_MINIMUM_NODE"; |
Added | .components.schemas["v0.0.43_qos"].properties.flags.items.enum[5] = "PARTITION_MAXIMUM_NODE"; |
Added | .components.schemas["v0.0.43_qos"].properties.flags.items.enum[6] = "PARTITION_TIME_LIMIT"; |
Added | .components.schemas["v0.0.43_qos"].properties.flags.items.enum[7] = "ENFORCE_USAGE_THRESHOLD"; |
Added | .components.schemas["v0.0.43_qos"].properties.flags.items.enum[8] = "NO_RESERVE"; |
Added | .components.schemas["v0.0.43_qos"].properties.flags.items.enum[9] = "REQUIRED_RESERVATION"; |
Added | .components.schemas["v0.0.43_qos"].properties.flags.items.enum[10] = "DENY_LIMIT"; |
Added | .components.schemas["v0.0.43_qos"].properties.flags.items.enum[11] = "OVERRIDE_PARTITION_QOS"; |
Added | .components.schemas["v0.0.43_qos"].properties.flags.items.enum[12] = "PARTITION_QOS"; |
Added | .components.schemas["v0.0.43_qos"].properties.flags.items.enum[13] = "NO_DECAY"; |
Added | .components.schemas["v0.0.43_qos"].properties.flags.items.enum[14] = "USAGE_FACTOR_SAFE"; |
Added | .components.schemas["v0.0.43_qos"].properties.flags.items.enum[15] = "RELATIVE"; |
Added | .components.schemas["v0.0.43_qos"].properties.flags.items.type = "string"; |
Added | .components.schemas["v0.0.43_qos"].properties.flags.type = "array"; |
Replaced | .components.schemas["v0.0.43_qos"].properties.limits.properties.factor.description = "LimitFactor - A float that is factored into an association's [Grp|Max]TRES limits (64 bit floating point number with flags)"; |
Replaced | .components.schemas["v0.0.43_qos"].properties.limits.properties.grace_time.description = "GraceTime - Preemption grace time in seconds to be extended to a job which has been selected for preemption"; |
Replaced | .components.schemas["v0.0.43_qos"].properties.limits.properties.max.properties.accruing.properties.per.properties.account.description = "MaxJobsAccruePerAccount - Maximum number of pending jobs an account (or subacct) can have accruing age priority (32 bit integer number with flags)"; |
Replaced | .components.schemas["v0.0.43_qos"].properties.limits.properties.max.properties.accruing.properties.per.properties.user.description = "MaxJobsAccruePerUser - Maximum number of pending jobs a user can have accruing age priority (32 bit integer number with flags)"; |
Replaced | .components.schemas["v0.0.43_qos"].properties.limits.properties.max.properties.active_jobs.properties.accruing.description = "GrpJobsAccrue - Maximum number of pending jobs able to accrue age priority (32 bit integer number with flags)"; |
Replaced | .components.schemas["v0.0.43_qos"].properties.limits.properties.max.properties.active_jobs.properties.count.description = "GrpJobs - Maximum number of running jobs (32 bit integer number with flags)"; |
Replaced | .components.schemas["v0.0.43_qos"].properties.limits.properties.max.properties.jobs.properties.active_jobs.properties.per.properties.account.description = "MaxJobsPerAccount - Maximum number of running jobs per account (32 bit integer number with flags)"; |
Replaced | .components.schemas["v0.0.43_qos"].properties.limits.properties.max.properties.jobs.properties.active_jobs.properties.per.properties.user.description = "MaxJobsPerUser - Maximum number of running jobs per user (32 bit integer number with flags)"; |
Replaced | .components.schemas["v0.0.43_qos"].properties.limits.properties.max.properties.jobs.properties.count.description = "GrpSubmitJobs - Maximum number of jobs in a pending or running state at any time (32 bit integer number with flags)"; |
Replaced | .components.schemas["v0.0.43_qos"].properties.limits.properties.max.properties.jobs.properties.per.properties.account.description = "MaxSubmitJobsPerAccount - Maximum number of jobs in a pending or running state per account (32 bit integer number with flags)"; |
Replaced | .components.schemas["v0.0.43_qos"].properties.limits.properties.max.properties.jobs.properties.per.properties.user.description = "MaxSubmitJobsPerUser - Maximum number of jobs in a pending or running state per user (32 bit integer number with flags)"; |
Replaced | .components.schemas["v0.0.43_qos"].properties.limits.properties.max.properties.tres.properties.minutes.properties.per.properties.account.description = "MaxTRESRunMinsPerAccount - Maximum number of TRES minutes each account can use"; |
Replaced | .components.schemas["v0.0.43_qos"].properties.limits.properties.max.properties.tres.properties.minutes.properties.per.properties.job.description = "MaxTRESMinsPerJob - Maximum number of TRES minutes each job can use"; |
Replaced | .components.schemas["v0.0.43_qos"].properties.limits.properties.max.properties.tres.properties.minutes.properties.per.properties.qos.description = "GrpTRESRunMins - Maximum number of TRES minutes able to be allocated by running jobs"; |
Replaced | .components.schemas["v0.0.43_qos"].properties.limits.properties.max.properties.tres.properties.minutes.properties.per.properties.user.description = "MaxTRESRunMinsPerUser - Maximum number of TRES minutes each user can use"; |
Replaced | .components.schemas["v0.0.43_qos"].properties.limits.properties.max.properties.tres.properties.minutes.properties.total.description = "GrpTRESMins - Maximum number of TRES minutes that can possibly be used by past, present, and future jobs"; |
Replaced | .components.schemas["v0.0.43_qos"].properties.limits.properties.max.properties.tres.properties.per.properties.account.description = "MaxTRESPerAccount - Maximum number of TRES each account can use"; |
Replaced | .components.schemas["v0.0.43_qos"].properties.limits.properties.max.properties.tres.properties.per.properties.job.description = "MaxTRESPerJob - Maximum number of TRES each job can use"; |
Replaced | .components.schemas["v0.0.43_qos"].properties.limits.properties.max.properties.tres.properties.per.properties.node.description = "MaxTRESPerNode - Maximum number of TRES each node in a job allocation can use"; |
Replaced | .components.schemas["v0.0.43_qos"].properties.limits.properties.max.properties.tres.properties.per.properties.user.description = "MaxTRESPerUser - Maximum number of TRES each user can use"; |
Replaced | .components.schemas["v0.0.43_qos"].properties.limits.properties.max.properties.tres.properties.total.description = "GrpTRES - Maximum number of TRES able to be allocated by running jobs"; |
Replaced | .components.schemas["v0.0.43_qos"].properties.limits.properties.max.properties.wall_clock.properties.per.properties.job.description = "MaxWallDurationPerJob - Maximum wall clock time in minutes each job can use (32 bit integer number with flags)"; |
Replaced | .components.schemas["v0.0.43_qos"].properties.limits.properties.max.properties.wall_clock.properties.per.properties.qos.description = "GrpWall - Maximum wall clock time in minutes able to be allocated by running jobs (32 bit integer number with flags)"; |
Replaced | .components.schemas["v0.0.43_qos"].properties.limits.properties.min.properties.priority_threshold.description = "MinPrioThreshold - Minimum priority required to reserve resources when scheduling (32 bit integer number with flags)"; |
Replaced | .components.schemas["v0.0.43_qos"].properties.limits.properties.min.properties.tres.properties.per.properties.job.description = "MinTRESPerJob - Minimum number of TRES each job running under this QOS must request"; |
Replaced | .components.schemas["v0.0.43_qos"].properties.preempt.properties.exempt_time.description = "PreemptExemptTime - Specifies a minimum run time for jobs before they are considered for preemption (32 bit integer number with flags)"; |
Removed | .components.schemas["v0.0.43_qos"].properties.preempt.properties.mode.$ref = "#/components/schemas/v0.0.43_qos_preempt_modes"; |
Replaced | .components.schemas["v0.0.43_qos"].properties.preempt.properties.mode.description = "PreemptMode - Mechanism used to preempt jobs or enable gang scheduling"; |
Added | .components.schemas["v0.0.43_qos"].properties.preempt.properties.mode.items = {}; |
Added | .components.schemas["v0.0.43_qos"].properties.preempt.properties.mode.items.enum = []; |
Added | .components.schemas["v0.0.43_qos"].properties.preempt.properties.mode.items.enum[0] = "DISABLED"; |
Added | .components.schemas["v0.0.43_qos"].properties.preempt.properties.mode.items.enum[1] = "SUSPEND"; |
Added | .components.schemas["v0.0.43_qos"].properties.preempt.properties.mode.items.enum[2] = "REQUEUE"; |
Added | .components.schemas["v0.0.43_qos"].properties.preempt.properties.mode.items.enum[3] = "CANCEL"; |
Added | .components.schemas["v0.0.43_qos"].properties.preempt.properties.mode.items.enum[4] = "GANG"; |
Added | .components.schemas["v0.0.43_qos"].properties.preempt.properties.mode.items.type = "string"; |
Added | .components.schemas["v0.0.43_qos"].properties.preempt.properties.mode.type = "array"; |
Replaced | .components.schemas["v0.0.43_qos"].properties.priority.description = "Priority - QOS priority factor (32 bit integer number with flags)"; |
Replaced | .components.schemas["v0.0.43_qos"].properties.usage_factor.description = "UsageFactor - A float that is factored into a job's TRES usage (64 bit floating point number with flags)"; |
Replaced | .components.schemas["v0.0.43_qos"].properties.usage_threshold.description = "UsageThreshold - A float representing the lowest fairshare of an association allowed to run a job (64 bit floating point number with flags)"; |
Removed | .components.schemas["v0.0.43_qos_flags"] = {}; |
Removed | .components.schemas["v0.0.43_qos_flags"].items = {}; |
Removed | .components.schemas["v0.0.43_qos_flags"].items.enum = []; |
Removed | .components.schemas["v0.0.43_qos_flags"].items.enum[0] = "NOT_SET"; |
Removed | .components.schemas["v0.0.43_qos_flags"].items.enum[1] = "ADD"; |
Removed | .components.schemas["v0.0.43_qos_flags"].items.enum[2] = "REMOVE"; |
Removed | .components.schemas["v0.0.43_qos_flags"].items.enum[3] = "PARTITION_MINIMUM_NODE"; |
Removed | .components.schemas["v0.0.43_qos_flags"].items.enum[4] = "PARTITION_MAXIMUM_NODE"; |
Removed | .components.schemas["v0.0.43_qos_flags"].items.enum[5] = "PARTITION_TIME_LIMIT"; |
Removed | .components.schemas["v0.0.43_qos_flags"].items.enum[6] = "ENFORCE_USAGE_THRESHOLD"; |
Removed | .components.schemas["v0.0.43_qos_flags"].items.enum[7] = "NO_RESERVE"; |
Removed | .components.schemas["v0.0.43_qos_flags"].items.enum[8] = "REQUIRED_RESERVATION"; |
Removed | .components.schemas["v0.0.43_qos_flags"].items.enum[9] = "DENY_LIMIT"; |
Removed | .components.schemas["v0.0.43_qos_flags"].items.enum[10] = "OVERRIDE_PARTITION_QOS"; |
Removed | .components.schemas["v0.0.43_qos_flags"].items.enum[11] = "NO_DECAY"; |
Removed | .components.schemas["v0.0.43_qos_flags"].items.enum[12] = "USAGE_FACTOR_SAFE"; |
Removed | .components.schemas["v0.0.43_qos_flags"].items.enum[13] = "RELATIVE"; |
Removed | .components.schemas["v0.0.43_qos_flags"].items.type = "string"; |
Removed | .components.schemas["v0.0.43_qos_flags"].type = "array"; |
Removed | .components.schemas["v0.0.43_qos_preempt_modes"] = {}; |
Removed | .components.schemas["v0.0.43_qos_preempt_modes"].items = {}; |
Removed | .components.schemas["v0.0.43_qos_preempt_modes"].items.enum = []; |
Removed | .components.schemas["v0.0.43_qos_preempt_modes"].items.enum[0] = "DISABLED"; |
Removed | .components.schemas["v0.0.43_qos_preempt_modes"].items.enum[1] = "SUSPEND"; |
Removed | .components.schemas["v0.0.43_qos_preempt_modes"].items.enum[2] = "REQUEUE"; |
Removed | .components.schemas["v0.0.43_qos_preempt_modes"].items.enum[3] = "CANCEL"; |
Removed | .components.schemas["v0.0.43_qos_preempt_modes"].items.enum[4] = "GANG"; |
Removed | .components.schemas["v0.0.43_qos_preempt_modes"].items.type = "string"; |
Removed | .components.schemas["v0.0.43_qos_preempt_modes"].type = "array"; |
Removed | .components.schemas["v0.0.43_qos_string_id_list"].items.description = "List of QOS names"; |
Removed | .components.schemas["v0.0.43_reservation_flags"] = {}; |
Removed | .components.schemas["v0.0.43_reservation_flags"].items = {}; |
Removed | .components.schemas["v0.0.43_reservation_flags"].items.enum = []; |
Removed | .components.schemas["v0.0.43_reservation_flags"].items.enum[0] = "MAINT"; |
Removed | .components.schemas["v0.0.43_reservation_flags"].items.enum[1] = "NO_MAINT"; |
Removed | .components.schemas["v0.0.43_reservation_flags"].items.enum[2] = "DAILY"; |
Removed | .components.schemas["v0.0.43_reservation_flags"].items.enum[3] = "NO_DAILY"; |
Removed | .components.schemas["v0.0.43_reservation_flags"].items.enum[4] = "WEEKLY"; |
Removed | .components.schemas["v0.0.43_reservation_flags"].items.enum[5] = "NO_WEEKLY"; |
Removed | .components.schemas["v0.0.43_reservation_flags"].items.enum[6] = "IGNORE_JOBS"; |
Removed | .components.schemas["v0.0.43_reservation_flags"].items.enum[7] = "NO_IGNORE_JOBS"; |
Removed | .components.schemas["v0.0.43_reservation_flags"].items.enum[8] = "ANY_NODES"; |
Removed | .components.schemas["v0.0.43_reservation_flags"].items.enum[9] = "STATIC"; |
Removed | .components.schemas["v0.0.43_reservation_flags"].items.enum[10] = "NO_STATIC"; |
Removed | .components.schemas["v0.0.43_reservation_flags"].items.enum[11] = "PART_NODES"; |
Removed | .components.schemas["v0.0.43_reservation_flags"].items.enum[12] = "NO_PART_NODES"; |
Removed | .components.schemas["v0.0.43_reservation_flags"].items.enum[13] = "OVERLAP"; |
Removed | .components.schemas["v0.0.43_reservation_flags"].items.enum[14] = "SPEC_NODES"; |
Removed | .components.schemas["v0.0.43_reservation_flags"].items.enum[15] = "TIME_FLOAT"; |
Removed | .components.schemas["v0.0.43_reservation_flags"].items.enum[16] = "REPLACE"; |
Removed | .components.schemas["v0.0.43_reservation_flags"].items.enum[17] = "ALL_NODES"; |
Removed | .components.schemas["v0.0.43_reservation_flags"].items.enum[18] = "PURGE_COMP"; |
Removed | .components.schemas["v0.0.43_reservation_flags"].items.enum[19] = "WEEKDAY"; |
Removed | .components.schemas["v0.0.43_reservation_flags"].items.enum[20] = "NO_WEEKDAY"; |
Removed | .components.schemas["v0.0.43_reservation_flags"].items.enum[21] = "WEEKEND"; |
Removed | .components.schemas["v0.0.43_reservation_flags"].items.enum[22] = "NO_WEEKEND"; |
Removed | .components.schemas["v0.0.43_reservation_flags"].items.enum[23] = "FLEX"; |
Removed | .components.schemas["v0.0.43_reservation_flags"].items.enum[24] = "NO_FLEX"; |
Removed | .components.schemas["v0.0.43_reservation_flags"].items.enum[25] = "DURATION_PLUS"; |
Removed | .components.schemas["v0.0.43_reservation_flags"].items.enum[26] = "DURATION_MINUS"; |
Removed | .components.schemas["v0.0.43_reservation_flags"].items.enum[27] = "NO_HOLD_JOBS_AFTER_END"; |
Removed | .components.schemas["v0.0.43_reservation_flags"].items.enum[28] = "NO_PURGE_COMP"; |
Removed | .components.schemas["v0.0.43_reservation_flags"].items.enum[29] = "MAGNETIC"; |
Removed | .components.schemas["v0.0.43_reservation_flags"].items.enum[30] = "SKIP"; |
Removed | .components.schemas["v0.0.43_reservation_flags"].items.enum[31] = "HOURLY"; |
Removed | .components.schemas["v0.0.43_reservation_flags"].items.enum[32] = "NO_HOURLY"; |
Removed | .components.schemas["v0.0.43_reservation_flags"].items.enum[33] = "USER_DELETE"; |
Removed | .components.schemas["v0.0.43_reservation_flags"].items.enum[34] = "NO_USER_DELETE"; |
Removed | .components.schemas["v0.0.43_reservation_flags"].items.enum[35] = "REOCCURRING"; |
Removed | .components.schemas["v0.0.43_reservation_flags"].items.type = "string"; |
Replaced | .components.schemas["v0.0.43_reservation_desc_msg"] = {}; |
Added | .components.schemas["v0.0.43_reservation_desc_msg"].properties = {}; |
Added | .components.schemas["v0.0.43_reservation_desc_msg"].properties.accounts = {}; |
Added | .components.schemas["v0.0.43_reservation_desc_msg"].properties.accounts.$ref = "#/components/schemas/v0.0.43_csv_string"; |
Added | .components.schemas["v0.0.43_reservation_desc_msg"].properties.accounts.description = "List of permitted accounts"; |
Added | .components.schemas["v0.0.43_reservation_desc_msg"].properties.burst_buffer = {}; |
Added | .components.schemas["v0.0.43_reservation_desc_msg"].properties.burst_buffer.description = "BurstBuffer"; |
Added | .components.schemas["v0.0.43_reservation_desc_msg"].properties.burst_buffer.type = "string"; |
Added | .components.schemas["v0.0.43_reservation_desc_msg"].properties.comment = {}; |
Added | .components.schemas["v0.0.43_reservation_desc_msg"].properties.comment.description = "Arbitrary string"; |
Added | .components.schemas["v0.0.43_reservation_desc_msg"].properties.comment.type = "string"; |
Added | .components.schemas["v0.0.43_reservation_desc_msg"].properties.core_count = {}; |
Added | .components.schemas["v0.0.43_reservation_desc_msg"].properties.core_count.$ref = "#/components/schemas/v0.0.43_uint32_no_val_struct"; |
Added | .components.schemas["v0.0.43_reservation_desc_msg"].properties.core_count.description = "Number of cores to reserve (32 bit integer number with flags)"; |
Added | .components.schemas["v0.0.43_reservation_desc_msg"].properties.duration = {}; |
Added | .components.schemas["v0.0.43_reservation_desc_msg"].properties.duration.$ref = "#/components/schemas/v0.0.43_uint32_no_val_struct"; |
Added | .components.schemas["v0.0.43_reservation_desc_msg"].properties.duration.description = "The length of a reservation in minutes (32 bit integer number with flags)"; |
Added | .components.schemas["v0.0.43_reservation_desc_msg"].properties.end_time = {}; |
Added | .components.schemas["v0.0.43_reservation_desc_msg"].properties.end_time.$ref = "#/components/schemas/v0.0.43_uint64_no_val_struct"; |
Added | .components.schemas["v0.0.43_reservation_desc_msg"].properties.end_time.description = "EndTime (UNIX timestamp) (UNIX timestamp or time string recognized by Slurm (e.g., '[MM/DD[/YY]-]HH:MM[:SS]'); may also be infinite or unset) (64 bit integer number with flags)"; |
Added | .components.schemas["v0.0.43_reservation_desc_msg"].properties.features = {}; |
Added | .components.schemas["v0.0.43_reservation_desc_msg"].properties.features.description = "Requested node features. Multiple values may be \"&\" separated if all features are required (AND operation) or separated by \"|\" if any of the specified features are required (OR operation). Parenthesis are also supported for features to be ANDed together with counts of nodes having the specified features."; |
Added | .components.schemas["v0.0.43_reservation_desc_msg"].properties.features.type = "string"; |
Added | .components.schemas["v0.0.43_reservation_desc_msg"].properties.flags = {}; |
Added | .components.schemas["v0.0.43_reservation_desc_msg"].properties.flags.description = "Flags associated with this reservation. Note, to remove flags use \"NO_\" prefixed flag excluding NO_HOLD_JOBS_AFTER_END"; |
Added | .components.schemas["v0.0.43_reservation_desc_msg"].properties.flags.items = {}; |
Added | .components.schemas["v0.0.43_reservation_desc_msg"].properties.flags.items.enum = []; |
Added | .components.schemas["v0.0.43_reservation_desc_msg"].properties.flags.items.enum[0] = "MAINT"; |
Added | .components.schemas["v0.0.43_reservation_desc_msg"].properties.flags.items.enum[1] = "NO_MAINT"; |
Added | .components.schemas["v0.0.43_reservation_desc_msg"].properties.flags.items.enum[2] = "DAILY"; |
Added | .components.schemas["v0.0.43_reservation_desc_msg"].properties.flags.items.enum[3] = "NO_DAILY"; |
Added | .components.schemas["v0.0.43_reservation_desc_msg"].properties.flags.items.enum[4] = "WEEKLY"; |
Added | .components.schemas["v0.0.43_reservation_desc_msg"].properties.flags.items.enum[5] = "NO_WEEKLY"; |
Added | .components.schemas["v0.0.43_reservation_desc_msg"].properties.flags.items.enum[6] = "IGNORE_JOBS"; |
Added | .components.schemas["v0.0.43_reservation_desc_msg"].properties.flags.items.enum[7] = "NO_IGNORE_JOBS"; |
Added | .components.schemas["v0.0.43_reservation_desc_msg"].properties.flags.items.enum[8] = "ANY_NODES"; |
Added | .components.schemas["v0.0.43_reservation_desc_msg"].properties.flags.items.enum[9] = "STATIC"; |
Added | .components.schemas["v0.0.43_reservation_desc_msg"].properties.flags.items.enum[10] = "NO_STATIC"; |
Added | .components.schemas["v0.0.43_reservation_desc_msg"].properties.flags.items.enum[11] = "PART_NODES"; |
Added | .components.schemas["v0.0.43_reservation_desc_msg"].properties.flags.items.enum[12] = "NO_PART_NODES"; |
Added | .components.schemas["v0.0.43_reservation_desc_msg"].properties.flags.items.enum[13] = "OVERLAP"; |
Added | .components.schemas["v0.0.43_reservation_desc_msg"].properties.flags.items.enum[14] = "SPEC_NODES"; |
Added | .components.schemas["v0.0.43_reservation_desc_msg"].properties.flags.items.enum[15] = "TIME_FLOAT"; |
Added | .components.schemas["v0.0.43_reservation_desc_msg"].properties.flags.items.enum[16] = "REPLACE"; |
Added | .components.schemas["v0.0.43_reservation_desc_msg"].properties.flags.items.enum[17] = "ALL_NODES"; |
Added | .components.schemas["v0.0.43_reservation_desc_msg"].properties.flags.items.enum[18] = "PURGE_COMP"; |
Added | .components.schemas["v0.0.43_reservation_desc_msg"].properties.flags.items.enum[19] = "WEEKDAY"; |
Added | .components.schemas["v0.0.43_reservation_desc_msg"].properties.flags.items.enum[20] = "NO_WEEKDAY"; |
Added | .components.schemas["v0.0.43_reservation_desc_msg"].properties.flags.items.enum[21] = "WEEKEND"; |
Added | .components.schemas["v0.0.43_reservation_desc_msg"].properties.flags.items.enum[22] = "NO_WEEKEND"; |
Added | .components.schemas["v0.0.43_reservation_desc_msg"].properties.flags.items.enum[23] = "FLEX"; |
Added | .components.schemas["v0.0.43_reservation_desc_msg"].properties.flags.items.enum[24] = "NO_FLEX"; |
Added | .components.schemas["v0.0.43_reservation_desc_msg"].properties.flags.items.enum[25] = "DURATION_PLUS"; |
Added | .components.schemas["v0.0.43_reservation_desc_msg"].properties.flags.items.enum[26] = "DURATION_MINUS"; |
Added | .components.schemas["v0.0.43_reservation_desc_msg"].properties.flags.items.enum[27] = "NO_HOLD_JOBS_AFTER_END"; |
Added | .components.schemas["v0.0.43_reservation_desc_msg"].properties.flags.items.enum[28] = "NO_PURGE_COMP"; |
Added | .components.schemas["v0.0.43_reservation_desc_msg"].properties.flags.items.enum[29] = "MAGNETIC"; |
Added | .components.schemas["v0.0.43_reservation_desc_msg"].properties.flags.items.enum[30] = "SKIP"; |
Added | .components.schemas["v0.0.43_reservation_desc_msg"].properties.flags.items.enum[31] = "HOURLY"; |
Added | .components.schemas["v0.0.43_reservation_desc_msg"].properties.flags.items.enum[32] = "NO_HOURLY"; |
Added | .components.schemas["v0.0.43_reservation_desc_msg"].properties.flags.items.enum[33] = "USER_DELETE"; |
Added | .components.schemas["v0.0.43_reservation_desc_msg"].properties.flags.items.enum[34] = "NO_USER_DELETE"; |
Added | .components.schemas["v0.0.43_reservation_desc_msg"].properties.flags.items.enum[35] = "REOCCURRING"; |
Added | .components.schemas["v0.0.43_reservation_desc_msg"].properties.flags.items.type = "string"; |
Added | .components.schemas["v0.0.43_reservation_desc_msg"].properties.flags.type = "array"; |
Added | .components.schemas["v0.0.43_reservation_desc_msg"].properties.groups = {}; |
Added | .components.schemas["v0.0.43_reservation_desc_msg"].properties.groups.$ref = "#/components/schemas/v0.0.43_csv_string"; |
Added | .components.schemas["v0.0.43_reservation_desc_msg"].properties.groups.description = "List of groups permitted to use the reservation. This is mutually exclusive with users."; |
Added | .components.schemas["v0.0.43_reservation_desc_msg"].properties.licenses = {}; |
Added | .components.schemas["v0.0.43_reservation_desc_msg"].properties.licenses.$ref = "#/components/schemas/v0.0.43_csv_string"; |
Added | .components.schemas["v0.0.43_reservation_desc_msg"].properties.licenses.description = "List of license names"; |
Added | .components.schemas["v0.0.43_reservation_desc_msg"].properties.max_start_delay = {}; |
Added | .components.schemas["v0.0.43_reservation_desc_msg"].properties.max_start_delay.$ref = "#/components/schemas/v0.0.43_uint32_no_val_struct"; |
Added | .components.schemas["v0.0.43_reservation_desc_msg"].properties.max_start_delay.description = "MaxStartDelay in seconds (32 bit integer number with flags)"; |
Added | .components.schemas["v0.0.43_reservation_desc_msg"].properties.name = {}; |
Added | .components.schemas["v0.0.43_reservation_desc_msg"].properties.name.description = "ReservationName"; |
Added | .components.schemas["v0.0.43_reservation_desc_msg"].properties.name.type = "string"; |
Added | .components.schemas["v0.0.43_reservation_desc_msg"].properties.node_count = {}; |
Added | .components.schemas["v0.0.43_reservation_desc_msg"].properties.node_count.$ref = "#/components/schemas/v0.0.43_uint32_no_val_struct"; |
Added | .components.schemas["v0.0.43_reservation_desc_msg"].properties.node_count.description = "NodeCnt (32 bit integer number with flags)"; |
Added | .components.schemas["v0.0.43_reservation_desc_msg"].properties.node_list = {}; |
Added | .components.schemas["v0.0.43_reservation_desc_msg"].properties.node_list.$ref = "#/components/schemas/v0.0.43_hostlist_string"; |
Added | .components.schemas["v0.0.43_reservation_desc_msg"].properties.node_list.description = "The nodes to be reserved. Multiple node names may be specified using simple node range expressions."; |
Added | .components.schemas["v0.0.43_reservation_desc_msg"].properties.partition = {}; |
Added | .components.schemas["v0.0.43_reservation_desc_msg"].properties.partition.description = "Partition used to reserve nodes from. This will attempt to allocate all nodes in the specified partition unless you request fewer resources than are available with core_cnt, node_cnt or tres."; |
Added | .components.schemas["v0.0.43_reservation_desc_msg"].properties.partition.type = "string"; |
Added | .components.schemas["v0.0.43_reservation_desc_msg"].properties.purge_completed = {}; |
Added | .components.schemas["v0.0.43_reservation_desc_msg"].properties.purge_completed.properties = {}; |
Added | .components.schemas["v0.0.43_reservation_desc_msg"].properties.purge_completed.properties.time = {}; |
Added | .components.schemas["v0.0.43_reservation_desc_msg"].properties.purge_completed.properties.time.$ref = "#/components/schemas/v0.0.43_uint32_no_val_struct"; |
Added | .components.schemas["v0.0.43_reservation_desc_msg"].properties.purge_completed.properties.time.description = "If PURGE_COMP flag is set, the number of seconds this reservation will sit idle until it is revoked (32 bit integer number with flags)"; |
Added | .components.schemas["v0.0.43_reservation_desc_msg"].properties.purge_completed.type = "object"; |
Added | .components.schemas["v0.0.43_reservation_desc_msg"].properties.start_time = {}; |
Added | .components.schemas["v0.0.43_reservation_desc_msg"].properties.start_time.$ref = "#/components/schemas/v0.0.43_uint64_no_val_struct"; |
Added | .components.schemas["v0.0.43_reservation_desc_msg"].properties.start_time.description = "StartTime (UNIX timestamp) (UNIX timestamp or time string recognized by Slurm (e.g., '[MM/DD[/YY]-]HH:MM[:SS]'); may also be infinite or unset) (64 bit integer number with flags)"; |
Added | .components.schemas["v0.0.43_reservation_desc_msg"].properties.tres = {}; |
Added | .components.schemas["v0.0.43_reservation_desc_msg"].properties.tres.$ref = "#/components/schemas/v0.0.43_tres_list"; |
Added | .components.schemas["v0.0.43_reservation_desc_msg"].properties.tres.description = "List of trackable resources"; |
Added | .components.schemas["v0.0.43_reservation_desc_msg"].properties.users = {}; |
Added | .components.schemas["v0.0.43_reservation_desc_msg"].properties.users.$ref = "#/components/schemas/v0.0.43_csv_string"; |
Added | .components.schemas["v0.0.43_reservation_desc_msg"].properties.users.description = "List of permitted users"; |
Added | .components.schemas["v0.0.43_reservation_desc_msg"].required = []; |
Added | .components.schemas["v0.0.43_reservation_desc_msg"].type = "object"; |
Added | .components.schemas["v0.0.43_reservation_desc_msg_list"] = {}; |
Added | .components.schemas["v0.0.43_reservation_desc_msg_list"].items = {}; |
Added | .components.schemas["v0.0.43_reservation_desc_msg_list"].items.$ref = "#/components/schemas/v0.0.43_reservation_desc_msg"; |
Added | .components.schemas["v0.0.43_reservation_desc_msg_list"].type = "array"; |
Replaced | .components.schemas["v0.0.43_reservation_info"].properties.accounts.description = "Comma-separated list of permitted accounts"; |
Replaced | .components.schemas["v0.0.43_reservation_info"].properties.burst_buffer.description = "BurstBuffer - Burst buffer resources reserved"; |
Replaced | .components.schemas["v0.0.43_reservation_info"].properties.core_count.description = "CoreCnt - Number of cores reserved"; |
Replaced | .components.schemas["v0.0.43_reservation_info"].properties.end_time.description = "EndTime (UNIX timestamp) (UNIX timestamp or time string recognized by Slurm (e.g., '[MM/DD[/YY]-]HH:MM[:SS]'); may also be infinite or unset) (64 bit integer number with flags)"; |
Replaced | .components.schemas["v0.0.43_reservation_info"].properties.features.description = "Features - Expression describing the reservation's required node features"; |
Replaced | .components.schemas["v0.0.43_reservation_info"].properties.flags.items = {}; |
Added | .components.schemas["v0.0.43_reservation_info"].properties.flags.items.enum = []; |
Added | .components.schemas["v0.0.43_reservation_info"].properties.flags.items.enum[0] = "MAINT"; |
Added | .components.schemas["v0.0.43_reservation_info"].properties.flags.items.enum[1] = "NO_MAINT"; |
Added | .components.schemas["v0.0.43_reservation_info"].properties.flags.items.enum[2] = "DAILY"; |
Added | .components.schemas["v0.0.43_reservation_info"].properties.flags.items.enum[3] = "NO_DAILY"; |
Added | .components.schemas["v0.0.43_reservation_info"].properties.flags.items.enum[4] = "WEEKLY"; |
Added | .components.schemas["v0.0.43_reservation_info"].properties.flags.items.enum[5] = "NO_WEEKLY"; |
Added | .components.schemas["v0.0.43_reservation_info"].properties.flags.items.enum[6] = "IGNORE_JOBS"; |
Added | .components.schemas["v0.0.43_reservation_info"].properties.flags.items.enum[7] = "NO_IGNORE_JOBS"; |
Added | .components.schemas["v0.0.43_reservation_info"].properties.flags.items.enum[8] = "ANY_NODES"; |
Added | .components.schemas["v0.0.43_reservation_info"].properties.flags.items.enum[9] = "STATIC"; |
Added | .components.schemas["v0.0.43_reservation_info"].properties.flags.items.enum[10] = "NO_STATIC"; |
Added | .components.schemas["v0.0.43_reservation_info"].properties.flags.items.enum[11] = "PART_NODES"; |
Added | .components.schemas["v0.0.43_reservation_info"].properties.flags.items.enum[12] = "NO_PART_NODES"; |
Added | .components.schemas["v0.0.43_reservation_info"].properties.flags.items.enum[13] = "OVERLAP"; |
Added | .components.schemas["v0.0.43_reservation_info"].properties.flags.items.enum[14] = "SPEC_NODES"; |
Added | .components.schemas["v0.0.43_reservation_info"].properties.flags.items.enum[15] = "TIME_FLOAT"; |
Added | .components.schemas["v0.0.43_reservation_info"].properties.flags.items.enum[16] = "REPLACE"; |
Added | .components.schemas["v0.0.43_reservation_info"].properties.flags.items.enum[17] = "ALL_NODES"; |
Added | .components.schemas["v0.0.43_reservation_info"].properties.flags.items.enum[18] = "PURGE_COMP"; |
Added | .components.schemas["v0.0.43_reservation_info"].properties.flags.items.enum[19] = "WEEKDAY"; |
Added | .components.schemas["v0.0.43_reservation_info"].properties.flags.items.enum[20] = "NO_WEEKDAY"; |
Added | .components.schemas["v0.0.43_reservation_info"].properties.flags.items.enum[21] = "WEEKEND"; |
Added | .components.schemas["v0.0.43_reservation_info"].properties.flags.items.enum[22] = "NO_WEEKEND"; |
Added | .components.schemas["v0.0.43_reservation_info"].properties.flags.items.enum[23] = "FLEX"; |
Added | .components.schemas["v0.0.43_reservation_info"].properties.flags.items.enum[24] = "NO_FLEX"; |
Added | .components.schemas["v0.0.43_reservation_info"].properties.flags.items.enum[25] = "DURATION_PLUS"; |
Added | .components.schemas["v0.0.43_reservation_info"].properties.flags.items.enum[26] = "DURATION_MINUS"; |
Added | .components.schemas["v0.0.43_reservation_info"].properties.flags.items.enum[27] = "NO_HOLD_JOBS_AFTER_END"; |
Added | .components.schemas["v0.0.43_reservation_info"].properties.flags.items.enum[28] = "NO_PURGE_COMP"; |
Added | .components.schemas["v0.0.43_reservation_info"].properties.flags.items.enum[29] = "MAGNETIC"; |
Added | .components.schemas["v0.0.43_reservation_info"].properties.flags.items.enum[30] = "SKIP"; |
Added | .components.schemas["v0.0.43_reservation_info"].properties.flags.items.enum[31] = "HOURLY"; |
Added | .components.schemas["v0.0.43_reservation_info"].properties.flags.items.enum[32] = "NO_HOURLY"; |
Added | .components.schemas["v0.0.43_reservation_info"].properties.flags.items.enum[33] = "USER_DELETE"; |
Added | .components.schemas["v0.0.43_reservation_info"].properties.flags.items.enum[34] = "NO_USER_DELETE"; |
Added | .components.schemas["v0.0.43_reservation_info"].properties.flags.items.enum[35] = "REOCCURRING"; |
Added | .components.schemas["v0.0.43_reservation_info"].properties.flags.items.type = "string"; |
Added | .components.schemas["v0.0.43_reservation_info"].properties.flags.type = "array"; |
Replaced | .components.schemas["v0.0.43_reservation_info"].properties.groups.description = "Groups - Comma-separated list of permitted groups"; |
Replaced | .components.schemas["v0.0.43_reservation_info"].properties.licenses.description = "Licenses - Comma-separated list of licenses reserved"; |
Replaced | .components.schemas["v0.0.43_reservation_info"].properties.max_start_delay.description = "MaxStartDelay - Maximum time an eligible job not requesting this reservation can delay a job requesting it in seconds"; |
Replaced | .components.schemas["v0.0.43_reservation_info"].properties.name.description = "ReservationName - Name of the reservation"; |
Replaced | .components.schemas["v0.0.43_reservation_info"].properties.node_count.description = "NodeCnt - Number of nodes reserved"; |
Replaced | .components.schemas["v0.0.43_reservation_info"].properties.node_list.description = "Nodes - Comma-separated list of node names and/or node ranges reserved"; |
Replaced | .components.schemas["v0.0.43_reservation_info"].properties.partition.description = "PartitionName - Partition used to reserve nodes from"; |
Replaced | .components.schemas["v0.0.43_reservation_info"].properties.purge_completed.properties.time.description = "If PURGE_COMP flag is set, the number of seconds this reservation will sit idle until it is revoked (32 bit integer number with flags)"; |
Replaced | .components.schemas["v0.0.43_reservation_info"].properties.start_time.description = "StartTime (UNIX timestamp) (UNIX timestamp or time string recognized by Slurm (e.g., '[MM/DD[/YY]-]HH:MM[:SS]'); may also be infinite or unset) (64 bit integer number with flags)"; |
Replaced | .components.schemas["v0.0.43_reservation_info"].properties.tres.description = "Comma-separated list of required TRES"; |
Replaced | .components.schemas["v0.0.43_reservation_info"].properties.users.description = "Comma-separated list of permitted users"; |
Added | .components.schemas["v0.0.43_reservation_mod_req"] = {}; |
Added | .components.schemas["v0.0.43_reservation_mod_req"].properties = {}; |
Added | .components.schemas["v0.0.43_reservation_mod_req"].properties.reservations = {}; |
Added | .components.schemas["v0.0.43_reservation_mod_req"].properties.reservations.$ref = "#/components/schemas/v0.0.43_reservation_desc_msg_list"; |
Added | .components.schemas["v0.0.43_reservation_mod_req"].properties.reservations.description = "Array of reservation descriptions"; |
Added | .components.schemas["v0.0.43_reservation_mod_req"].required = []; |
Added | .components.schemas["v0.0.43_reservation_mod_req"].type = "object"; |
Replaced | .components.schemas["v0.0.43_rollup_stats"].properties.daily.properties.last_run.description = "Last time daily rollup ran (UNIX timestamp) (UNIX timestamp or time string recognized by Slurm (e.g., '[MM/DD[/YY]-]HH:MM[:SS]'))"; |
Replaced | .components.schemas["v0.0.43_rollup_stats"].properties.hourly.properties.last_run.description = "Last time hourly rollup ran (UNIX timestamp) (UNIX timestamp or time string recognized by Slurm (e.g., '[MM/DD[/YY]-]HH:MM[:SS]'))"; |
Replaced | .components.schemas["v0.0.43_rollup_stats"].properties.monthly.properties.last_run.description = "Last time monthly rollup ran (UNIX timestamp) (UNIX timestamp or time string recognized by Slurm (e.g., '[MM/DD[/YY]-]HH:MM[:SS]'))"; |
Replaced | .components.schemas["v0.0.43_shares_uint64_tres"].properties.value.description = "TRES value (64 bit integer number with flags)"; |
Removed | .components.schemas["v0.0.43_slurmdb_job_flags"] = {}; |
Removed | .components.schemas["v0.0.43_slurmdb_job_flags"].items = {}; |
Removed | .components.schemas["v0.0.43_slurmdb_job_flags"].items.enum = []; |
Removed | .components.schemas["v0.0.43_slurmdb_job_flags"].items.enum[0] = "NONE"; |
Removed | .components.schemas["v0.0.43_slurmdb_job_flags"].items.enum[1] = "CLEAR_SCHEDULING"; |
Removed | .components.schemas["v0.0.43_slurmdb_job_flags"].items.enum[2] = "NOT_SET"; |
Removed | .components.schemas["v0.0.43_slurmdb_job_flags"].items.enum[3] = "STARTED_ON_SUBMIT"; |
Removed | .components.schemas["v0.0.43_slurmdb_job_flags"].items.enum[4] = "STARTED_ON_SCHEDULE"; |
Removed | .components.schemas["v0.0.43_slurmdb_job_flags"].items.enum[5] = "STARTED_ON_BACKFILL"; |
Removed | .components.schemas["v0.0.43_slurmdb_job_flags"].items.enum[6] = "START_RECEIVED"; |
Removed | .components.schemas["v0.0.43_slurmdb_job_flags"].items.type = "string"; |
Removed | .components.schemas["v0.0.43_slurmdb_job_flags"].type = "array"; |
Replaced | .components.schemas["v0.0.43_slurmdbd_ping"].properties.primary.description = "Is responding slurmdbd the primary controller (Is responding slurmctld the primary controller)"; |
Replaced | .components.schemas["v0.0.43_stats_msg"].properties.bf_when_last_cycle.description = "When the last backfill scheduling cycle happened (UNIX timestamp) (UNIX timestamp or time string recognized by Slurm (e.g., '[MM/DD[/YY]-]HH:MM[:SS]'); may also be infinite or unset) (64 bit integer number with flags)"; |
Replaced | .components.schemas["v0.0.43_stats_msg"].properties.job_states_ts.description = "When the job state counts were gathered (UNIX timestamp) (UNIX timestamp or time string recognized by Slurm (e.g., '[MM/DD[/YY]-]HH:MM[:SS]'); may also be infinite or unset) (64 bit integer number with flags)"; |
Replaced | .components.schemas["v0.0.43_stats_msg"].properties.pending_rpcs.description = "Pending RPC statistics (Pending RPCs)"; |
Replaced | .components.schemas["v0.0.43_stats_msg"].properties.pending_rpcs_by_hostlist.description = "Pending RPCs hostlists (Pending RPCs by hostlist)"; |
Replaced | .components.schemas["v0.0.43_stats_msg"].properties.req_time.description = "When the request was made (UNIX timestamp) (UNIX timestamp or time string recognized by Slurm (e.g., '[MM/DD[/YY]-]HH:MM[:SS]'); may also be infinite or unset) (64 bit integer number with flags)"; |
Replaced | .components.schemas["v0.0.43_stats_msg"].properties.req_time_start.description = "When the data in the report started (UNIX timestamp) (UNIX timestamp or time string recognized by Slurm (e.g., '[MM/DD[/YY]-]HH:MM[:SS]'); may also be infinite or unset) (64 bit integer number with flags)"; |
Replaced | .components.schemas["v0.0.43_stats_msg"].properties.rpcs_by_message_type.description = "Most frequently issued remote procedure calls (RPCs) (RPCs by type)"; |
Replaced | .components.schemas["v0.0.43_stats_msg"].properties.rpcs_by_user.description = "RPCs issued by user ID (RPCs by user)"; |
Replaced | .components.schemas["v0.0.43_stats_msg_rpc_dump"].properties.message_type.description = "Message type as string (Slurm RPC message type)"; |
Replaced | .components.schemas["v0.0.43_stats_msg_rpc_queue"].properties.message_type.description = "Message type as string (Slurm RPC message type)"; |
Replaced | .components.schemas["v0.0.43_stats_msg_rpc_type"].properties.average_time.description = "Average time spent processing RPC in seconds (64 bit integer number with flags)"; |
Replaced | .components.schemas["v0.0.43_stats_msg_rpc_type"].properties.message_type.description = "Message type as string (Slurm RPC message type)"; |
Replaced | .components.schemas["v0.0.43_stats_msg_rpc_user"].properties.average_time.description = "Average time spent processing RPC in seconds (64 bit integer number with flags)"; |
Removed | .components.schemas["v0.0.43_stats_msg_rpcs_by_type"].items.description = "RPCs by type"; |
Removed | .components.schemas["v0.0.43_stats_msg_rpcs_by_user"].items.description = "RPCs by user"; |
Removed | .components.schemas["v0.0.43_stats_msg_rpcs_dump"].items.description = "Pending RPCs by hostlist"; |
Removed | .components.schemas["v0.0.43_stats_msg_rpcs_queue"].items.description = "Pending RPCs"; |
Replaced | .components.schemas["v0.0.43_stats_rec"].properties.time_start.description = "When data collection started (UNIX timestamp) (UNIX timestamp or time string recognized by Slurm (e.g., '[MM/DD[/YY]-]HH:MM[:SS]'))"; |
Replaced | .components.schemas["v0.0.43_step"].properties.CPU.properties.requested_frequency.properties.max.description = "Maximum requested CPU frequency in kHz (32 bit integer number with flags)"; |
Replaced | .components.schemas["v0.0.43_step"].properties.CPU.properties.requested_frequency.properties.min.description = "Minimum requested CPU frequency in kHz (32 bit integer number with flags)"; |
Replaced | .components.schemas["v0.0.43_step"].properties.exit_code.description = "Exit code (return code returned by process)"; |
Replaced | .components.schemas["v0.0.43_step"].properties.state.items = {}; |
Added | .components.schemas["v0.0.43_step"].properties.state.items.enum = []; |
Added | .components.schemas["v0.0.43_step"].properties.state.items.enum[0] = "PENDING"; |
Added | .components.schemas["v0.0.43_step"].properties.state.items.enum[1] = "RUNNING"; |
Added | .components.schemas["v0.0.43_step"].properties.state.items.enum[2] = "SUSPENDED"; |
Added | .components.schemas["v0.0.43_step"].properties.state.items.enum[3] = "COMPLETED"; |
Added | .components.schemas["v0.0.43_step"].properties.state.items.enum[4] = "CANCELLED"; |
Added | .components.schemas["v0.0.43_step"].properties.state.items.enum[5] = "FAILED"; |
Added | .components.schemas["v0.0.43_step"].properties.state.items.enum[6] = "TIMEOUT"; |
Added | .components.schemas["v0.0.43_step"].properties.state.items.enum[7] = "NODE_FAIL"; |
Added | .components.schemas["v0.0.43_step"].properties.state.items.enum[8] = "PREEMPTED"; |
Added | .components.schemas["v0.0.43_step"].properties.state.items.enum[9] = "BOOT_FAIL"; |
Added | .components.schemas["v0.0.43_step"].properties.state.items.enum[10] = "DEADLINE"; |
Added | .components.schemas["v0.0.43_step"].properties.state.items.enum[11] = "OUT_OF_MEMORY"; |
Added | .components.schemas["v0.0.43_step"].properties.state.items.enum[12] = "LAUNCH_FAILED"; |
Added | .components.schemas["v0.0.43_step"].properties.state.items.enum[13] = "REQUEUED"; |
Added | .components.schemas["v0.0.43_step"].properties.state.items.enum[14] = "REQUEUE_HOLD"; |
Added | .components.schemas["v0.0.43_step"].properties.state.items.enum[15] = "SPECIAL_EXIT"; |
Added | .components.schemas["v0.0.43_step"].properties.state.items.enum[16] = "RESIZING"; |
Added | .components.schemas["v0.0.43_step"].properties.state.items.enum[17] = "CONFIGURING"; |
Added | .components.schemas["v0.0.43_step"].properties.state.items.enum[18] = "COMPLETING"; |
Added | .components.schemas["v0.0.43_step"].properties.state.items.enum[19] = "STOPPED"; |
Added | .components.schemas["v0.0.43_step"].properties.state.items.enum[20] = "RECONFIG_FAIL"; |
Added | .components.schemas["v0.0.43_step"].properties.state.items.enum[21] = "POWER_UP_NODE"; |
Added | .components.schemas["v0.0.43_step"].properties.state.items.enum[22] = "REVOKED"; |
Added | .components.schemas["v0.0.43_step"].properties.state.items.enum[23] = "REQUEUE_FED"; |
Added | .components.schemas["v0.0.43_step"].properties.state.items.enum[24] = "RESV_DEL_HOLD"; |
Added | .components.schemas["v0.0.43_step"].properties.state.items.enum[25] = "SIGNALING"; |
Added | .components.schemas["v0.0.43_step"].properties.state.items.enum[26] = "STAGE_OUT"; |
Added | .components.schemas["v0.0.43_step"].properties.state.items.type = "string"; |
Added | .components.schemas["v0.0.43_step"].properties.state.type = "array"; |
Replaced | .components.schemas["v0.0.43_step"].properties.statistics.properties.energy.properties.consumed.description = "Total energy consumed by all tasks in a job in joules (64 bit integer number with flags)"; |
Replaced | .components.schemas["v0.0.43_step"].properties.step.properties.id.description = "Step ID (Slurm job step ID)"; |
Added | .components.schemas["v0.0.43_step"].properties.step.properties.stderr = {}; |
Added | .components.schemas["v0.0.43_step"].properties.step.properties.stderr.description = "Path to stderr file"; |
Added | .components.schemas["v0.0.43_step"].properties.step.properties.stderr.type = "string"; |
Added | .components.schemas["v0.0.43_step"].properties.step.properties.stderr_expanded = {}; |
Added | .components.schemas["v0.0.43_step"].properties.step.properties.stderr_expanded.description = "Step stderr with expanded fields"; |
Added | .components.schemas["v0.0.43_step"].properties.step.properties.stderr_expanded.type = "string"; |
Added | .components.schemas["v0.0.43_step"].properties.step.properties.stdin = {}; |
Added | .components.schemas["v0.0.43_step"].properties.step.properties.stdin.description = "Path to stdin file"; |
Added | .components.schemas["v0.0.43_step"].properties.step.properties.stdin.type = "string"; |
Added | .components.schemas["v0.0.43_step"].properties.step.properties.stdin_expanded = {}; |
Added | .components.schemas["v0.0.43_step"].properties.step.properties.stdin_expanded.description = "Step stdin with expanded fields"; |
Added | .components.schemas["v0.0.43_step"].properties.step.properties.stdin_expanded.type = "string"; |
Added | .components.schemas["v0.0.43_step"].properties.step.properties.stdout = {}; |
Added | .components.schemas["v0.0.43_step"].properties.step.properties.stdout.description = "Path to stdout file"; |
Added | .components.schemas["v0.0.43_step"].properties.step.properties.stdout.type = "string"; |
Added | .components.schemas["v0.0.43_step"].properties.step.properties.stdout_expanded = {}; |
Added | .components.schemas["v0.0.43_step"].properties.step.properties.stdout_expanded.description = "Step stdout with expanded fields"; |
Added | .components.schemas["v0.0.43_step"].properties.step.properties.stdout_expanded.type = "string"; |
Replaced | .components.schemas["v0.0.43_step"].properties.time.properties.end.description = "End time (UNIX timestamp) (UNIX timestamp or time string recognized by Slurm (e.g., '[MM/DD[/YY]-]HH:MM[:SS]'); may also be infinite or unset) (64 bit integer number with flags)"; |
Added | .components.schemas["v0.0.43_step"].properties.time.properties.limit = {}; |
Added | .components.schemas["v0.0.43_step"].properties.time.properties.limit.$ref = "#/components/schemas/v0.0.43_uint32_no_val_struct"; |
Added | .components.schemas["v0.0.43_step"].properties.time.properties.limit.description = "Maximum run time in minutes (32 bit integer number with flags)"; |
Replaced | .components.schemas["v0.0.43_step"].properties.time.properties.start.description = "Time execution began (UNIX timestamp) (UNIX timestamp or time string recognized by Slurm (e.g., '[MM/DD[/YY]-]HH:MM[:SS]'); may also be infinite or unset) (64 bit integer number with flags)"; |
Replaced | .components.schemas["v0.0.43_update_node_msg"].properties.resume_after.description = "Number of seconds after which to automatically resume DOWN or DRAINED node (32 bit integer number with flags)"; |
Replaced | .components.schemas["v0.0.43_update_node_msg"].properties.state.items = {}; |
Added | .components.schemas["v0.0.43_update_node_msg"].properties.state.items.enum = []; |
Added | .components.schemas["v0.0.43_update_node_msg"].properties.state.items.enum[0] = "INVALID"; |
Added | .components.schemas["v0.0.43_update_node_msg"].properties.state.items.enum[1] = "UNKNOWN"; |
Added | .components.schemas["v0.0.43_update_node_msg"].properties.state.items.enum[2] = "DOWN"; |
Added | .components.schemas["v0.0.43_update_node_msg"].properties.state.items.enum[3] = "IDLE"; |
Added | .components.schemas["v0.0.43_update_node_msg"].properties.state.items.enum[4] = "ALLOCATED"; |
Added | .components.schemas["v0.0.43_update_node_msg"].properties.state.items.enum[5] = "ERROR"; |
Added | .components.schemas["v0.0.43_update_node_msg"].properties.state.items.enum[6] = "MIXED"; |
Added | .components.schemas["v0.0.43_update_node_msg"].properties.state.items.enum[7] = "FUTURE"; |
Added | .components.schemas["v0.0.43_update_node_msg"].properties.state.items.enum[8] = "RESERVED"; |
Added | .components.schemas["v0.0.43_update_node_msg"].properties.state.items.enum[9] = "UNDRAIN"; |
Added | .components.schemas["v0.0.43_update_node_msg"].properties.state.items.enum[10] = "CLOUD"; |
Added | .components.schemas["v0.0.43_update_node_msg"].properties.state.items.enum[11] = "RESUME"; |
Added | .components.schemas["v0.0.43_update_node_msg"].properties.state.items.enum[12] = "DRAIN"; |
Added | .components.schemas["v0.0.43_update_node_msg"].properties.state.items.enum[13] = "COMPLETING"; |
Added | .components.schemas["v0.0.43_update_node_msg"].properties.state.items.enum[14] = "NOT_RESPONDING"; |
Added | .components.schemas["v0.0.43_update_node_msg"].properties.state.items.enum[15] = "POWERED_DOWN"; |
Added | .components.schemas["v0.0.43_update_node_msg"].properties.state.items.enum[16] = "FAIL"; |
Added | .components.schemas["v0.0.43_update_node_msg"].properties.state.items.enum[17] = "POWERING_UP"; |
Added | .components.schemas["v0.0.43_update_node_msg"].properties.state.items.enum[18] = "MAINTENANCE"; |
Added | .components.schemas["v0.0.43_update_node_msg"].properties.state.items.enum[19] = "REBOOT_REQUESTED"; |
Added | .components.schemas["v0.0.43_update_node_msg"].properties.state.items.enum[20] = "REBOOT_CANCELED"; |
Added | .components.schemas["v0.0.43_update_node_msg"].properties.state.items.enum[21] = "POWERING_DOWN"; |
Added | .components.schemas["v0.0.43_update_node_msg"].properties.state.items.enum[22] = "DYNAMIC_FUTURE"; |
Added | .components.schemas["v0.0.43_update_node_msg"].properties.state.items.enum[23] = "REBOOT_ISSUED"; |
Added | .components.schemas["v0.0.43_update_node_msg"].properties.state.items.enum[24] = "PLANNED"; |
Added | .components.schemas["v0.0.43_update_node_msg"].properties.state.items.enum[25] = "INVALID_REG"; |
Added | .components.schemas["v0.0.43_update_node_msg"].properties.state.items.enum[26] = "POWER_DOWN"; |
Added | .components.schemas["v0.0.43_update_node_msg"].properties.state.items.enum[27] = "POWER_UP"; |
Added | .components.schemas["v0.0.43_update_node_msg"].properties.state.items.enum[28] = "POWER_DRAIN"; |
Added | .components.schemas["v0.0.43_update_node_msg"].properties.state.items.enum[29] = "DYNAMIC_NORM"; |
Added | .components.schemas["v0.0.43_update_node_msg"].properties.state.items.type = "string"; |
Added | .components.schemas["v0.0.43_update_node_msg"].properties.state.type = "array"; |
Added | .components.schemas["v0.0.43_update_node_msg"].properties.topology_str = {}; |
Added | .components.schemas["v0.0.43_update_node_msg"].properties.topology_str.description = "Topology"; |
Added | .components.schemas["v0.0.43_update_node_msg"].properties.topology_str.type = "string"; |
Replaced | .components.schemas["v0.0.43_update_node_msg"].properties.weight.description = "Weight of the node for scheduling purposes (32 bit integer number with flags)"; |
Replaced | .components.schemas["v0.0.43_user"].properties.administrator_level.items = {}; |
Added | .components.schemas["v0.0.43_user"].properties.administrator_level.items.enum = []; |
Added | .components.schemas["v0.0.43_user"].properties.administrator_level.items.enum[0] = "Not Set"; |
Added | .components.schemas["v0.0.43_user"].properties.administrator_level.items.enum[1] = "None"; |
Added | .components.schemas["v0.0.43_user"].properties.administrator_level.items.enum[2] = "Operator"; |
Added | .components.schemas["v0.0.43_user"].properties.administrator_level.items.enum[3] = "Administrator"; |
Added | .components.schemas["v0.0.43_user"].properties.administrator_level.items.type = "string"; |
Added | .components.schemas["v0.0.43_user"].properties.administrator_level.type = "array"; |
Replaced | .components.schemas["v0.0.43_user"].properties.flags.items = {}; |
Added | .components.schemas["v0.0.43_user"].properties.flags.items.enum = []; |
Added | .components.schemas["v0.0.43_user"].properties.flags.items.enum[0] = "NONE"; |
Added | .components.schemas["v0.0.43_user"].properties.flags.items.enum[1] = "DELETED"; |
Added | .components.schemas["v0.0.43_user"].properties.flags.items.type = "string"; |
Added | .components.schemas["v0.0.43_user"].properties.flags.type = "array"; |
Removed | .components.schemas["v0.0.43_user_flags"] = {}; |
Removed | .components.schemas["v0.0.43_user_flags"].items = {}; |
Removed | .components.schemas["v0.0.43_user_flags"].items.enum = []; |
Removed | .components.schemas["v0.0.43_user_flags"].items.enum[0] = "NONE"; |
Removed | .components.schemas["v0.0.43_user_flags"].items.enum[1] = "DELETED"; |
Removed | .components.schemas["v0.0.43_user_flags"].items.type = "string"; |
Removed | .components.schemas["v0.0.43_user_flags"].type = "array"; |
Replaced | .components.schemas["v0.0.43_user_short"].properties.adminlevel.items = {}; |
Added | .components.schemas["v0.0.43_user_short"].properties.adminlevel.items.enum = []; |
Added | .components.schemas["v0.0.43_user_short"].properties.adminlevel.items.enum[0] = "Not Set"; |
Added | .components.schemas["v0.0.43_user_short"].properties.adminlevel.items.enum[1] = "None"; |
Added | .components.schemas["v0.0.43_user_short"].properties.adminlevel.items.enum[2] = "Operator"; |
Added | .components.schemas["v0.0.43_user_short"].properties.adminlevel.items.enum[3] = "Administrator"; |
Added | .components.schemas["v0.0.43_user_short"].properties.adminlevel.items.type = "string"; |
Added | .components.schemas["v0.0.43_user_short"].properties.adminlevel.type = "array"; |
Removed | .components.schemas["v0.0.43_warn_flags"] = {}; |
Removed | .components.schemas["v0.0.43_warn_flags"].items = {}; |
Removed | .components.schemas["v0.0.43_warn_flags"].items.enum = []; |
Removed | .components.schemas["v0.0.43_warn_flags"].items.enum[0] = "BATCH_JOB"; |
Removed | .components.schemas["v0.0.43_warn_flags"].items.enum[1] = "ARRAY_TASK"; |
Removed | .components.schemas["v0.0.43_warn_flags"].items.enum[2] = "FULL_STEPS_ONLY"; |
Removed | .components.schemas["v0.0.43_warn_flags"].items.enum[3] = "FULL_JOB"; |
Removed | .components.schemas["v0.0.43_warn_flags"].items.enum[4] = "FEDERATION_REQUEUE"; |
Removed | .components.schemas["v0.0.43_warn_flags"].items.enum[5] = "HURRY"; |
Removed | .components.schemas["v0.0.43_warn_flags"].items.enum[6] = "OUT_OF_MEMORY"; |
Removed | .components.schemas["v0.0.43_warn_flags"].items.enum[7] = "NO_SIBLING_JOBS"; |
Removed | .components.schemas["v0.0.43_warn_flags"].items.enum[8] = "RESERVATION_JOB"; |
Removed | .components.schemas["v0.0.43_warn_flags"].items.enum[9] = "VERBOSE"; |
Removed | .components.schemas["v0.0.43_warn_flags"].items.enum[10] = "CRON_JOBS"; |
Removed | .components.schemas["v0.0.43_warn_flags"].items.enum[11] = "WARNING_SENT"; |
Removed | .components.schemas["v0.0.43_warn_flags"].items.type = "string"; |
Removed | .components.schemas["v0.0.43_warn_flags"].type = "array"; |
Replaced | .components.schemas["v0.0.43_wckey"].properties.flags.items = {}; |
Added | .components.schemas["v0.0.43_wckey"].properties.flags.items.enum = []; |
Added | .components.schemas["v0.0.43_wckey"].properties.flags.items.enum[0] = "DELETED"; |
Added | .components.schemas["v0.0.43_wckey"].properties.flags.items.type = "string"; |
Added | .components.schemas["v0.0.43_wckey"].properties.flags.type = "array"; |
Removed | .components.schemas["v0.0.43_wckey_flags"] = {}; |
Removed | .components.schemas["v0.0.43_wckey_flags"].items = {}; |
Removed | .components.schemas["v0.0.43_wckey_flags"].items.enum = []; |
Removed | .components.schemas["v0.0.43_wckey_flags"].items.enum[0] = "DELETED"; |
Removed | .components.schemas["v0.0.43_wckey_flags"].items.type = "string"; |
Removed | .components.schemas["v0.0.43_wckey_flags"].type = "array"; |
Removed | .components.schemas["v0.0.43_wckey_tag_flags"] = {}; |
Removed | .components.schemas["v0.0.43_wckey_tag_flags"].items = {}; |
Removed | .components.schemas["v0.0.43_wckey_tag_flags"].items.enum = []; |
Removed | .components.schemas["v0.0.43_wckey_tag_flags"].items.enum[0] = "ASSIGNED_DEFAULT"; |
Removed | .components.schemas["v0.0.43_wckey_tag_flags"].items.type = "string"; |
Removed | .components.schemas["v0.0.43_wckey_tag_flags"].type = "array"; |
Replaced | .components.schemas["v0.0.43_wckey_tag_struct"].properties.flags.items = {}; |
Added | .components.schemas["v0.0.43_wckey_tag_struct"].properties.flags.items.enum = []; |
Added | .components.schemas["v0.0.43_wckey_tag_struct"].properties.flags.items.enum[0] = "ASSIGNED_DEFAULT"; |
Added | .components.schemas["v0.0.43_wckey_tag_struct"].properties.flags.items.type = "string"; |
Added | .components.schemas["v0.0.43_wckey_tag_struct"].properties.flags.type = "array"; |
Removed | .components.schemas["v0.0.43_x11_flags"] = {}; |
Removed | .components.schemas["v0.0.43_x11_flags"].items = {}; |
Removed | .components.schemas["v0.0.43_x11_flags"].items.enum = []; |
Removed | .components.schemas["v0.0.43_x11_flags"].items.enum[0] = "FORWARD_ALL_NODES"; |
Removed | .components.schemas["v0.0.43_x11_flags"].items.enum[1] = "BATCH_NODE"; |
Removed | .components.schemas["v0.0.43_x11_flags"].items.enum[2] = "FIRST_NODE"; |
Removed | .components.schemas["v0.0.43_x11_flags"].items.enum[3] = "LAST_NODE"; |
Removed | .components.schemas["v0.0.43_x11_flags"].items.type = "string"; |
Removed | .components.schemas["v0.0.43_x11_flags"].type = "array"; |
Replaced | .info.version = "Slurm-25.05.0"; |
Added | .info["x-slurm"] = {}; |
Added | .info["x-slurm"].data_parsers = []; |
Added | .info["x-slurm"].data_parsers[0] = {}; |
Added | .info["x-slurm"].data_parsers[0].flags = []; |
Added | .info["x-slurm"].data_parsers[0].flags[0] = "NONE"; |
Added | .info["x-slurm"].data_parsers[0].plugin = "v0.0.43"; |
Added | .info["x-slurm"].openapi = []; |
Added | .info["x-slurm"].openapi[0] = "openapi/slurmdbd"; |
Added | .info["x-slurm"].openapi[1] = "openapi/slurmctld"; |
Added | .info["x-slurm"].release = "25.05.0"; |
Added | .info["x-slurm"].version = {}; |
Added | .info["x-slurm"].version.major = "25"; |
Added | .info["x-slurm"].version.micro = "0"; |
Added | .info["x-slurm"].version.minor = "05"; |
Replaced | .paths["/slurm/v0.0.43/jobs/state/"].get.parameters[0].description = "CSV list of Job IDs to search for"; |
Replaced | .paths["/slurm/v0.0.43/jobs/state/"].get.parameters[0].name = "job_id"; |
Removed | .paths["/slurm/v0.0.43/jobs/state/"].get.parameters[1] = {}; |
Removed | .paths["/slurm/v0.0.43/jobs/state/"].get.parameters[1].allowEmptyValue = false; |
Removed | .paths["/slurm/v0.0.43/jobs/state/"].get.parameters[1].allowReserved = false; |
Removed | .paths["/slurm/v0.0.43/jobs/state/"].get.parameters[1].description = "Query flags"; |
Removed | .paths["/slurm/v0.0.43/jobs/state/"].get.parameters[1].explode = false; |
Removed | .paths["/slurm/v0.0.43/jobs/state/"].get.parameters[1].name = "flags"; |
Removed | .paths["/slurm/v0.0.43/jobs/state/"].get.parameters[1].required = false; |
Removed | .paths["/slurm/v0.0.43/jobs/state/"].get.parameters[1].schema = {}; |
Removed | .paths["/slurm/v0.0.43/jobs/state/"].get.parameters[1].schema.enum = []; |
Removed | .paths["/slurm/v0.0.43/jobs/state/"].get.parameters[1].schema.enum[0] = "ALL"; |
Removed | .paths["/slurm/v0.0.43/jobs/state/"].get.parameters[1].schema.enum[1] = "DETAIL"; |
Removed | .paths["/slurm/v0.0.43/jobs/state/"].get.parameters[1].schema.enum[2] = "MIXED"; |
Removed | .paths["/slurm/v0.0.43/jobs/state/"].get.parameters[1].schema.enum[3] = "LOCAL"; |
Removed | .paths["/slurm/v0.0.43/jobs/state/"].get.parameters[1].schema.enum[4] = "SIBLING"; |
Removed | .paths["/slurm/v0.0.43/jobs/state/"].get.parameters[1].schema.enum[5] = "FEDERATION"; |
Removed | .paths["/slurm/v0.0.43/jobs/state/"].get.parameters[1].schema.enum[6] = "FUTURE"; |
Removed | .paths["/slurm/v0.0.43/jobs/state/"].get.parameters[1].schema.type = "string"; |
Removed | .paths["/slurm/v0.0.43/jobs/state/"].get.parameters[1].style = "form"; |
Replaced | .paths["/slurm/v0.0.43/reservation"] = {}; |
Added | .paths["/slurm/v0.0.43/reservation"].post = {}; |
Added | .paths["/slurm/v0.0.43/reservation"].post.operationId = "slurm_v0043_post_reservation"; |
Added | .paths["/slurm/v0.0.43/reservation"].post.requestBody = {}; |
Added | .paths["/slurm/v0.0.43/reservation"].post.requestBody.content = {}; |
Added | .paths["/slurm/v0.0.43/reservation"].post.requestBody.content["application/json"] = {}; |
Added | .paths["/slurm/v0.0.43/reservation"].post.requestBody.content["application/json"].schema = {}; |
Added | .paths["/slurm/v0.0.43/reservation"].post.requestBody.content["application/json"].schema.$ref = "#/components/schemas/v0.0.43_reservation_desc_msg"; |
Added | .paths["/slurm/v0.0.43/reservation"].post.requestBody.description = "reservation description"; |
Added | .paths["/slurm/v0.0.43/reservation"].post.responses = {}; |
Added | .paths["/slurm/v0.0.43/reservation"].post.responses["200"] = {}; |
Added | .paths["/slurm/v0.0.43/reservation"].post.responses["200"].content = {}; |
Added | .paths["/slurm/v0.0.43/reservation"].post.responses["200"].content["application/json"] = {}; |
Added | .paths["/slurm/v0.0.43/reservation"].post.responses["200"].content["application/json"].schema = {}; |
Added | .paths["/slurm/v0.0.43/reservation"].post.responses["200"].content["application/json"].schema.$ref = "#/components/schemas/v0.0.43_openapi_reservation_mod_resp"; |
Added | .paths["/slurm/v0.0.43/reservation"].post.responses["200"].description = "reservation description"; |
Added | .paths["/slurm/v0.0.43/reservation"].post.responses["default"] = {}; |
Added | .paths["/slurm/v0.0.43/reservation"].post.responses["default"].content = {}; |
Added | .paths["/slurm/v0.0.43/reservation"].post.responses["default"].content["application/json"] = {}; |
Added | .paths["/slurm/v0.0.43/reservation"].post.responses["default"].content["application/json"].schema = {}; |
Added | .paths["/slurm/v0.0.43/reservation"].post.responses["default"].content["application/json"].schema.$ref = "#/components/schemas/v0.0.43_openapi_reservation_mod_resp"; |
Added | .paths["/slurm/v0.0.43/reservation"].post.responses["default"].description = "reservation description"; |
Added | .paths["/slurm/v0.0.43/reservation"].post.summary = "create or update a reservation"; |
Added | .paths["/slurm/v0.0.43/reservation"].post.tags = []; |
Added | .paths["/slurm/v0.0.43/reservation"].post.tags[0] = "slurm"; |
Added | .paths["/slurm/v0.0.43/reservation/{reservation_name}"]["delete"] = {}; |
Added | .paths["/slurm/v0.0.43/reservation/{reservation_name}"]["delete"].operationId = "slurm_v0043_delete_reservation"; |
Added | .paths["/slurm/v0.0.43/reservation/{reservation_name}"]["delete"].parameters = []; |
Added | .paths["/slurm/v0.0.43/reservation/{reservation_name}"]["delete"].parameters[0] = {}; |
Added | .paths["/slurm/v0.0.43/reservation/{reservation_name}"]["delete"].parameters[0].allowEmptyValue = false; |
Added | .paths["/slurm/v0.0.43/reservation/{reservation_name}"]["delete"].parameters[0].allowReserved = false; |
Added | .paths["/slurm/v0.0.43/reservation/{reservation_name}"]["delete"].parameters[0].description = "Reservation name"; |
Added | .paths["/slurm/v0.0.43/reservation/{reservation_name}"]["delete"].parameters[0].explode = false; |
Added | .paths["/slurm/v0.0.43/reservation/{reservation_name}"]["delete"].parameters[0].name = "reservation_name"; |
Added | .paths["/slurm/v0.0.43/reservation/{reservation_name}"]["delete"].parameters[0].required = true; |
Added | .paths["/slurm/v0.0.43/reservation/{reservation_name}"]["delete"].parameters[0].schema = {}; |
Added | .paths["/slurm/v0.0.43/reservation/{reservation_name}"]["delete"].parameters[0].schema.type = "string"; |
Added | .paths["/slurm/v0.0.43/reservation/{reservation_name}"]["delete"].parameters[0].style = "simple"; |
Added | .paths["/slurm/v0.0.43/reservation/{reservation_name}"]["delete"].parameters[0]["in"] = "path"; |
Added | .paths["/slurm/v0.0.43/reservation/{reservation_name}"]["delete"].responses = {}; |
Added | .paths["/slurm/v0.0.43/reservation/{reservation_name}"]["delete"].responses["200"] = {}; |
Added | .paths["/slurm/v0.0.43/reservation/{reservation_name}"]["delete"].responses["200"].content = {}; |
Added | .paths["/slurm/v0.0.43/reservation/{reservation_name}"]["delete"].responses["200"].content["application/json"] = {}; |
Added | .paths["/slurm/v0.0.43/reservation/{reservation_name}"]["delete"].responses["200"].content["application/json"].schema = {}; |
Added | .paths["/slurm/v0.0.43/reservation/{reservation_name}"]["delete"].responses["200"].content["application/json"].schema.$ref = "#/components/schemas/v0.0.43_openapi_resp"; |
Added | .paths["/slurm/v0.0.43/reservation/{reservation_name}"]["delete"].responses["200"].description = "reservation delete request result"; |
Added | .paths["/slurm/v0.0.43/reservation/{reservation_name}"]["delete"].responses["default"] = {}; |
Added | .paths["/slurm/v0.0.43/reservation/{reservation_name}"]["delete"].responses["default"].content = {}; |
Added | .paths["/slurm/v0.0.43/reservation/{reservation_name}"]["delete"].responses["default"].content["application/json"] = {}; |
Added | .paths["/slurm/v0.0.43/reservation/{reservation_name}"]["delete"].responses["default"].content["application/json"].schema = {}; |
Added | .paths["/slurm/v0.0.43/reservation/{reservation_name}"]["delete"].responses["default"].content["application/json"].schema.$ref = "#/components/schemas/v0.0.43_openapi_resp"; |
Added | .paths["/slurm/v0.0.43/reservation/{reservation_name}"]["delete"].responses["default"].description = "reservation delete request result"; |
Added | .paths["/slurm/v0.0.43/reservation/{reservation_name}"]["delete"].summary = "delete a reservation"; |
Added | .paths["/slurm/v0.0.43/reservation/{reservation_name}"]["delete"].tags = []; |
Added | .paths["/slurm/v0.0.43/reservation/{reservation_name}"]["delete"].tags[0] = "slurm"; |
Added | .paths["/slurm/v0.0.43/reservations/"].post = {}; |
Added | .paths["/slurm/v0.0.43/reservations/"].post.operationId = "slurm_v0043_post_reservations"; |
Added | .paths["/slurm/v0.0.43/reservations/"].post.requestBody = {}; |
Added | .paths["/slurm/v0.0.43/reservations/"].post.requestBody.content = {}; |
Added | .paths["/slurm/v0.0.43/reservations/"].post.requestBody.content["application/json"] = {}; |
Added | .paths["/slurm/v0.0.43/reservations/"].post.requestBody.content["application/json"].schema = {}; |
Added | .paths["/slurm/v0.0.43/reservations/"].post.requestBody.content["application/json"].schema.$ref = "#/components/schemas/v0.0.43_reservation_mod_req"; |
Added | .paths["/slurm/v0.0.43/reservations/"].post.requestBody.description = "reservation descriptions"; |
Added | .paths["/slurm/v0.0.43/reservations/"].post.responses = {}; |
Added | .paths["/slurm/v0.0.43/reservations/"].post.responses["200"] = {}; |
Added | .paths["/slurm/v0.0.43/reservations/"].post.responses["200"].content = {}; |
Added | .paths["/slurm/v0.0.43/reservations/"].post.responses["200"].content["application/json"] = {}; |
Added | .paths["/slurm/v0.0.43/reservations/"].post.responses["200"].content["application/json"].schema = {}; |
Added | .paths["/slurm/v0.0.43/reservations/"].post.responses["200"].content["application/json"].schema.$ref = "#/components/schemas/v0.0.43_openapi_reservation_mod_resp"; |
Added | .paths["/slurm/v0.0.43/reservations/"].post.responses["200"].description = "reservation descriptions"; |
Added | .paths["/slurm/v0.0.43/reservations/"].post.responses["default"] = {}; |
Added | .paths["/slurm/v0.0.43/reservations/"].post.responses["default"].content = {}; |
Added | .paths["/slurm/v0.0.43/reservations/"].post.responses["default"].content["application/json"] = {}; |
Added | .paths["/slurm/v0.0.43/reservations/"].post.responses["default"].content["application/json"].schema = {}; |
Added | .paths["/slurm/v0.0.43/reservations/"].post.responses["default"].content["application/json"].schema.$ref = "#/components/schemas/v0.0.43_openapi_reservation_mod_resp"; |
Added | .paths["/slurm/v0.0.43/reservations/"].post.responses["default"].description = "reservation descriptions"; |
Added | .paths["/slurm/v0.0.43/reservations/"].post.summary = "create or update reservations"; |
Added | .paths["/slurm/v0.0.43/reservations/"].post.tags = []; |
Added | .paths["/slurm/v0.0.43/reservations/"].post.tags[0] = "slurm"; |
Added | .paths["/slurmdb/v0.0.43/association/"].get.parameters[10].deprecated = true; |
Added | .paths["/slurmdb/v0.0.43/association/"]["delete"].parameters[10].deprecated = true; |
Added | .paths["/slurmdb/v0.0.43/associations/"].get.parameters[10].deprecated = true; |
Added | .paths["/slurmdb/v0.0.43/associations/"]["delete"].parameters[10].deprecated = true; |
Removed | .paths["/slurmdb/v0.0.43/cluster/{cluster_name}"].get.parameters[4].schema.enum[0] = "REGISTERING"; |
Removed | .paths["/slurmdb/v0.0.43/cluster/{cluster_name}"].get.parameters[4].schema.enum[1] = "MULTIPLE_SLURMD"; |
Replaced | .paths["/slurmdb/v0.0.43/cluster/{cluster_name}"].get.parameters[4].schema.enum[0] = "DELETED"; |
Added | .paths["/slurmdb/v0.0.43/cluster/{cluster_name}"].get.parameters[4].schema.enum[1] = "REGISTERING"; |
Added | .paths["/slurmdb/v0.0.43/cluster/{cluster_name}"].get.parameters[4].schema.enum[2] = "MULTIPLE_SLURMD"; |
Added | .paths["/slurmdb/v0.0.43/cluster/{cluster_name}"].get.parameters[5].deprecated = true; |
Removed | .paths["/slurmdb/v0.0.43/cluster/{cluster_name}"]["delete"].parameters[4].schema.enum[0] = "REGISTERING"; |
Removed | .paths["/slurmdb/v0.0.43/cluster/{cluster_name}"]["delete"].parameters[4].schema.enum[1] = "MULTIPLE_SLURMD"; |
Replaced | .paths["/slurmdb/v0.0.43/cluster/{cluster_name}"]["delete"].parameters[4].schema.enum[0] = "DELETED"; |
Added | .paths["/slurmdb/v0.0.43/cluster/{cluster_name}"]["delete"].parameters[4].schema.enum[1] = "REGISTERING"; |
Added | .paths["/slurmdb/v0.0.43/cluster/{cluster_name}"]["delete"].parameters[4].schema.enum[2] = "MULTIPLE_SLURMD"; |
Added | .paths["/slurmdb/v0.0.43/cluster/{cluster_name}"]["delete"].parameters[5].deprecated = true; |
Added | .paths["/slurmdb/v0.0.43/instance/"].get.parameters[2].deprecated = true; |
Added | .paths["/slurmdb/v0.0.43/instances/"].get.parameters[2].deprecated = true; |
Added | .paths["/slurmdb/v0.0.43/jobs/"].get.parameters[19].deprecated = true; |
Added | .paths["/slurmdb/v0.0.43/qos/"].get.parameters[3].deprecated = true; |
Added | .paths["/slurmdb/v0.0.43/qos/"].post.parameters[3].deprecated = true; |
Added | .paths["/slurmdb/v0.0.43/wckeys/"].get.parameters[1].deprecated = true; |
Added | .paths["/slurmdb/v0.0.43/wckeys/"].post.parameters[1].deprecated = true; |
data_parser/v0.0.42
Modified Fields
Removed | .components.schemas["v0.0.42_cluster_rec_flags"].items.enum[2] = "FRONT_END"; |
Removed | .components.schemas["v0.0.42_cluster_rec_flags"].items.enum[3] = "FEDERATION"; |
Replaced | .components.schemas["v0.0.42_cluster_rec_flags"].items.enum[2] = "FEDERATION"; |
Added | .components.schemas["v0.0.42_cluster_rec_flags"].items.enum[3] = "EXTERNAL"; |
Replaced | .components.schemas["v0.0.42_job_desc_msg"].properties.argv.description = "Arguments to the script. Note: The slurmstepd always overrides argv[0] with the path to the created script file. If this option is used, argv[0] should be a throwaway value."; |
Replaced | .components.schemas["v0.0.42_node"].properties.tres_weighted.deprecated = true; |
Added | .components.schemas["v0.0.42_node"].properties.tres_weighted.description = "Ignored. Was weighted number of billable trackable resources allocated"; |
Replaced | .info.version = "Slurm-25.05.0"; |
Added | .info["x-slurm"] = {}; |
Added | .info["x-slurm"].data_parsers = []; |
Added | .info["x-slurm"].data_parsers[0] = {}; |
Added | .info["x-slurm"].data_parsers[0].flags = []; |
Added | .info["x-slurm"].data_parsers[0].flags[0] = "NONE"; |
Added | .info["x-slurm"].data_parsers[0].plugin = "v0.0.42"; |
Added | .info["x-slurm"].openapi = []; |
Added | .info["x-slurm"].openapi[0] = "openapi/slurmdbd"; |
Added | .info["x-slurm"].openapi[1] = "openapi/slurmctld"; |
Added | .info["x-slurm"].release = "25.05.0"; |
Added | .info["x-slurm"].version = {}; |
Added | .info["x-slurm"].version.major = "25"; |
Added | .info["x-slurm"].version.micro = "0"; |
Added | .info["x-slurm"].version.minor = "05"; |
Replaced | .paths["/slurm/v0.0.42/jobs/state/"].get.parameters[0].description = "CSV list of Job IDs to search for"; |
Replaced | .paths["/slurm/v0.0.42/jobs/state/"].get.parameters[0].name = "job_id"; |
Removed | .paths["/slurm/v0.0.42/jobs/state/"].get.parameters[1] = {}; |
Removed | .paths["/slurm/v0.0.42/jobs/state/"].get.parameters[1].allowEmptyValue = false; |
Removed | .paths["/slurm/v0.0.42/jobs/state/"].get.parameters[1].allowReserved = false; |
Removed | .paths["/slurm/v0.0.42/jobs/state/"].get.parameters[1].description = "Query flags"; |
Removed | .paths["/slurm/v0.0.42/jobs/state/"].get.parameters[1].explode = false; |
Removed | .paths["/slurm/v0.0.42/jobs/state/"].get.parameters[1].name = "flags"; |
Removed | .paths["/slurm/v0.0.42/jobs/state/"].get.parameters[1].required = false; |
Removed | .paths["/slurm/v0.0.42/jobs/state/"].get.parameters[1].schema = {}; |
Removed | .paths["/slurm/v0.0.42/jobs/state/"].get.parameters[1].schema.enum = []; |
Removed | .paths["/slurm/v0.0.42/jobs/state/"].get.parameters[1].schema.enum[0] = "ALL"; |
Removed | .paths["/slurm/v0.0.42/jobs/state/"].get.parameters[1].schema.enum[1] = "DETAIL"; |
Removed | .paths["/slurm/v0.0.42/jobs/state/"].get.parameters[1].schema.enum[2] = "MIXED"; |
Removed | .paths["/slurm/v0.0.42/jobs/state/"].get.parameters[1].schema.enum[3] = "LOCAL"; |
Removed | .paths["/slurm/v0.0.42/jobs/state/"].get.parameters[1].schema.enum[4] = "SIBLING"; |
Removed | .paths["/slurm/v0.0.42/jobs/state/"].get.parameters[1].schema.enum[5] = "FEDERATION"; |
Removed | .paths["/slurm/v0.0.42/jobs/state/"].get.parameters[1].schema.enum[6] = "FUTURE"; |
Removed | .paths["/slurm/v0.0.42/jobs/state/"].get.parameters[1].schema.type = "string"; |
Removed | .paths["/slurm/v0.0.42/jobs/state/"].get.parameters[1].style = "form"; |
Replaced | .paths["/slurm/v0.0.42/reservation/{reservation_name}"]["delete"] = {}; |
Added | .paths["/slurm/v0.0.42/reservation/{reservation_name}"]["delete"].operationId = "slurm_v0042_delete_reservation"; |
Added | .paths["/slurm/v0.0.42/reservation/{reservation_name}"]["delete"].parameters = []; |
Added | .paths["/slurm/v0.0.42/reservation/{reservation_name}"]["delete"].parameters[0] = {}; |
Added | .paths["/slurm/v0.0.42/reservation/{reservation_name}"]["delete"].parameters[0].allowEmptyValue = false; |
Added | .paths["/slurm/v0.0.42/reservation/{reservation_name}"]["delete"].parameters[0].allowReserved = false; |
Added | .paths["/slurm/v0.0.42/reservation/{reservation_name}"]["delete"].parameters[0].description = "Reservation name"; |
Added | .paths["/slurm/v0.0.42/reservation/{reservation_name}"]["delete"].parameters[0].explode = false; |
Added | .paths["/slurm/v0.0.42/reservation/{reservation_name}"]["delete"].parameters[0].name = "reservation_name"; |
Added | .paths["/slurm/v0.0.42/reservation/{reservation_name}"]["delete"].parameters[0].required = true; |
Added | .paths["/slurm/v0.0.42/reservation/{reservation_name}"]["delete"].parameters[0].schema = {}; |
Added | .paths["/slurm/v0.0.42/reservation/{reservation_name}"]["delete"].parameters[0].schema.type = "string"; |
Added | .paths["/slurm/v0.0.42/reservation/{reservation_name}"]["delete"].parameters[0].style = "simple"; |
Added | .paths["/slurm/v0.0.42/reservation/{reservation_name}"]["delete"].parameters[0]["in"] = "path"; |
Added | .paths["/slurm/v0.0.42/reservation/{reservation_name}"]["delete"].responses = {}; |
Added | .paths["/slurm/v0.0.42/reservation/{reservation_name}"]["delete"].responses["200"] = {}; |
Added | .paths["/slurm/v0.0.42/reservation/{reservation_name}"]["delete"].responses["200"].content = {}; |
Added | .paths["/slurm/v0.0.42/reservation/{reservation_name}"]["delete"].responses["200"].content["application/json"] = {}; |
Added | .paths["/slurm/v0.0.42/reservation/{reservation_name}"]["delete"].responses["200"].content["application/json"].schema = {}; |
Added | .paths["/slurm/v0.0.42/reservation/{reservation_name}"]["delete"].responses["200"].content["application/json"].schema.$ref = "#/components/schemas/v0.0.42_openapi_resp"; |
Added | .paths["/slurm/v0.0.42/reservation/{reservation_name}"]["delete"].responses["200"].description = "reservation delete request result"; |
Added | .paths["/slurm/v0.0.42/reservation/{reservation_name}"]["delete"].responses["default"] = {}; |
Added | .paths["/slurm/v0.0.42/reservation/{reservation_name}"]["delete"].responses["default"].content = {}; |
Added | .paths["/slurm/v0.0.42/reservation/{reservation_name}"]["delete"].responses["default"].content["application/json"] = {}; |
Added | .paths["/slurm/v0.0.42/reservation/{reservation_name}"]["delete"].responses["default"].content["application/json"].schema = {}; |
Added | .paths["/slurm/v0.0.42/reservation/{reservation_name}"]["delete"].responses["default"].content["application/json"].schema.$ref = "#/components/schemas/v0.0.42_openapi_resp"; |
Added | .paths["/slurm/v0.0.42/reservation/{reservation_name}"]["delete"].responses["default"].description = "reservation delete request result"; |
Added | .paths["/slurm/v0.0.42/reservation/{reservation_name}"]["delete"].summary = "delete a reservation"; |
Added | .paths["/slurm/v0.0.42/reservation/{reservation_name}"]["delete"].tags = []; |
Added | .paths["/slurm/v0.0.42/reservation/{reservation_name}"]["delete"].tags[0] = "slurm"; |
Removed | .paths["/slurmdb/v0.0.42/cluster/{cluster_name}"].get.parameters[4].schema.enum[2] = "FRONT_END"; |
Removed | .paths["/slurmdb/v0.0.42/cluster/{cluster_name}"].get.parameters[4].schema.enum[3] = "FEDERATION"; |
Replaced | .paths["/slurmdb/v0.0.42/cluster/{cluster_name}"].get.parameters[4].schema.enum[2] = "FEDERATION"; |
Added | .paths["/slurmdb/v0.0.42/cluster/{cluster_name}"].get.parameters[4].schema.enum[3] = "EXTERNAL"; |
Removed | .paths["/slurmdb/v0.0.42/cluster/{cluster_name}"]["delete"].parameters[4].schema.enum[2] = "FRONT_END"; |
Removed | .paths["/slurmdb/v0.0.42/cluster/{cluster_name}"]["delete"].parameters[4].schema.enum[3] = "FEDERATION"; |
Replaced | .paths["/slurmdb/v0.0.42/cluster/{cluster_name}"]["delete"].parameters[4].schema.enum[2] = "FEDERATION"; |
Added | .paths["/slurmdb/v0.0.42/cluster/{cluster_name}"]["delete"].parameters[4].schema.enum[3] = "EXTERNAL"; |
data_parser/v0.0.41
Modified Fields
Removed | .components.schemas["v0.0.41_openapi_clusters_resp"].properties.clusters.items.properties.flags.items.enum[2] = "FRONT_END"; |
Removed | .components.schemas["v0.0.41_openapi_clusters_resp"].properties.clusters.items.properties.flags.items.enum[3] = "FEDERATION"; |
Replaced | .components.schemas["v0.0.41_openapi_clusters_resp"].properties.clusters.items.properties.flags.items.enum[2] = "FEDERATION"; |
Added | .components.schemas["v0.0.41_openapi_clusters_resp"].properties.clusters.items.properties.flags.items.enum[3] = "EXTERNAL"; |
Replaced | .components.schemas["v0.0.41_openapi_job_info_resp"].properties.jobs.items.properties.qos.description = "Quality of Service assigned to the job, if pending the QOS requested"; |
Replaced | .components.schemas["v0.0.41_openapi_nodes_resp"].properties.nodes.items.properties.tres_weighted.deprecated = true; |
Added | .components.schemas["v0.0.41_openapi_nodes_resp"].properties.nodes.items.properties.tres_weighted.description = "Ignored. Was weighted number of billable trackable resources allocated"; |
Removed | .components.schemas["v0.0.41_openapi_slurmdbd_config_resp"].properties.clusters.items.properties.flags.items.enum[2] = "FRONT_END"; |
Removed | .components.schemas["v0.0.41_openapi_slurmdbd_config_resp"].properties.clusters.items.properties.flags.items.enum[3] = "FEDERATION"; |
Replaced | .components.schemas["v0.0.41_openapi_slurmdbd_config_resp"].properties.clusters.items.properties.flags.items.enum[2] = "FEDERATION"; |
Added | .components.schemas["v0.0.41_openapi_slurmdbd_config_resp"].properties.clusters.items.properties.flags.items.enum[3] = "EXTERNAL"; |
Replaced | .info.version = "Slurm-25.05.0"; |
Added | .info["x-slurm"] = {}; |
Added | .info["x-slurm"].data_parsers = []; |
Added | .info["x-slurm"].data_parsers[0] = {}; |
Added | .info["x-slurm"].data_parsers[0].flags = []; |
Added | .info["x-slurm"].data_parsers[0].flags[0] = "NONE"; |
Added | .info["x-slurm"].data_parsers[0].plugin = "v0.0.41"; |
Added | .info["x-slurm"].openapi = []; |
Added | .info["x-slurm"].openapi[0] = "openapi/slurmdbd"; |
Added | .info["x-slurm"].openapi[1] = "openapi/slurmctld"; |
Added | .info["x-slurm"].release = "25.05.0"; |
Added | .info["x-slurm"].version = {}; |
Added | .info["x-slurm"].version.major = "25"; |
Added | .info["x-slurm"].version.micro = "0"; |
Added | .info["x-slurm"].version.minor = "05"; |
Replaced | .paths["/slurm/v0.0.41/jobs/state/"].get.parameters[0].description = "Search for CSV list of Job IDs"; |
Replaced | .paths["/slurm/v0.0.41/jobs/state/"].get.parameters[0].name = "job_id"; |
Removed | .paths["/slurm/v0.0.41/jobs/state/"].get.parameters[1] = {}; |
Removed | .paths["/slurm/v0.0.41/jobs/state/"].get.parameters[1].allowEmptyValue = false; |
Removed | .paths["/slurm/v0.0.41/jobs/state/"].get.parameters[1].allowReserved = false; |
Removed | .paths["/slurm/v0.0.41/jobs/state/"].get.parameters[1].description = "Query flags"; |
Removed | .paths["/slurm/v0.0.41/jobs/state/"].get.parameters[1].explode = false; |
Removed | .paths["/slurm/v0.0.41/jobs/state/"].get.parameters[1].name = "flags"; |
Removed | .paths["/slurm/v0.0.41/jobs/state/"].get.parameters[1].required = false; |
Removed | .paths["/slurm/v0.0.41/jobs/state/"].get.parameters[1].schema = {}; |
Removed | .paths["/slurm/v0.0.41/jobs/state/"].get.parameters[1].schema.enum = []; |
Removed | .paths["/slurm/v0.0.41/jobs/state/"].get.parameters[1].schema.enum[0] = "ALL"; |
Removed | .paths["/slurm/v0.0.41/jobs/state/"].get.parameters[1].schema.enum[1] = "DETAIL"; |
Removed | .paths["/slurm/v0.0.41/jobs/state/"].get.parameters[1].schema.enum[2] = "MIXED"; |
Removed | .paths["/slurm/v0.0.41/jobs/state/"].get.parameters[1].schema.enum[3] = "LOCAL"; |
Removed | .paths["/slurm/v0.0.41/jobs/state/"].get.parameters[1].schema.enum[4] = "SIBLING"; |
Removed | .paths["/slurm/v0.0.41/jobs/state/"].get.parameters[1].schema.enum[5] = "FEDERATION"; |
Removed | .paths["/slurm/v0.0.41/jobs/state/"].get.parameters[1].schema.enum[6] = "FUTURE"; |
Removed | .paths["/slurm/v0.0.41/jobs/state/"].get.parameters[1].schema.type = "string"; |
Removed | .paths["/slurm/v0.0.41/jobs/state/"].get.parameters[1].style = "form"; |
Replaced | .paths["/slurm/v0.0.41/reservation/{reservation_name}"]["delete"] = {}; |
Added | .paths["/slurm/v0.0.41/reservation/{reservation_name}"]["delete"].operationId = "slurm_v0041_delete_reservation"; |
Added | .paths["/slurm/v0.0.41/reservation/{reservation_name}"]["delete"].parameters = []; |
Added | .paths["/slurm/v0.0.41/reservation/{reservation_name}"]["delete"].parameters[0] = {}; |
Added | .paths["/slurm/v0.0.41/reservation/{reservation_name}"]["delete"].parameters[0].allowEmptyValue = false; |
Added | .paths["/slurm/v0.0.41/reservation/{reservation_name}"]["delete"].parameters[0].allowReserved = false; |
Added | .paths["/slurm/v0.0.41/reservation/{reservation_name}"]["delete"].parameters[0].description = "Reservation name"; |
Added | .paths["/slurm/v0.0.41/reservation/{reservation_name}"]["delete"].parameters[0].explode = false; |
Added | .paths["/slurm/v0.0.41/reservation/{reservation_name}"]["delete"].parameters[0].name = "reservation_name"; |
Added | .paths["/slurm/v0.0.41/reservation/{reservation_name}"]["delete"].parameters[0].required = true; |
Added | .paths["/slurm/v0.0.41/reservation/{reservation_name}"]["delete"].parameters[0].schema = {}; |
Added | .paths["/slurm/v0.0.41/reservation/{reservation_name}"]["delete"].parameters[0].schema.type = "string"; |
Added | .paths["/slurm/v0.0.41/reservation/{reservation_name}"]["delete"].parameters[0].style = "simple"; |
Added | .paths["/slurm/v0.0.41/reservation/{reservation_name}"]["delete"].parameters[0]["in"] = "path"; |
Added | .paths["/slurm/v0.0.41/reservation/{reservation_name}"]["delete"].responses = {}; |
Added | .paths["/slurm/v0.0.41/reservation/{reservation_name}"]["delete"].responses["200"] = {}; |
Added | .paths["/slurm/v0.0.41/reservation/{reservation_name}"]["delete"].responses["200"].content = {}; |
Added | .paths["/slurm/v0.0.41/reservation/{reservation_name}"]["delete"].responses["200"].content["application/json"] = {}; |
Added | .paths["/slurm/v0.0.41/reservation/{reservation_name}"]["delete"].responses["200"].content["application/json"].schema = {}; |
Added | .paths["/slurm/v0.0.41/reservation/{reservation_name}"]["delete"].responses["200"].content["application/json"].schema.$ref = "#/components/schemas/v0.0.41_openapi_resp"; |
Added | .paths["/slurm/v0.0.41/reservation/{reservation_name}"]["delete"].responses["200"].description = "reservation delete request result"; |
Added | .paths["/slurm/v0.0.41/reservation/{reservation_name}"]["delete"].responses["default"] = {}; |
Added | .paths["/slurm/v0.0.41/reservation/{reservation_name}"]["delete"].responses["default"].content = {}; |
Added | .paths["/slurm/v0.0.41/reservation/{reservation_name}"]["delete"].responses["default"].content["application/json"] = {}; |
Added | .paths["/slurm/v0.0.41/reservation/{reservation_name}"]["delete"].responses["default"].content["application/json"].schema = {}; |
Added | .paths["/slurm/v0.0.41/reservation/{reservation_name}"]["delete"].responses["default"].content["application/json"].schema.$ref = "#/components/schemas/v0.0.41_openapi_resp"; |
Added | .paths["/slurm/v0.0.41/reservation/{reservation_name}"]["delete"].responses["default"].description = "reservation delete request result"; |
Added | .paths["/slurm/v0.0.41/reservation/{reservation_name}"]["delete"].summary = "delete a reservation"; |
Added | .paths["/slurm/v0.0.41/reservation/{reservation_name}"]["delete"].tags = []; |
Added | .paths["/slurm/v0.0.41/reservation/{reservation_name}"]["delete"].tags[0] = "slurm"; |
Removed | .paths["/slurmdb/v0.0.41/cluster/{cluster_name}"].get.parameters[4].schema.enum[2] = "FRONT_END"; |
Removed | .paths["/slurmdb/v0.0.41/cluster/{cluster_name}"].get.parameters[4].schema.enum[3] = "FEDERATION"; |
Replaced | .paths["/slurmdb/v0.0.41/cluster/{cluster_name}"].get.parameters[4].schema.enum[2] = "FEDERATION"; |
Added | .paths["/slurmdb/v0.0.41/cluster/{cluster_name}"].get.parameters[4].schema.enum[3] = "EXTERNAL"; |
Removed | .paths["/slurmdb/v0.0.41/cluster/{cluster_name}"]["delete"].parameters[4].schema.enum[2] = "FRONT_END"; |
Removed | .paths["/slurmdb/v0.0.41/cluster/{cluster_name}"]["delete"].parameters[4].schema.enum[3] = "FEDERATION"; |
Replaced | .paths["/slurmdb/v0.0.41/cluster/{cluster_name}"]["delete"].parameters[4].schema.enum[2] = "FEDERATION"; |
Added | .paths["/slurmdb/v0.0.41/cluster/{cluster_name}"]["delete"].parameters[4].schema.enum[3] = "EXTERNAL"; |
data_parser/v0.0.40
Modified Fields
Removed | .components.schemas["v0.0.40_cluster_rec_flags"].items.enum[2] = "FRONT_END"; |
Removed | .components.schemas["v0.0.40_cluster_rec_flags"].items.enum[3] = "FEDERATION"; |
Replaced | .components.schemas["v0.0.40_cluster_rec_flags"].items.enum[2] = "FEDERATION"; |
Added | .components.schemas["v0.0.40_cluster_rec_flags"].items.enum[3] = "EXTERNAL"; |
Replaced | .components.schemas["v0.0.40_job_info"].properties.qos.description = "Quality of Service assigned to the job, if pending the QOS requested"; |
Replaced | .components.schemas["v0.0.40_node"].properties.tres_weighted.description = "Ignored. Was weighted number of billable trackable resources allocated"; |
Replaced | .components.schemas["v0.0.40_openapi_job_post_response"].properties.job_submit_user_msg.description = "First updated Job submission user message - Use results instead"; |
Replaced | .components.schemas["v0.0.40_openapi_job_submit_response"].properties.job_submit_user_msg.description = "job submission user message"; |
Replaced | .info.version = "Slurm-25.05.0"; |
Added | .info["x-slurm"] = {}; |
Added | .info["x-slurm"].data_parsers = []; |
Added | .info["x-slurm"].data_parsers[0] = {}; |
Added | .info["x-slurm"].data_parsers[0].flags = []; |
Added | .info["x-slurm"].data_parsers[0].flags[0] = "NONE"; |
Added | .info["x-slurm"].data_parsers[0].plugin = "v0.0.40"; |
Added | .info["x-slurm"].openapi = []; |
Added | .info["x-slurm"].openapi[0] = "openapi/slurmdbd"; |
Added | .info["x-slurm"].openapi[1] = "openapi/slurmctld"; |
Added | .info["x-slurm"].release = "25.05.0"; |
Added | .info["x-slurm"].version = {}; |
Added | .info["x-slurm"].version.major = "25"; |
Added | .info["x-slurm"].version.micro = "0"; |
Added | .info["x-slurm"].version.minor = "05"; |
Replaced | .paths["/slurm/v0.0.40/jobs/state/"].get.parameters[0].description = "Search for CSV list of Job IDs"; |
Replaced | .paths["/slurm/v0.0.40/jobs/state/"].get.parameters[0].name = "job_id"; |
Removed | .paths["/slurm/v0.0.40/jobs/state/"].get.parameters[1] = {}; |
Removed | .paths["/slurm/v0.0.40/jobs/state/"].get.parameters[1].allowEmptyValue = false; |
Removed | .paths["/slurm/v0.0.40/jobs/state/"].get.parameters[1].allowReserved = false; |
Removed | .paths["/slurm/v0.0.40/jobs/state/"].get.parameters[1].deprecated = false; |
Removed | .paths["/slurm/v0.0.40/jobs/state/"].get.parameters[1].description = "Query flags"; |
Removed | .paths["/slurm/v0.0.40/jobs/state/"].get.parameters[1].explode = false; |
Removed | .paths["/slurm/v0.0.40/jobs/state/"].get.parameters[1].name = "flags"; |
Removed | .paths["/slurm/v0.0.40/jobs/state/"].get.parameters[1].required = false; |
Removed | .paths["/slurm/v0.0.40/jobs/state/"].get.parameters[1].schema = {}; |
Removed | .paths["/slurm/v0.0.40/jobs/state/"].get.parameters[1].schema.enum = []; |
Removed | .paths["/slurm/v0.0.40/jobs/state/"].get.parameters[1].schema.enum[0] = "ALL"; |
Removed | .paths["/slurm/v0.0.40/jobs/state/"].get.parameters[1].schema.enum[1] = "DETAIL"; |
Removed | .paths["/slurm/v0.0.40/jobs/state/"].get.parameters[1].schema.enum[2] = "MIXED"; |
Removed | .paths["/slurm/v0.0.40/jobs/state/"].get.parameters[1].schema.enum[3] = "LOCAL"; |
Removed | .paths["/slurm/v0.0.40/jobs/state/"].get.parameters[1].schema.enum[4] = "SIBLING"; |
Removed | .paths["/slurm/v0.0.40/jobs/state/"].get.parameters[1].schema.enum[5] = "FEDERATION"; |
Removed | .paths["/slurm/v0.0.40/jobs/state/"].get.parameters[1].schema.enum[6] = "FUTURE"; |
Removed | .paths["/slurm/v0.0.40/jobs/state/"].get.parameters[1].schema.type = "string"; |
Removed | .paths["/slurm/v0.0.40/jobs/state/"].get.parameters[1].style = "form"; |
Replaced | .paths["/slurm/v0.0.40/reservation/{reservation_name}"]["delete"] = {}; |
Added | .paths["/slurm/v0.0.40/reservation/{reservation_name}"]["delete"].operationId = "slurm_v0040_delete_reservation"; |
Added | .paths["/slurm/v0.0.40/reservation/{reservation_name}"]["delete"].parameters = []; |
Added | .paths["/slurm/v0.0.40/reservation/{reservation_name}"]["delete"].parameters[0] = {}; |
Added | .paths["/slurm/v0.0.40/reservation/{reservation_name}"]["delete"].parameters[0].allowEmptyValue = false; |
Added | .paths["/slurm/v0.0.40/reservation/{reservation_name}"]["delete"].parameters[0].allowReserved = false; |
Added | .paths["/slurm/v0.0.40/reservation/{reservation_name}"]["delete"].parameters[0].deprecated = false; |
Added | .paths["/slurm/v0.0.40/reservation/{reservation_name}"]["delete"].parameters[0].description = "Reservation name"; |
Added | .paths["/slurm/v0.0.40/reservation/{reservation_name}"]["delete"].parameters[0].explode = false; |
Added | .paths["/slurm/v0.0.40/reservation/{reservation_name}"]["delete"].parameters[0].name = "reservation_name"; |
Added | .paths["/slurm/v0.0.40/reservation/{reservation_name}"]["delete"].parameters[0].required = true; |
Added | .paths["/slurm/v0.0.40/reservation/{reservation_name}"]["delete"].parameters[0].schema = {}; |
Added | .paths["/slurm/v0.0.40/reservation/{reservation_name}"]["delete"].parameters[0].schema.type = "string"; |
Added | .paths["/slurm/v0.0.40/reservation/{reservation_name}"]["delete"].parameters[0].style = "simple"; |
Added | .paths["/slurm/v0.0.40/reservation/{reservation_name}"]["delete"].parameters[0]["in"] = "path"; |
Added | .paths["/slurm/v0.0.40/reservation/{reservation_name}"]["delete"].responses = {}; |
Added | .paths["/slurm/v0.0.40/reservation/{reservation_name}"]["delete"].responses["200"] = {}; |
Added | .paths["/slurm/v0.0.40/reservation/{reservation_name}"]["delete"].responses["200"].content = {}; |
Added | .paths["/slurm/v0.0.40/reservation/{reservation_name}"]["delete"].responses["200"].content["application/json"] = {}; |
Added | .paths["/slurm/v0.0.40/reservation/{reservation_name}"]["delete"].responses["200"].content["application/json"].schema = {}; |
Added | .paths["/slurm/v0.0.40/reservation/{reservation_name}"]["delete"].responses["200"].content["application/json"].schema.$ref = "#/components/schemas/v0.0.40_openapi_resp"; |
Added | .paths["/slurm/v0.0.40/reservation/{reservation_name}"]["delete"].responses["200"].description = "reservation delete request result"; |
Added | .paths["/slurm/v0.0.40/reservation/{reservation_name}"]["delete"].responses["default"] = {}; |
Added | .paths["/slurm/v0.0.40/reservation/{reservation_name}"]["delete"].responses["default"].content = {}; |
Added | .paths["/slurm/v0.0.40/reservation/{reservation_name}"]["delete"].responses["default"].content["application/json"] = {}; |
Added | .paths["/slurm/v0.0.40/reservation/{reservation_name}"]["delete"].responses["default"].content["application/json"].schema = {}; |
Added | .paths["/slurm/v0.0.40/reservation/{reservation_name}"]["delete"].responses["default"].content["application/json"].schema.$ref = "#/components/schemas/v0.0.40_openapi_resp"; |
Added | .paths["/slurm/v0.0.40/reservation/{reservation_name}"]["delete"].responses["default"].description = "reservation delete request result"; |
Added | .paths["/slurm/v0.0.40/reservation/{reservation_name}"]["delete"].summary = "delete a reservation"; |
Added | .paths["/slurm/v0.0.40/reservation/{reservation_name}"]["delete"].tags = []; |
Added | .paths["/slurm/v0.0.40/reservation/{reservation_name}"]["delete"].tags[0] = "slurm"; |
Removed | .paths["/slurmdb/v0.0.40/cluster/{cluster_name}"].get.parameters[4].schema.enum[2] = "FRONT_END"; |
Removed | .paths["/slurmdb/v0.0.40/cluster/{cluster_name}"].get.parameters[4].schema.enum[3] = "FEDERATION"; |
Replaced | .paths["/slurmdb/v0.0.40/cluster/{cluster_name}"].get.parameters[4].schema.enum[2] = "FEDERATION"; |
Added | .paths["/slurmdb/v0.0.40/cluster/{cluster_name}"].get.parameters[4].schema.enum[3] = "EXTERNAL"; |
Removed | .paths["/slurmdb/v0.0.40/cluster/{cluster_name}"]["delete"].parameters[4].schema.enum[2] = "FRONT_END"; |
Removed | .paths["/slurmdb/v0.0.40/cluster/{cluster_name}"]["delete"].parameters[4].schema.enum[3] = "FEDERATION"; |
Replaced | .paths["/slurmdb/v0.0.40/cluster/{cluster_name}"]["delete"].parameters[4].schema.enum[2] = "FEDERATION"; |
Added | .paths["/slurmdb/v0.0.40/cluster/{cluster_name}"]["delete"].parameters[4].schema.enum[3] = "EXTERNAL"; |
Slurm 24.11.5
data_parser/v0.0.42
Modified Fields
Replaced | .info.version = "Slurm-24.11.5&openapi/slurmdbd&openapi/slurmctld"; |
data_parser/v0.0.41
Modified Fields
Replaced | .info.version = "Slurm-24.11.5&openapi/slurmdbd&openapi/slurmctld"; |
data_parser/v0.0.40
Modified Fields
Replaced | .info.version = "Slurm-24.11.5&openapi/slurmdbd&openapi/slurmctld"; |
Slurm 24.11.4
data_parser/v0.0.42
Modified Fields
Replaced | .info.version = "Slurm-24.11.4&openapi/slurmdbd&openapi/slurmctld"; |
Replaced | .paths["/slurm/v0.0.42/jobs/state/"].get.parameters[0].description = "CSV list of Job IDs to search for"; |
Replaced | .paths["/slurm/v0.0.42/jobs/state/"].get.parameters[0].name = "job_id"; |
Removed | .paths["/slurm/v0.0.42/jobs/state/"].get.parameters[1] = {}; |
Removed | .paths["/slurm/v0.0.42/jobs/state/"].get.parameters[1].allowEmptyValue = false; |
Removed | .paths["/slurm/v0.0.42/jobs/state/"].get.parameters[1].allowReserved = false; |
Removed | .paths["/slurm/v0.0.42/jobs/state/"].get.parameters[1].description = "Query flags"; |
Removed | .paths["/slurm/v0.0.42/jobs/state/"].get.parameters[1].explode = false; |
Removed | .paths["/slurm/v0.0.42/jobs/state/"].get.parameters[1].name = "flags"; |
Removed | .paths["/slurm/v0.0.42/jobs/state/"].get.parameters[1].required = false; |
Removed | .paths["/slurm/v0.0.42/jobs/state/"].get.parameters[1].schema = {}; |
Removed | .paths["/slurm/v0.0.42/jobs/state/"].get.parameters[1].schema.enum = []; |
Removed | .paths["/slurm/v0.0.42/jobs/state/"].get.parameters[1].schema.enum[0] = "ALL"; |
Removed | .paths["/slurm/v0.0.42/jobs/state/"].get.parameters[1].schema.enum[1] = "DETAIL"; |
Removed | .paths["/slurm/v0.0.42/jobs/state/"].get.parameters[1].schema.enum[2] = "MIXED"; |
Removed | .paths["/slurm/v0.0.42/jobs/state/"].get.parameters[1].schema.enum[3] = "LOCAL"; |
Removed | .paths["/slurm/v0.0.42/jobs/state/"].get.parameters[1].schema.enum[4] = "SIBLING"; |
Removed | .paths["/slurm/v0.0.42/jobs/state/"].get.parameters[1].schema.enum[5] = "FEDERATION"; |
Removed | .paths["/slurm/v0.0.42/jobs/state/"].get.parameters[1].schema.enum[6] = "FUTURE"; |
Removed | .paths["/slurm/v0.0.42/jobs/state/"].get.parameters[1].schema.type = "string"; |
Removed | .paths["/slurm/v0.0.42/jobs/state/"].get.parameters[1].style = "form"; |
data_parser/v0.0.41
Modified Fields
Replaced | .info.version = "Slurm-24.11.4&openapi/slurmdbd&openapi/slurmctld"; |
Replaced | .paths["/slurm/v0.0.41/jobs/state/"].get.parameters[0].description = "Search for CSV list of Job IDs"; |
Replaced | .paths["/slurm/v0.0.41/jobs/state/"].get.parameters[0].name = "job_id"; |
Removed | .paths["/slurm/v0.0.41/jobs/state/"].get.parameters[1] = {}; |
Removed | .paths["/slurm/v0.0.41/jobs/state/"].get.parameters[1].allowEmptyValue = false; |
Removed | .paths["/slurm/v0.0.41/jobs/state/"].get.parameters[1].allowReserved = false; |
Removed | .paths["/slurm/v0.0.41/jobs/state/"].get.parameters[1].description = "Query flags"; |
Removed | .paths["/slurm/v0.0.41/jobs/state/"].get.parameters[1].explode = false; |
Removed | .paths["/slurm/v0.0.41/jobs/state/"].get.parameters[1].name = "flags"; |
Removed | .paths["/slurm/v0.0.41/jobs/state/"].get.parameters[1].required = false; |
Removed | .paths["/slurm/v0.0.41/jobs/state/"].get.parameters[1].schema = {}; |
Removed | .paths["/slurm/v0.0.41/jobs/state/"].get.parameters[1].schema.enum = []; |
Removed | .paths["/slurm/v0.0.41/jobs/state/"].get.parameters[1].schema.enum[0] = "ALL"; |
Removed | .paths["/slurm/v0.0.41/jobs/state/"].get.parameters[1].schema.enum[1] = "DETAIL"; |
Removed | .paths["/slurm/v0.0.41/jobs/state/"].get.parameters[1].schema.enum[2] = "MIXED"; |
Removed | .paths["/slurm/v0.0.41/jobs/state/"].get.parameters[1].schema.enum[3] = "LOCAL"; |
Removed | .paths["/slurm/v0.0.41/jobs/state/"].get.parameters[1].schema.enum[4] = "SIBLING"; |
Removed | .paths["/slurm/v0.0.41/jobs/state/"].get.parameters[1].schema.enum[5] = "FEDERATION"; |
Removed | .paths["/slurm/v0.0.41/jobs/state/"].get.parameters[1].schema.enum[6] = "FUTURE"; |
Removed | .paths["/slurm/v0.0.41/jobs/state/"].get.parameters[1].schema.type = "string"; |
Removed | .paths["/slurm/v0.0.41/jobs/state/"].get.parameters[1].style = "form"; |
data_parser/v0.0.40
Modified Fields
Replaced | .info.version = "Slurm-24.11.4&openapi/slurmdbd&openapi/slurmctld"; |
Replaced | .paths["/slurm/v0.0.40/jobs/state/"].get.parameters[0].description = "Search for CSV list of Job IDs"; |
Replaced | .paths["/slurm/v0.0.40/jobs/state/"].get.parameters[0].name = "job_id"; |
Removed | .paths["/slurm/v0.0.40/jobs/state/"].get.parameters[1] = {}; |
Removed | .paths["/slurm/v0.0.40/jobs/state/"].get.parameters[1].allowEmptyValue = false; |
Removed | .paths["/slurm/v0.0.40/jobs/state/"].get.parameters[1].allowReserved = false; |
Removed | .paths["/slurm/v0.0.40/jobs/state/"].get.parameters[1].deprecated = false; |
Removed | .paths["/slurm/v0.0.40/jobs/state/"].get.parameters[1].description = "Query flags"; |
Removed | .paths["/slurm/v0.0.40/jobs/state/"].get.parameters[1].explode = false; |
Removed | .paths["/slurm/v0.0.40/jobs/state/"].get.parameters[1].name = "flags"; |
Removed | .paths["/slurm/v0.0.40/jobs/state/"].get.parameters[1].required = false; |
Removed | .paths["/slurm/v0.0.40/jobs/state/"].get.parameters[1].schema = {}; |
Removed | .paths["/slurm/v0.0.40/jobs/state/"].get.parameters[1].schema.enum = []; |
Removed | .paths["/slurm/v0.0.40/jobs/state/"].get.parameters[1].schema.enum[0] = "ALL"; |
Removed | .paths["/slurm/v0.0.40/jobs/state/"].get.parameters[1].schema.enum[1] = "DETAIL"; |
Removed | .paths["/slurm/v0.0.40/jobs/state/"].get.parameters[1].schema.enum[2] = "MIXED"; |
Removed | .paths["/slurm/v0.0.40/jobs/state/"].get.parameters[1].schema.enum[3] = "LOCAL"; |
Removed | .paths["/slurm/v0.0.40/jobs/state/"].get.parameters[1].schema.enum[4] = "SIBLING"; |
Removed | .paths["/slurm/v0.0.40/jobs/state/"].get.parameters[1].schema.enum[5] = "FEDERATION"; |
Removed | .paths["/slurm/v0.0.40/jobs/state/"].get.parameters[1].schema.enum[6] = "FUTURE"; |
Removed | .paths["/slurm/v0.0.40/jobs/state/"].get.parameters[1].schema.type = "string"; |
Removed | .paths["/slurm/v0.0.40/jobs/state/"].get.parameters[1].style = "form"; |
Slurm 24.11.3
data_parser/v0.0.42
Modified Fields
Replaced | .info.version = "Slurm-24.11.3&openapi/slurmdbd&openapi/slurmctld"; |
data_parser/v0.0.41
Modified Fields
Replaced | .components.schemas["v0.0.41_openapi_job_info_resp"].properties.jobs.items.properties.qos.description = "Quality of Service assigned to the job, if pending the QOS requested"; |
Replaced | .info.version = "Slurm-24.11.3&openapi/slurmdbd&openapi/slurmctld"; |
data_parser/v0.0.40
Modified Fields
Replaced | .components.schemas["v0.0.40_job_info"].properties.qos.description = "Quality of Service assigned to the job, if pending the QOS requested"; |
Replaced | .info.version = "Slurm-24.11.3&openapi/slurmdbd&openapi/slurmctld"; |
Slurm 24.11.2
data_parser/v0.0.42
Modified Fields
Replaced | .info.version = "Slurm-24.11.2&openapi/slurmdbd&openapi/slurmctld"; |
data_parser/v0.0.41
Modified Fields
Replaced | .info.version = "Slurm-24.11.2&openapi/slurmdbd&openapi/slurmctld"; |
data_parser/v0.0.40
Modified Fields
Replaced | .info.version = "Slurm-24.11.2&openapi/slurmdbd&openapi/slurmctld"; |
Slurm 24.11.1
data_parser/v0.0.42
Modified Fields
Replaced | .components.schemas["v0.0.42_job_desc_msg"].properties.argv.description = "Arguments to the script. Note: The slurmstepd always overrides argv[0] with the path to the created script file. If this option is used, argv[0] should be a throwaway value."; |
Replaced | .info.version = "Slurm-24.11.1&openapi/slurmdbd&openapi/slurmctld"; |
data_parser/v0.0.41
Modified Fields
Replaced | .info.version = "Slurm-24.11.1&openapi/slurmdbd&openapi/slurmctld"; |
data_parser/v0.0.40
Modified Fields
Replaced | .info.version = "Slurm-24.11.1&openapi/slurmdbd&openapi/slurmctld"; |
Slurm 24.11.0
openapi/slurmctld
data_parser/v0.0.42
Added priority by partition to job info
Modified sinfo Fields
Added | .components.schemas."v0.0.42_job_info_msg".properties.priority_by_partition |
Added | .properties.sinfo.items.properties.resource_spec = {}; |
Added | .properties.sinfo.items.properties.resource_spec.properties = {}; |
Added | .properties.sinfo.items.properties.resource_spec.properties.cpus = {}; |
Added | .properties.sinfo.items.properties.resource_spec.properties.cpus.type = "string"; |
Added | .properties.sinfo.items.properties.resource_spec.properties.memory = {}; |
Added | .properties.sinfo.items.properties.resource_spec.properties.memory.format = "int64"; |
Added | .properties.sinfo.items.properties.resource_spec.properties.memory.type = "integer"; |
Added | .properties.sinfo.items.properties.resource_spec.type = "object"; |
Modified Fields
Added | .components.schemas["v0.0.42_job_desc_msg"].properties.oom_kill_step = {}; |
Added | .components.schemas["v0.0.42_job_desc_msg"].properties.oom_kill_step.description = "If set, kill whole step if any task caused an OOM event"; |
Added | .components.schemas["v0.0.42_job_desc_msg"].properties.oom_kill_step.format = "int32"; |
Added | .components.schemas["v0.0.42_job_desc_msg"].properties.oom_kill_step.type = "integer"; |
Added | .components.schemas["v0.0.42_openapi_slurmdbd_ping_resp"] = {}; |
Added | .components.schemas["v0.0.42_openapi_slurmdbd_ping_resp"].properties = {}; |
Added | .components.schemas["v0.0.42_openapi_slurmdbd_ping_resp"].properties.errors = {}; |
Added | .components.schemas["v0.0.42_openapi_slurmdbd_ping_resp"].properties.errors.$ref = "#/components/schemas/v0.0.42_openapi_errors"; |
Added | .components.schemas["v0.0.42_openapi_slurmdbd_ping_resp"].properties.errors.description = "Query errors"; |
Added | .components.schemas["v0.0.42_openapi_slurmdbd_ping_resp"].properties.meta = {}; |
Added | .components.schemas["v0.0.42_openapi_slurmdbd_ping_resp"].properties.meta.$ref = "#/components/schemas/v0.0.42_openapi_meta"; |
Added | .components.schemas["v0.0.42_openapi_slurmdbd_ping_resp"].properties.meta.description = "Slurm meta values"; |
Added | .components.schemas["v0.0.42_openapi_slurmdbd_ping_resp"].properties.pings = {}; |
Added | .components.schemas["v0.0.42_openapi_slurmdbd_ping_resp"].properties.pings.$ref = "#/components/schemas/v0.0.42_slurmdbd_ping_array"; |
Added | .components.schemas["v0.0.42_openapi_slurmdbd_ping_resp"].properties.pings.description = "pings"; |
Added | .components.schemas["v0.0.42_openapi_slurmdbd_ping_resp"].properties.warnings = {}; |
Added | .components.schemas["v0.0.42_openapi_slurmdbd_ping_resp"].properties.warnings.$ref = "#/components/schemas/v0.0.42_openapi_warnings"; |
Added | .components.schemas["v0.0.42_openapi_slurmdbd_ping_resp"].properties.warnings.description = "Query warnings"; |
Added | .components.schemas["v0.0.42_openapi_slurmdbd_ping_resp"].required = []; |
Added | .components.schemas["v0.0.42_openapi_slurmdbd_ping_resp"].required[0] = "pings"; |
Added | .components.schemas["v0.0.42_openapi_slurmdbd_ping_resp"].type = "object"; |
Added | .components.schemas["v0.0.42_slurmdbd_ping"] = {}; |
Added | .components.schemas["v0.0.42_slurmdbd_ping"].properties = {}; |
Added | .components.schemas["v0.0.42_slurmdbd_ping"].properties.hostname = {}; |
Added | .components.schemas["v0.0.42_slurmdbd_ping"].properties.hostname.description = "Target for ping"; |
Added | .components.schemas["v0.0.42_slurmdbd_ping"].properties.hostname.type = "string"; |
Added | .components.schemas["v0.0.42_slurmdbd_ping"].properties.latency = {}; |
Added | .components.schemas["v0.0.42_slurmdbd_ping"].properties.latency.description = "Number of microseconds it took to successfully ping or timeout"; |
Added | .components.schemas["v0.0.42_slurmdbd_ping"].properties.latency.format = "int64"; |
Added | .components.schemas["v0.0.42_slurmdbd_ping"].properties.latency.type = "integer"; |
Added | .components.schemas["v0.0.42_slurmdbd_ping"].properties.mode = {}; |
Added | .components.schemas["v0.0.42_slurmdbd_ping"].properties.mode.description = "The operating mode of the responding slurmdbd"; |
Added | .components.schemas["v0.0.42_slurmdbd_ping"].properties.mode.type = "string"; |
Added | .components.schemas["v0.0.42_slurmdbd_ping"].properties.pinged = {}; |
Added | .components.schemas["v0.0.42_slurmdbd_ping"].properties.pinged.description = "Ping result"; |
Added | .components.schemas["v0.0.42_slurmdbd_ping"].properties.pinged.type = "string"; |
Added | .components.schemas["v0.0.42_slurmdbd_ping"].required = []; |
Added | .components.schemas["v0.0.42_slurmdbd_ping"].type = "object"; |
Added | .components.schemas["v0.0.42_slurmdbd_ping_array"] = {}; |
Added | .components.schemas["v0.0.42_slurmdbd_ping_array"].items = {}; |
Added | .components.schemas["v0.0.42_slurmdbd_ping_array"].items.$ref = "#/components/schemas/v0.0.42_slurmdbd_ping"; |
Added | .components.schemas["v0.0.42_slurmdbd_ping_array"].type = "array"; |
Added | .paths["/slurmdb/v0.0.42/ping/"] = {}; |
Added | .paths["/slurmdb/v0.0.42/ping/"].get = {}; |
Added | .paths["/slurmdb/v0.0.42/ping/"].get.operationId = "slurmdb_v0042_get_ping"; |
Added | .paths["/slurmdb/v0.0.42/ping/"].get.responses = {}; |
Added | .paths["/slurmdb/v0.0.42/ping/"].get.responses["200"] = {}; |
Added | .paths["/slurmdb/v0.0.42/ping/"].get.responses["200"].content = {}; |
Added | .paths["/slurmdb/v0.0.42/ping/"].get.responses["200"].content["application/json"] = {}; |
Added | .paths["/slurmdb/v0.0.42/ping/"].get.responses["200"].content["application/json"].schema = {}; |
Added | .paths["/slurmdb/v0.0.42/ping/"].get.responses["200"].content["application/json"].schema.$ref = "#/components/schemas/v0.0.42_openapi_slurmdbd_ping_resp"; |
Added | .paths["/slurmdb/v0.0.42/ping/"].get.responses["200"].description = "results of ping test"; |
Added | .paths["/slurmdb/v0.0.42/ping/"].get.responses["default"] = {}; |
Added | .paths["/slurmdb/v0.0.42/ping/"].get.responses["default"].content = {}; |
Added | .paths["/slurmdb/v0.0.42/ping/"].get.responses["default"].content["application/json"] = {}; |
Added | .paths["/slurmdb/v0.0.42/ping/"].get.responses["default"].content["application/json"].schema = {}; |
Added | .paths["/slurmdb/v0.0.42/ping/"].get.responses["default"].content["application/json"].schema.$ref = "#/components/schemas/v0.0.42_openapi_slurmdbd_ping_resp"; |
Added | .paths["/slurmdb/v0.0.42/ping/"].get.responses["default"].description = "results of ping test"; |
Added | .paths["/slurmdb/v0.0.42/ping/"].get.summary = "ping test"; |
Added | .paths["/slurmdb/v0.0.42/ping/"].get.tags = []; |
Added | .paths["/slurmdb/v0.0.42/ping/"].get.tags[0] = "slurmdb"; |
Removed | .components.schemas["v0.0.42_openapi_job_info_resp"].properties.jobs.items.properties.minimum_switches = {}; |
Removed | .components.schemas["v0.0.42_openapi_job_info_resp"].properties.jobs.items.properties.minimum_switches.description = "Maximum number of switches (the 'minimum' in the key is incorrect)"; |
Removed | .components.schemas["v0.0.42_openapi_job_info_resp"].properties.jobs.items.properties.minimum_switches.format = "int32"; |
Replaced | .components.schemas["v0.0.42_openapi_job_info_resp"].properties.jobs.items.properties.required_switches = {}; |
Added | .components.schemas["v0.0.42_openapi_job_info_resp"].properties.jobs.items.properties.required_switches.description = "Maximum number of switches"; |
Added | .components.schemas["v0.0.42_openapi_job_info_resp"].properties.jobs.items.properties.required_switches.format = "int32"; |
Added | .components.schemas["v0.0.42_openapi_job_info_resp"].properties.jobs.items.properties.required_switches.type = "integer"; |
Replaced | .paths["/slurmdb/v0.0.42/association/"].get.parameters[3].allowEmptyValue = true; |
Removed | .paths["/slurmdb/v0.0.42/association/"].get.parameters[3].description = "CSV format list"; |
Replaced | .paths["/slurmdb/v0.0.42/association/"].get.parameters[3].name = "Include deleted associations"; |
Replaced | .paths["/slurmdb/v0.0.42/association/"].get.parameters[4].allowEmptyValue = true; |
Removed | .paths["/slurmdb/v0.0.42/association/"].get.parameters[4].description = "CSV id list"; |
Replaced | .paths["/slurmdb/v0.0.42/association/"].get.parameters[4].name = "Include Usage"; |
Removed | .paths["/slurmdb/v0.0.42/association/"].get.parameters[5].description = "filter to only defaults"; |
Replaced | .paths["/slurmdb/v0.0.42/association/"].get.parameters[5].name = "Filter to only defaults"; |
Replaced | .paths["/slurmdb/v0.0.42/association/"].get.parameters[6].allowEmptyValue = true; |
Removed | .paths["/slurmdb/v0.0.42/association/"].get.parameters[6].description = "CSV names of parent account"; |
Replaced | .paths["/slurmdb/v0.0.42/association/"].get.parameters[6].name = "Include the raw QOS or delta_qos"; |
Replaced | .paths["/slurmdb/v0.0.42/association/"].get.parameters[7].allowEmptyValue = true; |
Removed | .paths["/slurmdb/v0.0.42/association/"].get.parameters[7].description = "CSV partition name list"; |
Replaced | .paths["/slurmdb/v0.0.42/association/"].get.parameters[7].name = "Include sub acct information"; |
Replaced | .paths["/slurmdb/v0.0.42/association/"].get.parameters[8].allowEmptyValue = true; |
Removed | .paths["/slurmdb/v0.0.42/association/"].get.parameters[8].description = "CSV QOS list"; |
Replaced | .paths["/slurmdb/v0.0.42/association/"].get.parameters[8].name = "Exclude parent id/name"; |
Replaced | .paths["/slurmdb/v0.0.42/association/"].get.parameters[9].allowEmptyValue = true; |
Removed | .paths["/slurmdb/v0.0.42/association/"].get.parameters[9].description = "usage end UNIX timestamp"; |
Replaced | .paths["/slurmdb/v0.0.42/association/"].get.parameters[9].name = "Exclude limits from parents"; |
Replaced | .paths["/slurmdb/v0.0.42/association/"].get.parameters[10].description = "CSV format list"; |
Replaced | .paths["/slurmdb/v0.0.42/association/"].get.parameters[10].name = "format"; |
Replaced | .paths["/slurmdb/v0.0.42/association/"].get.parameters[11].description = "CSV id list"; |
Replaced | .paths["/slurmdb/v0.0.42/association/"].get.parameters[11].name = "id"; |
Replaced | .paths["/slurmdb/v0.0.42/association/"].get.parameters[12].allowEmptyValue = false; |
Replaced | .paths["/slurmdb/v0.0.42/association/"].get.parameters[12].description = "CSV names of parent account"; |
Replaced | .paths["/slurmdb/v0.0.42/association/"].get.parameters[12].name = "parent_account"; |
Replaced | .paths["/slurmdb/v0.0.42/association/"].get.parameters[13].allowEmptyValue = false; |
Replaced | .paths["/slurmdb/v0.0.42/association/"].get.parameters[13].description = "CSV partition name list"; |
Replaced | .paths["/slurmdb/v0.0.42/association/"].get.parameters[13].name = "partition"; |
Replaced | .paths["/slurmdb/v0.0.42/association/"].get.parameters[14].allowEmptyValue = false; |
Replaced | .paths["/slurmdb/v0.0.42/association/"].get.parameters[14].description = "CSV QOS list"; |
Replaced | .paths["/slurmdb/v0.0.42/association/"].get.parameters[14].name = "qos"; |
Replaced | .paths["/slurmdb/v0.0.42/association/"].get.parameters[15].allowEmptyValue = false; |
Replaced | .paths["/slurmdb/v0.0.42/association/"].get.parameters[15].description = "usage end UNIX timestamp"; |
Replaced | .paths["/slurmdb/v0.0.42/association/"].get.parameters[15].name = "usage_end"; |
Replaced | .paths["/slurmdb/v0.0.42/association/"].get.parameters[16].allowEmptyValue = false; |
Replaced | .paths["/slurmdb/v0.0.42/association/"].get.parameters[16].description = "usage start UNIX timestamp"; |
Replaced | .paths["/slurmdb/v0.0.42/association/"].get.parameters[16].name = "usage_start"; |
Replaced | .paths["/slurmdb/v0.0.42/association/"].get.parameters[17].allowEmptyValue = false; |
Replaced | .paths["/slurmdb/v0.0.42/association/"].get.parameters[17].description = "CSV user list"; |
Replaced | .paths["/slurmdb/v0.0.42/association/"].get.parameters[17].name = "user"; |
Replaced | .paths["/slurmdb/v0.0.42/association/"]["delete"].parameters[3].allowEmptyValue = true; |
Removed | .paths["/slurmdb/v0.0.42/association/"]["delete"].parameters[3].description = "CSV format list"; |
Replaced | .paths["/slurmdb/v0.0.42/association/"]["delete"].parameters[3].name = "Include deleted associations"; |
Replaced | .paths["/slurmdb/v0.0.42/association/"]["delete"].parameters[4].allowEmptyValue = true; |
Removed | .paths["/slurmdb/v0.0.42/association/"]["delete"].parameters[4].description = "CSV id list"; |
Replaced | .paths["/slurmdb/v0.0.42/association/"]["delete"].parameters[4].name = "Include Usage"; |
Removed | .paths["/slurmdb/v0.0.42/association/"]["delete"].parameters[5].description = "filter to only defaults"; |
Replaced | .paths["/slurmdb/v0.0.42/association/"]["delete"].parameters[5].name = "Filter to only defaults"; |
Replaced | .paths["/slurmdb/v0.0.42/association/"]["delete"].parameters[6].allowEmptyValue = true; |
Removed | .paths["/slurmdb/v0.0.42/association/"]["delete"].parameters[6].description = "CSV names of parent account"; |
Replaced | .paths["/slurmdb/v0.0.42/association/"]["delete"].parameters[6].name = "Include the raw QOS or delta_qos"; |
Replaced | .paths["/slurmdb/v0.0.42/association/"]["delete"].parameters[7].allowEmptyValue = true; |
Removed | .paths["/slurmdb/v0.0.42/association/"]["delete"].parameters[7].description = "CSV partition name list"; |
Replaced | .paths["/slurmdb/v0.0.42/association/"]["delete"].parameters[7].name = "Include sub acct information"; |
Replaced | .paths["/slurmdb/v0.0.42/association/"]["delete"].parameters[8].allowEmptyValue = true; |
Removed | .paths["/slurmdb/v0.0.42/association/"]["delete"].parameters[8].description = "CSV QOS list"; |
Replaced | .paths["/slurmdb/v0.0.42/association/"]["delete"].parameters[8].name = "Exclude parent id/name"; |
Replaced | .paths["/slurmdb/v0.0.42/association/"]["delete"].parameters[9].allowEmptyValue = true; |
Removed | .paths["/slurmdb/v0.0.42/association/"]["delete"].parameters[9].description = "usage end UNIX timestamp"; |
Replaced | .paths["/slurmdb/v0.0.42/association/"]["delete"].parameters[9].name = "Exclude limits from parents"; |
Replaced | .paths["/slurmdb/v0.0.42/association/"]["delete"].parameters[10].description = "CSV format list"; |
Replaced | .paths["/slurmdb/v0.0.42/association/"]["delete"].parameters[10].name = "format"; |
Replaced | .paths["/slurmdb/v0.0.42/association/"]["delete"].parameters[11].description = "CSV id list"; |
Replaced | .paths["/slurmdb/v0.0.42/association/"]["delete"].parameters[11].name = "id"; |
Replaced | .paths["/slurmdb/v0.0.42/association/"]["delete"].parameters[12].allowEmptyValue = false; |
Replaced | .paths["/slurmdb/v0.0.42/association/"]["delete"].parameters[12].description = "CSV names of parent account"; |
Replaced | .paths["/slurmdb/v0.0.42/association/"]["delete"].parameters[12].name = "parent_account"; |
Replaced | .paths["/slurmdb/v0.0.42/association/"]["delete"].parameters[13].allowEmptyValue = false; |
Replaced | .paths["/slurmdb/v0.0.42/association/"]["delete"].parameters[13].description = "CSV partition name list"; |
Replaced | .paths["/slurmdb/v0.0.42/association/"]["delete"].parameters[13].name = "partition"; |
Replaced | .paths["/slurmdb/v0.0.42/association/"]["delete"].parameters[14].allowEmptyValue = false; |
Replaced | .paths["/slurmdb/v0.0.42/association/"]["delete"].parameters[14].description = "CSV QOS list"; |
Replaced | .paths["/slurmdb/v0.0.42/association/"]["delete"].parameters[14].name = "qos"; |
Replaced | .paths["/slurmdb/v0.0.42/association/"]["delete"].parameters[15].allowEmptyValue = false; |
Replaced | .paths["/slurmdb/v0.0.42/association/"]["delete"].parameters[15].description = "usage end UNIX timestamp"; |
Replaced | .paths["/slurmdb/v0.0.42/association/"]["delete"].parameters[15].name = "usage_end"; |
Replaced | .paths["/slurmdb/v0.0.42/association/"]["delete"].parameters[16].allowEmptyValue = false; |
Replaced | .paths["/slurmdb/v0.0.42/association/"]["delete"].parameters[16].description = "usage start UNIX timestamp"; |
Replaced | .paths["/slurmdb/v0.0.42/association/"]["delete"].parameters[16].name = "usage_start"; |
Replaced | .paths["/slurmdb/v0.0.42/association/"]["delete"].parameters[17].allowEmptyValue = false; |
Replaced | .paths["/slurmdb/v0.0.42/association/"]["delete"].parameters[17].description = "CSV user list"; |
Replaced | .paths["/slurmdb/v0.0.42/association/"]["delete"].parameters[17].name = "user"; |
Replaced | .paths["/slurmdb/v0.0.42/associations/"].get.parameters[3].allowEmptyValue = true; |
Removed | .paths["/slurmdb/v0.0.42/associations/"].get.parameters[3].description = "CSV format list"; |
Replaced | .paths["/slurmdb/v0.0.42/associations/"].get.parameters[3].name = "Include deleted associations"; |
Replaced | .paths["/slurmdb/v0.0.42/associations/"].get.parameters[4].allowEmptyValue = true; |
Removed | .paths["/slurmdb/v0.0.42/associations/"].get.parameters[4].description = "CSV id list"; |
Replaced | .paths["/slurmdb/v0.0.42/associations/"].get.parameters[4].name = "Include Usage"; |
Removed | .paths["/slurmdb/v0.0.42/associations/"].get.parameters[5].description = "filter to only defaults"; |
Replaced | .paths["/slurmdb/v0.0.42/associations/"].get.parameters[5].name = "Filter to only defaults"; |
Replaced | .paths["/slurmdb/v0.0.42/associations/"].get.parameters[6].allowEmptyValue = true; |
Removed | .paths["/slurmdb/v0.0.42/associations/"].get.parameters[6].description = "CSV names of parent account"; |
Replaced | .paths["/slurmdb/v0.0.42/associations/"].get.parameters[6].name = "Include the raw QOS or delta_qos"; |
Replaced | .paths["/slurmdb/v0.0.42/associations/"].get.parameters[7].allowEmptyValue = true; |
Removed | .paths["/slurmdb/v0.0.42/associations/"].get.parameters[7].description = "CSV partition name list"; |
Replaced | .paths["/slurmdb/v0.0.42/associations/"].get.parameters[7].name = "Include sub acct information"; |
Replaced | .paths["/slurmdb/v0.0.42/associations/"].get.parameters[8].allowEmptyValue = true; |
Removed | .paths["/slurmdb/v0.0.42/associations/"].get.parameters[8].description = "CSV QOS list"; |
Replaced | .paths["/slurmdb/v0.0.42/associations/"].get.parameters[8].name = "Exclude parent id/name"; |
Replaced | .paths["/slurmdb/v0.0.42/associations/"].get.parameters[9].allowEmptyValue = true; |
Removed | .paths["/slurmdb/v0.0.42/associations/"].get.parameters[9].description = "usage end UNIX timestamp"; |
Replaced | .paths["/slurmdb/v0.0.42/associations/"].get.parameters[9].name = "Exclude limits from parents"; |
Replaced | .paths["/slurmdb/v0.0.42/associations/"].get.parameters[10].description = "CSV format list"; |
Replaced | .paths["/slurmdb/v0.0.42/associations/"].get.parameters[10].name = "format"; |
Replaced | .paths["/slurmdb/v0.0.42/associations/"].get.parameters[11].description = "CSV id list"; |
Replaced | .paths["/slurmdb/v0.0.42/associations/"].get.parameters[11].name = "id"; |
Replaced | .paths["/slurmdb/v0.0.42/associations/"].get.parameters[12].allowEmptyValue = false; |
Replaced | .paths["/slurmdb/v0.0.42/associations/"].get.parameters[12].description = "CSV names of parent account"; |
Replaced | .paths["/slurmdb/v0.0.42/associations/"].get.parameters[12].name = "parent_account"; |
Replaced | .paths["/slurmdb/v0.0.42/associations/"].get.parameters[13].allowEmptyValue = false; |
Replaced | .paths["/slurmdb/v0.0.42/associations/"].get.parameters[13].description = "CSV partition name list"; |
Replaced | .paths["/slurmdb/v0.0.42/associations/"].get.parameters[13].name = "partition"; |
Replaced | .paths["/slurmdb/v0.0.42/associations/"].get.parameters[14].allowEmptyValue = false; |
Replaced | .paths["/slurmdb/v0.0.42/associations/"].get.parameters[14].description = "CSV QOS list"; |
Replaced | .paths["/slurmdb/v0.0.42/associations/"].get.parameters[14].name = "qos"; |
Replaced | .paths["/slurmdb/v0.0.42/associations/"].get.parameters[15].allowEmptyValue = false; |
Replaced | .paths["/slurmdb/v0.0.42/associations/"].get.parameters[15].description = "usage end UNIX timestamp"; |
Replaced | .paths["/slurmdb/v0.0.42/associations/"].get.parameters[15].name = "usage_end"; |
Replaced | .paths["/slurmdb/v0.0.42/associations/"].get.parameters[16].allowEmptyValue = false; |
Replaced | .paths["/slurmdb/v0.0.42/associations/"].get.parameters[16].description = "usage start UNIX timestamp"; |
Replaced | .paths["/slurmdb/v0.0.42/associations/"].get.parameters[16].name = "usage_start"; |
Replaced | .paths["/slurmdb/v0.0.42/associations/"].get.parameters[17].allowEmptyValue = false; |
Replaced | .paths["/slurmdb/v0.0.42/associations/"].get.parameters[17].description = "CSV user list"; |
Replaced | .paths["/slurmdb/v0.0.42/associations/"].get.parameters[17].name = "user"; |
Replaced | .paths["/slurmdb/v0.0.42/associations/"]["delete"].parameters[3].allowEmptyValue = true; |
Removed | .paths["/slurmdb/v0.0.42/associations/"]["delete"].parameters[3].description = "CSV format list"; |
Replaced | .paths["/slurmdb/v0.0.42/associations/"]["delete"].parameters[3].name = "Include deleted associations"; |
Replaced | .paths["/slurmdb/v0.0.42/associations/"]["delete"].parameters[4].allowEmptyValue = true; |
Removed | .paths["/slurmdb/v0.0.42/associations/"]["delete"].parameters[4].description = "CSV id list"; |
Replaced | .paths["/slurmdb/v0.0.42/associations/"]["delete"].parameters[4].name = "Include Usage"; |
Removed | .paths["/slurmdb/v0.0.42/associations/"]["delete"].parameters[5].description = "filter to only defaults"; |
Replaced | .paths["/slurmdb/v0.0.42/associations/"]["delete"].parameters[5].name = "Filter to only defaults"; |
Replaced | .paths["/slurmdb/v0.0.42/associations/"]["delete"].parameters[6].allowEmptyValue = true; |
Removed | .paths["/slurmdb/v0.0.42/associations/"]["delete"].parameters[6].description = "CSV names of parent account"; |
Replaced | .paths["/slurmdb/v0.0.42/associations/"]["delete"].parameters[6].name = "Include the raw QOS or delta_qos"; |
Replaced | .paths["/slurmdb/v0.0.42/associations/"]["delete"].parameters[7].allowEmptyValue = true; |
Removed | .paths["/slurmdb/v0.0.42/associations/"]["delete"].parameters[7].description = "CSV partition name list"; |
Replaced | .paths["/slurmdb/v0.0.42/associations/"]["delete"].parameters[7].name = "Include sub acct information"; |
Replaced | .paths["/slurmdb/v0.0.42/associations/"]["delete"].parameters[8].allowEmptyValue = true; |
Removed | .paths["/slurmdb/v0.0.42/associations/"]["delete"].parameters[8].description = "CSV QOS list"; |
Replaced | .paths["/slurmdb/v0.0.42/associations/"]["delete"].parameters[8].name = "Exclude parent id/name"; |
Replaced | .paths["/slurmdb/v0.0.42/associations/"]["delete"].parameters[9].allowEmptyValue = true; |
Removed | .paths["/slurmdb/v0.0.42/associations/"]["delete"].parameters[9].description = "usage end UNIX timestamp"; |
Replaced | .paths["/slurmdb/v0.0.42/associations/"]["delete"].parameters[9].name = "Exclude limits from parents"; |
Replaced | .paths["/slurmdb/v0.0.42/associations/"]["delete"].parameters[10].description = "CSV format list"; |
Replaced | .paths["/slurmdb/v0.0.42/associations/"]["delete"].parameters[10].name = "format"; |
Replaced | .paths["/slurmdb/v0.0.42/associations/"]["delete"].parameters[11].description = "CSV id list"; |
Replaced | .paths["/slurmdb/v0.0.42/associations/"]["delete"].parameters[11].name = "id"; |
Replaced | .paths["/slurmdb/v0.0.42/associations/"]["delete"].parameters[12].allowEmptyValue = false; |
Replaced | .paths["/slurmdb/v0.0.42/associations/"]["delete"].parameters[12].description = "CSV names of parent account"; |
Replaced | .paths["/slurmdb/v0.0.42/associations/"]["delete"].parameters[12].name = "parent_account"; |
Replaced | .paths["/slurmdb/v0.0.42/associations/"]["delete"].parameters[13].allowEmptyValue = false; |
Replaced | .paths["/slurmdb/v0.0.42/associations/"]["delete"].parameters[13].description = "CSV partition name list"; |
Replaced | .paths["/slurmdb/v0.0.42/associations/"]["delete"].parameters[13].name = "partition"; |
Replaced | .paths["/slurmdb/v0.0.42/associations/"]["delete"].parameters[14].allowEmptyValue = false; |
Replaced | .paths["/slurmdb/v0.0.42/associations/"]["delete"].parameters[14].description = "CSV QOS list"; |
Replaced | .paths["/slurmdb/v0.0.42/associations/"]["delete"].parameters[14].name = "qos"; |
Replaced | .paths["/slurmdb/v0.0.42/associations/"]["delete"].parameters[15].allowEmptyValue = false; |
Replaced | .paths["/slurmdb/v0.0.42/associations/"]["delete"].parameters[15].description = "usage end UNIX timestamp"; |
Replaced | .paths["/slurmdb/v0.0.42/associations/"]["delete"].parameters[15].name = "usage_end"; |
Replaced | .paths["/slurmdb/v0.0.42/associations/"]["delete"].parameters[16].allowEmptyValue = false; |
Replaced | .paths["/slurmdb/v0.0.42/associations/"]["delete"].parameters[16].description = "usage start UNIX timestamp"; |
Replaced | .paths["/slurmdb/v0.0.42/associations/"]["delete"].parameters[16].name = "usage_start"; |
Replaced | .paths["/slurmdb/v0.0.42/associations/"]["delete"].parameters[17].allowEmptyValue = false; |
Replaced | .paths["/slurmdb/v0.0.42/associations/"]["delete"].parameters[17].description = "CSV user list"; |
Replaced | .paths["/slurmdb/v0.0.42/associations/"]["delete"].parameters[17].name = "user"; |
Replaced | .paths["/slurmdb/v0.0.42/qos/"].get.parameters[1].allowEmptyValue = true; |
Removed | .paths["/slurmdb/v0.0.42/qos/"].get.parameters[1].description = "CSV QOS id list"; |
Replaced | .paths["/slurmdb/v0.0.42/qos/"].get.parameters[1].name = "Include Deleted QOS"; |
Replaced | .paths["/slurmdb/v0.0.42/qos/"].get.parameters[2].description = "CSV QOS id list"; |
Replaced | .paths["/slurmdb/v0.0.42/qos/"].get.parameters[2].name = "id"; |
Replaced | .paths["/slurmdb/v0.0.42/qos/"].get.parameters[3].description = "CSV format list"; |
Replaced | .paths["/slurmdb/v0.0.42/qos/"].get.parameters[3].name = "format"; |
Added | .paths["/slurmdb/v0.0.42/qos/"].get.parameters[4].description = "CSV QOS name list"; |
Replaced | .paths["/slurmdb/v0.0.42/qos/"].get.parameters[4].name = "name"; |
Removed | .paths["/slurmdb/v0.0.42/qos/"].get.parameters[4].schema.enum = []; |
Removed | .paths["/slurmdb/v0.0.42/qos/"].get.parameters[4].schema.enum[0] = "DISABLED"; |
Removed | .paths["/slurmdb/v0.0.42/qos/"].get.parameters[4].schema.enum[1] = "SUSPEND"; |
Removed | .paths["/slurmdb/v0.0.42/qos/"].get.parameters[4].schema.enum[2] = "REQUEUE"; |
Removed | .paths["/slurmdb/v0.0.42/qos/"].get.parameters[4].schema.enum[3] = "CANCEL"; |
Removed | .paths["/slurmdb/v0.0.42/qos/"].get.parameters[4].schema.enum[4] = "GANG"; |
Replaced | .paths["/slurmdb/v0.0.42/qos/"].get.parameters[5].allowEmptyValue = false; |
Removed | .paths["/slurmdb/v0.0.42/qos/"].get.parameters[5].description = "Include deleted QOS"; |
Replaced | .paths["/slurmdb/v0.0.42/qos/"].get.parameters[5].name = "preempt_mode"; |
Added | .paths["/slurmdb/v0.0.42/qos/"].get.parameters[5].schema.enum = []; |
Added | .paths["/slurmdb/v0.0.42/qos/"].get.parameters[5].schema.enum[0] = "DISABLED"; |
Added | .paths["/slurmdb/v0.0.42/qos/"].get.parameters[5].schema.enum[1] = "SUSPEND"; |
Added | .paths["/slurmdb/v0.0.42/qos/"].get.parameters[5].schema.enum[2] = "REQUEUE"; |
Added | .paths["/slurmdb/v0.0.42/qos/"].get.parameters[5].schema.enum[3] = "CANCEL"; |
Added | .paths["/slurmdb/v0.0.42/qos/"].get.parameters[5].schema.enum[4] = "GANG"; |
Replaced | .paths["/slurmdb/v0.0.42/qos/"].post.parameters[1].allowEmptyValue = true; |
Removed | .paths["/slurmdb/v0.0.42/qos/"].post.parameters[1].description = "CSV QOS id list"; |
Replaced | .paths["/slurmdb/v0.0.42/qos/"].post.parameters[1].name = "Include Deleted QOS"; |
Replaced | .paths["/slurmdb/v0.0.42/qos/"].post.parameters[2].description = "CSV QOS id list"; |
Replaced | .paths["/slurmdb/v0.0.42/qos/"].post.parameters[2].name = "id"; |
Replaced | .paths["/slurmdb/v0.0.42/qos/"].post.parameters[3].description = "CSV format list"; |
Replaced | .paths["/slurmdb/v0.0.42/qos/"].post.parameters[3].name = "format"; |
Added | .paths["/slurmdb/v0.0.42/qos/"].post.parameters[4].description = "CSV QOS name list"; |
Replaced | .paths["/slurmdb/v0.0.42/qos/"].post.parameters[4].name = "name"; |
Removed | .paths["/slurmdb/v0.0.42/qos/"].post.parameters[4].schema.enum = []; |
Removed | .paths["/slurmdb/v0.0.42/qos/"].post.parameters[4].schema.enum[0] = "DISABLED"; |
Removed | .paths["/slurmdb/v0.0.42/qos/"].post.parameters[4].schema.enum[1] = "SUSPEND"; |
Removed | .paths["/slurmdb/v0.0.42/qos/"].post.parameters[4].schema.enum[2] = "REQUEUE"; |
Removed | .paths["/slurmdb/v0.0.42/qos/"].post.parameters[4].schema.enum[3] = "CANCEL"; |
Removed | .paths["/slurmdb/v0.0.42/qos/"].post.parameters[4].schema.enum[4] = "GANG"; |
Replaced | .paths["/slurmdb/v0.0.42/qos/"].post.parameters[5].allowEmptyValue = false; |
Removed | .paths["/slurmdb/v0.0.42/qos/"].post.parameters[5].description = "Include deleted QOS"; |
Replaced | .paths["/slurmdb/v0.0.42/qos/"].post.parameters[5].name = "preempt_mode"; |
Added | .paths["/slurmdb/v0.0.42/qos/"].post.parameters[5].schema.enum = []; |
Added | .paths["/slurmdb/v0.0.42/qos/"].post.parameters[5].schema.enum[0] = "DISABLED"; |
Added | .paths["/slurmdb/v0.0.42/qos/"].post.parameters[5].schema.enum[1] = "SUSPEND"; |
Added | .paths["/slurmdb/v0.0.42/qos/"].post.parameters[5].schema.enum[2] = "REQUEUE"; |
Added | .paths["/slurmdb/v0.0.42/qos/"].post.parameters[5].schema.enum[3] = "CANCEL"; |
Added | .paths["/slurmdb/v0.0.42/qos/"].post.parameters[5].schema.enum[4] = "GANG"; |
Added | .components.schemas["v0.0.42_openapi_assocs_resp"].properties.associations.items.properties.accounting.items.properties.id_alt = {}; |
Added | .components.schemas["v0.0.42_openapi_assocs_resp"].properties.associations.items.properties.accounting.items.properties.id_alt.format = "int32"; |
Added | .components.schemas["v0.0.42_openapi_assocs_resp"].properties.associations.items.properties.accounting.items.properties.id_alt.type = "integer"; |
Added | .components.schemas["v0.0.42_openapi_slurmdbd_config_resp"].properties.associations.items.properties.accounting.items.properties.id_alt = {}; |
Added | .components.schemas["v0.0.42_openapi_slurmdbd_config_resp"].properties.associations.items.properties.accounting.items.properties.id_alt.format = "int32"; |
Added | .components.schemas["v0.0.42_openapi_slurmdbd_config_resp"].properties.associations.items.properties.accounting.items.properties.id_alt.type = "integer"; |
Added | .components.schemas["v0.0.42_openapi_slurmdbd_config_resp"].properties.users.items.properties.wckeys.items.properties.accounting.items.properties.id_alt = {}; |
Added | .components.schemas["v0.0.42_openapi_slurmdbd_config_resp"].properties.users.items.properties.wckeys.items.properties.accounting.items.properties.id_alt.format = "int32"; |
Added | .components.schemas["v0.0.42_openapi_slurmdbd_config_resp"].properties.users.items.properties.wckeys.items.properties.accounting.items.properties.id_alt.type = "integer"; |
Added | .components.schemas["v0.0.42_openapi_slurmdbd_config_resp"].properties.wckeys.items.properties.accounting.items.properties.id_alt = {}; |
Added | .components.schemas["v0.0.42_openapi_slurmdbd_config_resp"].properties.wckeys.items.properties.accounting.items.properties.id_alt.format = "int32"; |
Added | .components.schemas["v0.0.42_openapi_slurmdbd_config_resp"].properties.wckeys.items.properties.accounting.items.properties.id_alt.type = "integer"; |
Added | .components.schemas["v0.0.42_openapi_users_resp"].properties.users.items.properties.wckeys.items.properties.accounting.items.properties.id_alt = {}; |
Added | .components.schemas["v0.0.42_openapi_users_resp"].properties.users.items.properties.wckeys.items.properties.accounting.items.properties.id_alt.format = "int32"; |
Added | .components.schemas["v0.0.42_openapi_users_resp"].properties.users.items.properties.wckeys.items.properties.accounting.items.properties.id_alt.type = "integer"; |
Added | .components.schemas["v0.0.42_openapi_wckey_resp"].properties.wckeys.items.properties.accounting.items.properties.id_alt = {}; |
Added | .components.schemas["v0.0.42_openapi_wckey_resp"].properties.wckeys.items.properties.accounting.items.properties.id_alt.format = "int32"; |
Added | .components.schemas["v0.0.42_openapi_wckey_resp"].properties.wckeys.items.properties.accounting.items.properties.id_alt.type = "integer"; |
Replaced | .components.schemas["v0.0.42_job_desc_msg"].properties.flags.items.enum[18] = "GRES_BINDING_DISABLED"; |
Renamed GRED_BINDING_DISABLED to GRES_BINDING_DISABLED | |
Replaced | .components.schemas["v0.0.42_openapi_job_info_resp"].properties.jobs.items.properties.flags.items.enum[18] = "GRES_BINDING_DISABLED"; |
Renamed GRED_BINDING_DISABLED to GRES_BINDING_DISABLED | |
Replaced | .components.schemas["v0.0.42_openapi_slurmdbd_jobs_resp"].properties.jobs.items.properties.steps.items.properties.pid.deprecated = true; |
Replaced | .components.schemas["v0.0.42_openapi_slurmdbd_jobs_resp"].properties.jobs.items.properties.steps.items.properties.pid.description = "Deprecated. List of pids is not available in slurmdbd."; |
New YAML mime type modified fields
Removed deprecated fields
Removed | .paths["/slurm/v0.0.42/diag/"].get.responses["200"].content["application/jsonrequest"] = {}; |
Removed | .paths["/slurm/v0.0.42/diag/"].get.responses["200"].content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurm/v0.0.42/diag/"].get.responses["200"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.42_openapi_diag_resp"; |
Removed | .paths["/slurm/v0.0.42/diag/"].get.responses["200"].content["application/x-yaml"] = {}; |
Removed | .paths["/slurm/v0.0.42/diag/"].get.responses["200"].content["application/x-yaml"].schema = {}; |
Removed | .paths["/slurm/v0.0.42/diag/"].get.responses["200"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.42_openapi_diag_resp"; |
Removed | .paths["/slurm/v0.0.42/diag/"].get.responses["200"].content["text/yaml"] = {}; |
Removed | .paths["/slurm/v0.0.42/diag/"].get.responses["200"].content["text/yaml"].schema = {}; |
Replaced | .paths["/slurm/v0.0.42/diag/"].get.responses["200"].content["application/yaml"] = {}; |
Added | .paths["/slurm/v0.0.42/diag/"].get.responses["200"].content["application/yaml"].schema = {}; |
Added | .paths["/slurm/v0.0.42/diag/"].get.responses["200"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.42_openapi_diag_resp"; |
Removed | .paths["/slurm/v0.0.42/diag/"].get.responses["default"].content["application/jsonrequest"] = {}; |
Removed | .paths["/slurm/v0.0.42/diag/"].get.responses["default"].content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurm/v0.0.42/diag/"].get.responses["default"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.42_openapi_diag_resp"; |
Removed | .paths["/slurm/v0.0.42/diag/"].get.responses["default"].content["application/x-yaml"] = {}; |
Removed | .paths["/slurm/v0.0.42/diag/"].get.responses["default"].content["application/x-yaml"].schema = {}; |
Removed | .paths["/slurm/v0.0.42/diag/"].get.responses["default"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.42_openapi_diag_resp"; |
Removed | .paths["/slurm/v0.0.42/diag/"].get.responses["default"].content["text/yaml"] = {}; |
Removed | .paths["/slurm/v0.0.42/diag/"].get.responses["default"].content["text/yaml"].schema = {}; |
Replaced | .paths["/slurm/v0.0.42/diag/"].get.responses["default"].content["application/yaml"] = {}; |
Added | .paths["/slurm/v0.0.42/diag/"].get.responses["default"].content["application/yaml"].schema = {}; |
Added | .paths["/slurm/v0.0.42/diag/"].get.responses["default"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.42_openapi_diag_resp"; |
Removed | .paths["/slurm/v0.0.42/job/allocate"].post.requestBody.content["application/jsonrequest"] = {}; |
Removed | .paths["/slurm/v0.0.42/job/allocate"].post.requestBody.content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurm/v0.0.42/job/allocate"].post.requestBody.content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.42_job_alloc_req"; |
Removed | .paths["/slurm/v0.0.42/job/allocate"].post.requestBody.content["application/x-yaml"] = {}; |
Removed | .paths["/slurm/v0.0.42/job/allocate"].post.requestBody.content["application/x-yaml"].schema = {}; |
Removed | .paths["/slurm/v0.0.42/job/allocate"].post.requestBody.content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.42_job_alloc_req"; |
Removed | .paths["/slurm/v0.0.42/job/allocate"].post.requestBody.content["text/yaml"] = {}; |
Removed | .paths["/slurm/v0.0.42/job/allocate"].post.requestBody.content["text/yaml"].schema = {}; |
Replaced | .paths["/slurm/v0.0.42/job/allocate"].post.requestBody.content["application/yaml"] = {}; |
Added | .paths["/slurm/v0.0.42/job/allocate"].post.requestBody.content["application/yaml"].schema = {}; |
Added | .paths["/slurm/v0.0.42/job/allocate"].post.requestBody.content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.42_job_alloc_req"; |
Removed | .paths["/slurm/v0.0.42/job/allocate"].post.responses["200"].content["application/jsonrequest"] = {}; |
Removed | .paths["/slurm/v0.0.42/job/allocate"].post.responses["200"].content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurm/v0.0.42/job/allocate"].post.responses["200"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.42_openapi_job_alloc_resp"; |
Removed | .paths["/slurm/v0.0.42/job/allocate"].post.responses["200"].content["application/x-yaml"] = {}; |
Removed | .paths["/slurm/v0.0.42/job/allocate"].post.responses["200"].content["application/x-yaml"].schema = {}; |
Removed | .paths["/slurm/v0.0.42/job/allocate"].post.responses["200"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.42_openapi_job_alloc_resp"; |
Removed | .paths["/slurm/v0.0.42/job/allocate"].post.responses["200"].content["text/yaml"] = {}; |
Removed | .paths["/slurm/v0.0.42/job/allocate"].post.responses["200"].content["text/yaml"].schema = {}; |
Replaced | .paths["/slurm/v0.0.42/job/allocate"].post.responses["200"].content["application/yaml"] = {}; |
Added | .paths["/slurm/v0.0.42/job/allocate"].post.responses["200"].content["application/yaml"].schema = {}; |
Added | .paths["/slurm/v0.0.42/job/allocate"].post.responses["200"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.42_openapi_job_alloc_resp"; |
Removed | .paths["/slurm/v0.0.42/job/allocate"].post.responses["default"].content["application/jsonrequest"] = {}; |
Removed | .paths["/slurm/v0.0.42/job/allocate"].post.responses["default"].content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurm/v0.0.42/job/allocate"].post.responses["default"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.42_openapi_job_alloc_resp"; |
Removed | .paths["/slurm/v0.0.42/job/allocate"].post.responses["default"].content["application/x-yaml"] = {}; |
Removed | .paths["/slurm/v0.0.42/job/allocate"].post.responses["default"].content["application/x-yaml"].schema = {}; |
Removed | .paths["/slurm/v0.0.42/job/allocate"].post.responses["default"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.42_openapi_job_alloc_resp"; |
Removed | .paths["/slurm/v0.0.42/job/allocate"].post.responses["default"].content["text/yaml"] = {}; |
Removed | .paths["/slurm/v0.0.42/job/allocate"].post.responses["default"].content["text/yaml"].schema = {}; |
Replaced | .paths["/slurm/v0.0.42/job/allocate"].post.responses["default"].content["application/yaml"] = {}; |
Added | .paths["/slurm/v0.0.42/job/allocate"].post.responses["default"].content["application/yaml"].schema = {}; |
Added | .paths["/slurm/v0.0.42/job/allocate"].post.responses["default"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.42_openapi_job_alloc_resp"; |
Removed | .paths["/slurm/v0.0.42/job/submit"].post.requestBody.content["application/jsonrequest"] = {}; |
Removed | .paths["/slurm/v0.0.42/job/submit"].post.requestBody.content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurm/v0.0.42/job/submit"].post.requestBody.content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.42_job_submit_req"; |
Removed | .paths["/slurm/v0.0.42/job/submit"].post.requestBody.content["application/x-yaml"] = {}; |
Removed | .paths["/slurm/v0.0.42/job/submit"].post.requestBody.content["application/x-yaml"].schema = {}; |
Removed | .paths["/slurm/v0.0.42/job/submit"].post.requestBody.content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.42_job_submit_req"; |
Removed | .paths["/slurm/v0.0.42/job/submit"].post.requestBody.content["text/yaml"] = {}; |
Removed | .paths["/slurm/v0.0.42/job/submit"].post.requestBody.content["text/yaml"].schema = {}; |
Replaced | .paths["/slurm/v0.0.42/job/submit"].post.requestBody.content["application/yaml"] = {}; |
Added | .paths["/slurm/v0.0.42/job/submit"].post.requestBody.content["application/yaml"].schema = {}; |
Added | .paths["/slurm/v0.0.42/job/submit"].post.requestBody.content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.42_job_submit_req"; |
Removed | .paths["/slurm/v0.0.42/job/submit"].post.responses["200"].content["application/jsonrequest"] = {}; |
Removed | .paths["/slurm/v0.0.42/job/submit"].post.responses["200"].content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurm/v0.0.42/job/submit"].post.responses["200"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.42_openapi_job_submit_response"; |
Removed | .paths["/slurm/v0.0.42/job/submit"].post.responses["200"].content["application/x-yaml"] = {}; |
Removed | .paths["/slurm/v0.0.42/job/submit"].post.responses["200"].content["application/x-yaml"].schema = {}; |
Removed | .paths["/slurm/v0.0.42/job/submit"].post.responses["200"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.42_openapi_job_submit_response"; |
Removed | .paths["/slurm/v0.0.42/job/submit"].post.responses["200"].content["text/yaml"] = {}; |
Removed | .paths["/slurm/v0.0.42/job/submit"].post.responses["200"].content["text/yaml"].schema = {}; |
Replaced | .paths["/slurm/v0.0.42/job/submit"].post.responses["200"].content["application/yaml"] = {}; |
Added | .paths["/slurm/v0.0.42/job/submit"].post.responses["200"].content["application/yaml"].schema = {}; |
Added | .paths["/slurm/v0.0.42/job/submit"].post.responses["200"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.42_openapi_job_submit_response"; |
Removed | .paths["/slurm/v0.0.42/job/submit"].post.responses["default"].content["application/jsonrequest"] = {}; |
Removed | .paths["/slurm/v0.0.42/job/submit"].post.responses["default"].content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurm/v0.0.42/job/submit"].post.responses["default"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.42_openapi_job_submit_response"; |
Removed | .paths["/slurm/v0.0.42/job/submit"].post.responses["default"].content["application/x-yaml"] = {}; |
Removed | .paths["/slurm/v0.0.42/job/submit"].post.responses["default"].content["application/x-yaml"].schema = {}; |
Removed | .paths["/slurm/v0.0.42/job/submit"].post.responses["default"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.42_openapi_job_submit_response"; |
Removed | .paths["/slurm/v0.0.42/job/submit"].post.responses["default"].content["text/yaml"] = {}; |
Removed | .paths["/slurm/v0.0.42/job/submit"].post.responses["default"].content["text/yaml"].schema = {}; |
Replaced | .paths["/slurm/v0.0.42/job/submit"].post.responses["default"].content["application/yaml"] = {}; |
Added | .paths["/slurm/v0.0.42/job/submit"].post.responses["default"].content["application/yaml"].schema = {}; |
Added | .paths["/slurm/v0.0.42/job/submit"].post.responses["default"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.42_openapi_job_submit_response"; |
Removed | .paths["/slurm/v0.0.42/job/{job_id}"].get.responses["200"].content["application/jsonrequest"] = {}; |
Removed | .paths["/slurm/v0.0.42/job/{job_id}"].get.responses["200"].content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurm/v0.0.42/job/{job_id}"].get.responses["200"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.42_openapi_job_info_resp"; |
Removed | .paths["/slurm/v0.0.42/job/{job_id}"].get.responses["200"].content["application/x-yaml"] = {}; |
Removed | .paths["/slurm/v0.0.42/job/{job_id}"].get.responses["200"].content["application/x-yaml"].schema = {}; |
Removed | .paths["/slurm/v0.0.42/job/{job_id}"].get.responses["200"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.42_openapi_job_info_resp"; |
Removed | .paths["/slurm/v0.0.42/job/{job_id}"].get.responses["200"].content["text/yaml"] = {}; |
Removed | .paths["/slurm/v0.0.42/job/{job_id}"].get.responses["200"].content["text/yaml"].schema = {}; |
Replaced | .paths["/slurm/v0.0.42/job/{job_id}"].get.responses["200"].content["application/yaml"] = {}; |
Added | .paths["/slurm/v0.0.42/job/{job_id}"].get.responses["200"].content["application/yaml"].schema = {}; |
Added | .paths["/slurm/v0.0.42/job/{job_id}"].get.responses["200"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.42_openapi_job_info_resp"; |
Removed | .paths["/slurm/v0.0.42/job/{job_id}"].get.responses["default"].content["application/jsonrequest"] = {}; |
Removed | .paths["/slurm/v0.0.42/job/{job_id}"].get.responses["default"].content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurm/v0.0.42/job/{job_id}"].get.responses["default"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.42_openapi_job_info_resp"; |
Removed | .paths["/slurm/v0.0.42/job/{job_id}"].get.responses["default"].content["application/x-yaml"] = {}; |
Removed | .paths["/slurm/v0.0.42/job/{job_id}"].get.responses["default"].content["application/x-yaml"].schema = {}; |
Removed | .paths["/slurm/v0.0.42/job/{job_id}"].get.responses["default"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.42_openapi_job_info_resp"; |
Removed | .paths["/slurm/v0.0.42/job/{job_id}"].get.responses["default"].content["text/yaml"] = {}; |
Removed | .paths["/slurm/v0.0.42/job/{job_id}"].get.responses["default"].content["text/yaml"].schema = {}; |
Replaced | .paths["/slurm/v0.0.42/job/{job_id}"].get.responses["default"].content["application/yaml"] = {}; |
Added | .paths["/slurm/v0.0.42/job/{job_id}"].get.responses["default"].content["application/yaml"].schema = {}; |
Added | .paths["/slurm/v0.0.42/job/{job_id}"].get.responses["default"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.42_openapi_job_info_resp"; |
Removed | .paths["/slurm/v0.0.42/job/{job_id}"].post.requestBody.content["application/jsonrequest"] = {}; |
Removed | .paths["/slurm/v0.0.42/job/{job_id}"].post.requestBody.content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurm/v0.0.42/job/{job_id}"].post.requestBody.content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.42_job_desc_msg"; |
Removed | .paths["/slurm/v0.0.42/job/{job_id}"].post.requestBody.content["application/x-yaml"] = {}; |
Removed | .paths["/slurm/v0.0.42/job/{job_id}"].post.requestBody.content["application/x-yaml"].schema = {}; |
Removed | .paths["/slurm/v0.0.42/job/{job_id}"].post.requestBody.content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.42_job_desc_msg"; |
Removed | .paths["/slurm/v0.0.42/job/{job_id}"].post.requestBody.content["text/yaml"] = {}; |
Removed | .paths["/slurm/v0.0.42/job/{job_id}"].post.requestBody.content["text/yaml"].schema = {}; |
Replaced | .paths["/slurm/v0.0.42/job/{job_id}"].post.requestBody.content["application/yaml"] = {}; |
Added | .paths["/slurm/v0.0.42/job/{job_id}"].post.requestBody.content["application/yaml"].schema = {}; |
Added | .paths["/slurm/v0.0.42/job/{job_id}"].post.requestBody.content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.42_job_desc_msg"; |
Removed | .paths["/slurm/v0.0.42/job/{job_id}"].post.responses["200"].content["application/jsonrequest"] = {}; |
Removed | .paths["/slurm/v0.0.42/job/{job_id}"].post.responses["200"].content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurm/v0.0.42/job/{job_id}"].post.responses["200"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.42_openapi_job_post_response"; |
Removed | .paths["/slurm/v0.0.42/job/{job_id}"].post.responses["200"].content["application/x-yaml"] = {}; |
Removed | .paths["/slurm/v0.0.42/job/{job_id}"].post.responses["200"].content["application/x-yaml"].schema = {}; |
Removed | .paths["/slurm/v0.0.42/job/{job_id}"].post.responses["200"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.42_openapi_job_post_response"; |
Removed | .paths["/slurm/v0.0.42/job/{job_id}"].post.responses["200"].content["text/yaml"] = {}; |
Removed | .paths["/slurm/v0.0.42/job/{job_id}"].post.responses["200"].content["text/yaml"].schema = {}; |
Replaced | .paths["/slurm/v0.0.42/job/{job_id}"].post.responses["200"].content["application/yaml"] = {}; |
Added | .paths["/slurm/v0.0.42/job/{job_id}"].post.responses["200"].content["application/yaml"].schema = {}; |
Added | .paths["/slurm/v0.0.42/job/{job_id}"].post.responses["200"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.42_openapi_job_post_response"; |
Removed | .paths["/slurm/v0.0.42/job/{job_id}"].post.responses["default"].content["application/jsonrequest"] = {}; |
Removed | .paths["/slurm/v0.0.42/job/{job_id}"].post.responses["default"].content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurm/v0.0.42/job/{job_id}"].post.responses["default"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.42_openapi_job_post_response"; |
Removed | .paths["/slurm/v0.0.42/job/{job_id}"].post.responses["default"].content["application/x-yaml"] = {}; |
Removed | .paths["/slurm/v0.0.42/job/{job_id}"].post.responses["default"].content["application/x-yaml"].schema = {}; |
Removed | .paths["/slurm/v0.0.42/job/{job_id}"].post.responses["default"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.42_openapi_job_post_response"; |
Removed | .paths["/slurm/v0.0.42/job/{job_id}"].post.responses["default"].content["text/yaml"] = {}; |
Removed | .paths["/slurm/v0.0.42/job/{job_id}"].post.responses["default"].content["text/yaml"].schema = {}; |
Replaced | .paths["/slurm/v0.0.42/job/{job_id}"].post.responses["default"].content["application/yaml"] = {}; |
Added | .paths["/slurm/v0.0.42/job/{job_id}"].post.responses["default"].content["application/yaml"].schema = {}; |
Added | .paths["/slurm/v0.0.42/job/{job_id}"].post.responses["default"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.42_openapi_job_post_response"; |
Removed | .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["200"].content["application/jsonrequest"] = {}; |
Removed | .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["200"].content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["200"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.42_openapi_resp"; |
Removed | .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["200"].content["application/x-yaml"] = {}; |
Removed | .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["200"].content["application/x-yaml"].schema = {}; |
Removed | .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["200"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.42_openapi_resp"; |
Removed | .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["200"].content["text/yaml"] = {}; |
Removed | .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["200"].content["text/yaml"].schema = {}; |
Replaced | .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["200"].content["application/yaml"] = {}; |
Added | .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["200"].content["application/yaml"].schema = {}; |
Added | .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["200"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.42_openapi_resp"; |
Removed | .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["default"].content["application/jsonrequest"] = {}; |
Removed | .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["default"].content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["default"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.42_openapi_resp"; |
Removed | .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["default"].content["application/x-yaml"] = {}; |
Removed | .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["default"].content["application/x-yaml"].schema = {}; |
Removed | .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["default"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.42_openapi_resp"; |
Removed | .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["default"].content["text/yaml"] = {}; |
Removed | .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["default"].content["text/yaml"].schema = {}; |
Replaced | .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["default"].content["application/yaml"] = {}; |
Added | .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["default"].content["application/yaml"].schema = {}; |
Added | .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["default"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.42_openapi_resp"; |
Removed | .paths["/slurm/v0.0.42/jobs/"].get.responses["200"].content["application/jsonrequest"] = {}; |
Removed | .paths["/slurm/v0.0.42/jobs/"].get.responses["200"].content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurm/v0.0.42/jobs/"].get.responses["200"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.42_openapi_job_info_resp"; |
Removed | .paths["/slurm/v0.0.42/jobs/"].get.responses["200"].content["application/x-yaml"] = {}; |
Removed | .paths["/slurm/v0.0.42/jobs/"].get.responses["200"].content["application/x-yaml"].schema = {}; |
Removed | .paths["/slurm/v0.0.42/jobs/"].get.responses["200"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.42_openapi_job_info_resp"; |
Removed | .paths["/slurm/v0.0.42/jobs/"].get.responses["200"].content["text/yaml"] = {}; |
Removed | .paths["/slurm/v0.0.42/jobs/"].get.responses["200"].content["text/yaml"].schema = {}; |
Replaced | .paths["/slurm/v0.0.42/jobs/"].get.responses["200"].content["application/yaml"] = {}; |
Added | .paths["/slurm/v0.0.42/jobs/"].get.responses["200"].content["application/yaml"].schema = {}; |
Added | .paths["/slurm/v0.0.42/jobs/"].get.responses["200"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.42_openapi_job_info_resp"; |
Removed | .paths["/slurm/v0.0.42/jobs/"].get.responses["default"].content["application/jsonrequest"] = {}; |
Removed | .paths["/slurm/v0.0.42/jobs/"].get.responses["default"].content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurm/v0.0.42/jobs/"].get.responses["default"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.42_openapi_job_info_resp"; |
Removed | .paths["/slurm/v0.0.42/jobs/"].get.responses["default"].content["application/x-yaml"] = {}; |
Removed | .paths["/slurm/v0.0.42/jobs/"].get.responses["default"].content["application/x-yaml"].schema = {}; |
Removed | .paths["/slurm/v0.0.42/jobs/"].get.responses["default"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.42_openapi_job_info_resp"; |
Removed | .paths["/slurm/v0.0.42/jobs/"].get.responses["default"].content["text/yaml"] = {}; |
Removed | .paths["/slurm/v0.0.42/jobs/"].get.responses["default"].content["text/yaml"].schema = {}; |
Replaced | .paths["/slurm/v0.0.42/jobs/"].get.responses["default"].content["application/yaml"] = {}; |
Added | .paths["/slurm/v0.0.42/jobs/"].get.responses["default"].content["application/yaml"].schema = {}; |
Added | .paths["/slurm/v0.0.42/jobs/"].get.responses["default"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.42_openapi_job_info_resp"; |
Removed | .paths["/slurm/v0.0.42/jobs/"]["delete"].responses["200"].content["application/jsonrequest"] = {}; |
Removed | .paths["/slurm/v0.0.42/jobs/"]["delete"].responses["200"].content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurm/v0.0.42/jobs/"]["delete"].responses["200"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.42_openapi_kill_jobs_resp"; |
Removed | .paths["/slurm/v0.0.42/jobs/"]["delete"].responses["200"].content["application/x-yaml"] = {}; |
Removed | .paths["/slurm/v0.0.42/jobs/"]["delete"].responses["200"].content["application/x-yaml"].schema = {}; |
Removed | .paths["/slurm/v0.0.42/jobs/"]["delete"].responses["200"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.42_openapi_kill_jobs_resp"; |
Removed | .paths["/slurm/v0.0.42/jobs/"]["delete"].responses["200"].content["text/yaml"] = {}; |
Removed | .paths["/slurm/v0.0.42/jobs/"]["delete"].responses["200"].content["text/yaml"].schema = {}; |
Replaced | .paths["/slurm/v0.0.42/jobs/"]["delete"].responses["200"].content["application/yaml"] = {}; |
Added | .paths["/slurm/v0.0.42/jobs/"]["delete"].responses["200"].content["application/yaml"].schema = {}; |
Added | .paths["/slurm/v0.0.42/jobs/"]["delete"].responses["200"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.42_openapi_kill_jobs_resp"; |
Removed | .paths["/slurm/v0.0.42/jobs/"]["delete"].responses["default"].content["application/jsonrequest"] = {}; |
Removed | .paths["/slurm/v0.0.42/jobs/"]["delete"].responses["default"].content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurm/v0.0.42/jobs/"]["delete"].responses["default"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.42_openapi_kill_jobs_resp"; |
Removed | .paths["/slurm/v0.0.42/jobs/"]["delete"].responses["default"].content["application/x-yaml"] = {}; |
Removed | .paths["/slurm/v0.0.42/jobs/"]["delete"].responses["default"].content["application/x-yaml"].schema = {}; |
Removed | .paths["/slurm/v0.0.42/jobs/"]["delete"].responses["default"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.42_openapi_kill_jobs_resp"; |
Removed | .paths["/slurm/v0.0.42/jobs/"]["delete"].responses["default"].content["text/yaml"] = {}; |
Removed | .paths["/slurm/v0.0.42/jobs/"]["delete"].responses["default"].content["text/yaml"].schema = {}; |
Replaced | .paths["/slurm/v0.0.42/jobs/"]["delete"].responses["default"].content["application/yaml"] = {}; |
Added | .paths["/slurm/v0.0.42/jobs/"]["delete"].responses["default"].content["application/yaml"].schema = {}; |
Added | .paths["/slurm/v0.0.42/jobs/"]["delete"].responses["default"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.42_openapi_kill_jobs_resp"; |
Removed | .paths["/slurm/v0.0.42/jobs/state/"].get.responses["200"].content["application/jsonrequest"] = {}; |
Removed | .paths["/slurm/v0.0.42/jobs/state/"].get.responses["200"].content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurm/v0.0.42/jobs/state/"].get.responses["200"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.42_openapi_job_info_resp"; |
Removed | .paths["/slurm/v0.0.42/jobs/state/"].get.responses["200"].content["application/x-yaml"] = {}; |
Removed | .paths["/slurm/v0.0.42/jobs/state/"].get.responses["200"].content["application/x-yaml"].schema = {}; |
Removed | .paths["/slurm/v0.0.42/jobs/state/"].get.responses["200"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.42_openapi_job_info_resp"; |
Removed | .paths["/slurm/v0.0.42/jobs/state/"].get.responses["200"].content["text/yaml"] = {}; |
Removed | .paths["/slurm/v0.0.42/jobs/state/"].get.responses["200"].content["text/yaml"].schema = {}; |
Replaced | .paths["/slurm/v0.0.42/jobs/state/"].get.responses["200"].content["application/yaml"] = {}; |
Added | .paths["/slurm/v0.0.42/jobs/state/"].get.responses["200"].content["application/yaml"].schema = {}; |
Added | .paths["/slurm/v0.0.42/jobs/state/"].get.responses["200"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.42_openapi_job_info_resp"; |
Removed | .paths["/slurm/v0.0.42/jobs/state/"].get.responses["default"].content["application/jsonrequest"] = {}; |
Removed | .paths["/slurm/v0.0.42/jobs/state/"].get.responses["default"].content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurm/v0.0.42/jobs/state/"].get.responses["default"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.42_openapi_job_info_resp"; |
Removed | .paths["/slurm/v0.0.42/jobs/state/"].get.responses["default"].content["application/x-yaml"] = {}; |
Removed | .paths["/slurm/v0.0.42/jobs/state/"].get.responses["default"].content["application/x-yaml"].schema = {}; |
Removed | .paths["/slurm/v0.0.42/jobs/state/"].get.responses["default"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.42_openapi_job_info_resp"; |
Removed | .paths["/slurm/v0.0.42/jobs/state/"].get.responses["default"].content["text/yaml"] = {}; |
Removed | .paths["/slurm/v0.0.42/jobs/state/"].get.responses["default"].content["text/yaml"].schema = {}; |
Replaced | .paths["/slurm/v0.0.42/jobs/state/"].get.responses["default"].content["application/yaml"] = {}; |
Added | .paths["/slurm/v0.0.42/jobs/state/"].get.responses["default"].content["application/yaml"].schema = {}; |
Added | .paths["/slurm/v0.0.42/jobs/state/"].get.responses["default"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.42_openapi_job_info_resp"; |
Removed | .paths["/slurm/v0.0.42/licenses/"].get.responses["200"].content["application/jsonrequest"] = {}; |
Removed | .paths["/slurm/v0.0.42/licenses/"].get.responses["200"].content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurm/v0.0.42/licenses/"].get.responses["200"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.42_openapi_licenses_resp"; |
Removed | .paths["/slurm/v0.0.42/licenses/"].get.responses["200"].content["application/x-yaml"] = {}; |
Removed | .paths["/slurm/v0.0.42/licenses/"].get.responses["200"].content["application/x-yaml"].schema = {}; |
Removed | .paths["/slurm/v0.0.42/licenses/"].get.responses["200"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.42_openapi_licenses_resp"; |
Removed | .paths["/slurm/v0.0.42/licenses/"].get.responses["200"].content["text/yaml"] = {}; |
Removed | .paths["/slurm/v0.0.42/licenses/"].get.responses["200"].content["text/yaml"].schema = {}; |
Replaced | .paths["/slurm/v0.0.42/licenses/"].get.responses["200"].content["application/yaml"] = {}; |
Added | .paths["/slurm/v0.0.42/licenses/"].get.responses["200"].content["application/yaml"].schema = {}; |
Added | .paths["/slurm/v0.0.42/licenses/"].get.responses["200"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.42_openapi_licenses_resp"; |
Removed | .paths["/slurm/v0.0.42/licenses/"].get.responses["default"].content["application/jsonrequest"] = {}; |
Removed | .paths["/slurm/v0.0.42/licenses/"].get.responses["default"].content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurm/v0.0.42/licenses/"].get.responses["default"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.42_openapi_licenses_resp"; |
Removed | .paths["/slurm/v0.0.42/licenses/"].get.responses["default"].content["application/x-yaml"] = {}; |
Removed | .paths["/slurm/v0.0.42/licenses/"].get.responses["default"].content["application/x-yaml"].schema = {}; |
Removed | .paths["/slurm/v0.0.42/licenses/"].get.responses["default"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.42_openapi_licenses_resp"; |
Removed | .paths["/slurm/v0.0.42/licenses/"].get.responses["default"].content["text/yaml"] = {}; |
Removed | .paths["/slurm/v0.0.42/licenses/"].get.responses["default"].content["text/yaml"].schema = {}; |
Replaced | .paths["/slurm/v0.0.42/licenses/"].get.responses["default"].content["application/yaml"] = {}; |
Added | .paths["/slurm/v0.0.42/licenses/"].get.responses["default"].content["application/yaml"].schema = {}; |
Added | .paths["/slurm/v0.0.42/licenses/"].get.responses["default"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.42_openapi_licenses_resp"; |
Removed | .paths["/slurm/v0.0.42/node/{node_name}"].get.responses["200"].content["application/jsonrequest"] = {}; |
Removed | .paths["/slurm/v0.0.42/node/{node_name}"].get.responses["200"].content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurm/v0.0.42/node/{node_name}"].get.responses["200"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.42_openapi_nodes_resp"; |
Removed | .paths["/slurm/v0.0.42/node/{node_name}"].get.responses["200"].content["application/x-yaml"] = {}; |
Removed | .paths["/slurm/v0.0.42/node/{node_name}"].get.responses["200"].content["application/x-yaml"].schema = {}; |
Removed | .paths["/slurm/v0.0.42/node/{node_name}"].get.responses["200"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.42_openapi_nodes_resp"; |
Removed | .paths["/slurm/v0.0.42/node/{node_name}"].get.responses["200"].content["text/yaml"] = {}; |
Removed | .paths["/slurm/v0.0.42/node/{node_name}"].get.responses["200"].content["text/yaml"].schema = {}; |
Replaced | .paths["/slurm/v0.0.42/node/{node_name}"].get.responses["200"].content["application/yaml"] = {}; |
Added | .paths["/slurm/v0.0.42/node/{node_name}"].get.responses["200"].content["application/yaml"].schema = {}; |
Added | .paths["/slurm/v0.0.42/node/{node_name}"].get.responses["200"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.42_openapi_nodes_resp"; |
Removed | .paths["/slurm/v0.0.42/node/{node_name}"].get.responses["default"].content["application/jsonrequest"] = {}; |
Removed | .paths["/slurm/v0.0.42/node/{node_name}"].get.responses["default"].content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurm/v0.0.42/node/{node_name}"].get.responses["default"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.42_openapi_nodes_resp"; |
Removed | .paths["/slurm/v0.0.42/node/{node_name}"].get.responses["default"].content["application/x-yaml"] = {}; |
Removed | .paths["/slurm/v0.0.42/node/{node_name}"].get.responses["default"].content["application/x-yaml"].schema = {}; |
Removed | .paths["/slurm/v0.0.42/node/{node_name}"].get.responses["default"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.42_openapi_nodes_resp"; |
Removed | .paths["/slurm/v0.0.42/node/{node_name}"].get.responses["default"].content["text/yaml"] = {}; |
Removed | .paths["/slurm/v0.0.42/node/{node_name}"].get.responses["default"].content["text/yaml"].schema = {}; |
Replaced | .paths["/slurm/v0.0.42/node/{node_name}"].get.responses["default"].content["application/yaml"] = {}; |
Added | .paths["/slurm/v0.0.42/node/{node_name}"].get.responses["default"].content["application/yaml"].schema = {}; |
Added | .paths["/slurm/v0.0.42/node/{node_name}"].get.responses["default"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.42_openapi_nodes_resp"; |
Removed | .paths["/slurm/v0.0.42/node/{node_name}"].post.requestBody.content["application/jsonrequest"] = {}; |
Removed | .paths["/slurm/v0.0.42/node/{node_name}"].post.requestBody.content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurm/v0.0.42/node/{node_name}"].post.requestBody.content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.42_update_node_msg"; |
Removed | .paths["/slurm/v0.0.42/node/{node_name}"].post.requestBody.content["application/x-yaml"] = {}; |
Removed | .paths["/slurm/v0.0.42/node/{node_name}"].post.requestBody.content["application/x-yaml"].schema = {}; |
Removed | .paths["/slurm/v0.0.42/node/{node_name}"].post.requestBody.content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.42_update_node_msg"; |
Removed | .paths["/slurm/v0.0.42/node/{node_name}"].post.requestBody.content["text/yaml"] = {}; |
Removed | .paths["/slurm/v0.0.42/node/{node_name}"].post.requestBody.content["text/yaml"].schema = {}; |
Replaced | .paths["/slurm/v0.0.42/node/{node_name}"].post.requestBody.content["application/yaml"] = {}; |
Added | .paths["/slurm/v0.0.42/node/{node_name}"].post.requestBody.content["application/yaml"].schema = {}; |
Added | .paths["/slurm/v0.0.42/node/{node_name}"].post.requestBody.content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.42_update_node_msg"; |
Removed | .paths["/slurm/v0.0.42/node/{node_name}"].post.responses["200"].content["application/jsonrequest"] = {}; |
Removed | .paths["/slurm/v0.0.42/node/{node_name}"].post.responses["200"].content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurm/v0.0.42/node/{node_name}"].post.responses["200"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.42_openapi_resp"; |
Removed | .paths["/slurm/v0.0.42/node/{node_name}"].post.responses["200"].content["application/x-yaml"] = {}; |
Removed | .paths["/slurm/v0.0.42/node/{node_name}"].post.responses["200"].content["application/x-yaml"].schema = {}; |
Removed | .paths["/slurm/v0.0.42/node/{node_name}"].post.responses["200"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.42_openapi_resp"; |
Removed | .paths["/slurm/v0.0.42/node/{node_name}"].post.responses["200"].content["text/yaml"] = {}; |
Removed | .paths["/slurm/v0.0.42/node/{node_name}"].post.responses["200"].content["text/yaml"].schema = {}; |
Replaced | .paths["/slurm/v0.0.42/node/{node_name}"].post.responses["200"].content["application/yaml"] = {}; |
Added | .paths["/slurm/v0.0.42/node/{node_name}"].post.responses["200"].content["application/yaml"].schema = {}; |
Added | .paths["/slurm/v0.0.42/node/{node_name}"].post.responses["200"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.42_openapi_resp"; |
Removed | .paths["/slurm/v0.0.42/node/{node_name}"].post.responses["default"].content["application/jsonrequest"] = {}; |
Removed | .paths["/slurm/v0.0.42/node/{node_name}"].post.responses["default"].content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurm/v0.0.42/node/{node_name}"].post.responses["default"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.42_openapi_resp"; |
Removed | .paths["/slurm/v0.0.42/node/{node_name}"].post.responses["default"].content["application/x-yaml"] = {}; |
Removed | .paths["/slurm/v0.0.42/node/{node_name}"].post.responses["default"].content["application/x-yaml"].schema = {}; |
Removed | .paths["/slurm/v0.0.42/node/{node_name}"].post.responses["default"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.42_openapi_resp"; |
Removed | .paths["/slurm/v0.0.42/node/{node_name}"].post.responses["default"].content["text/yaml"] = {}; |
Removed | .paths["/slurm/v0.0.42/node/{node_name}"].post.responses["default"].content["text/yaml"].schema = {}; |
Replaced | .paths["/slurm/v0.0.42/node/{node_name}"].post.responses["default"].content["application/yaml"] = {}; |
Added | .paths["/slurm/v0.0.42/node/{node_name}"].post.responses["default"].content["application/yaml"].schema = {}; |
Added | .paths["/slurm/v0.0.42/node/{node_name}"].post.responses["default"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.42_openapi_resp"; |
Removed | .paths["/slurm/v0.0.42/node/{node_name}"]["delete"].responses["200"].content["application/jsonrequest"] = {}; |
Removed | .paths["/slurm/v0.0.42/node/{node_name}"]["delete"].responses["200"].content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurm/v0.0.42/node/{node_name}"]["delete"].responses["200"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.42_openapi_resp"; |
Removed | .paths["/slurm/v0.0.42/node/{node_name}"]["delete"].responses["200"].content["application/x-yaml"] = {}; |
Removed | .paths["/slurm/v0.0.42/node/{node_name}"]["delete"].responses["200"].content["application/x-yaml"].schema = {}; |
Removed | .paths["/slurm/v0.0.42/node/{node_name}"]["delete"].responses["200"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.42_openapi_resp"; |
Removed | .paths["/slurm/v0.0.42/node/{node_name}"]["delete"].responses["200"].content["text/yaml"] = {}; |
Removed | .paths["/slurm/v0.0.42/node/{node_name}"]["delete"].responses["200"].content["text/yaml"].schema = {}; |
Replaced | .paths["/slurm/v0.0.42/node/{node_name}"]["delete"].responses["200"].content["application/yaml"] = {}; |
Added | .paths["/slurm/v0.0.42/node/{node_name}"]["delete"].responses["200"].content["application/yaml"].schema = {}; |
Added | .paths["/slurm/v0.0.42/node/{node_name}"]["delete"].responses["200"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.42_openapi_resp"; |
Removed | .paths["/slurm/v0.0.42/node/{node_name}"]["delete"].responses["default"].content["application/jsonrequest"] = {}; |
Removed | .paths["/slurm/v0.0.42/node/{node_name}"]["delete"].responses["default"].content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurm/v0.0.42/node/{node_name}"]["delete"].responses["default"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.42_openapi_resp"; |
Removed | .paths["/slurm/v0.0.42/node/{node_name}"]["delete"].responses["default"].content["application/x-yaml"] = {}; |
Removed | .paths["/slurm/v0.0.42/node/{node_name}"]["delete"].responses["default"].content["application/x-yaml"].schema = {}; |
Removed | .paths["/slurm/v0.0.42/node/{node_name}"]["delete"].responses["default"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.42_openapi_resp"; |
Removed | .paths["/slurm/v0.0.42/node/{node_name}"]["delete"].responses["default"].content["text/yaml"] = {}; |
Removed | .paths["/slurm/v0.0.42/node/{node_name}"]["delete"].responses["default"].content["text/yaml"].schema = {}; |
Replaced | .paths["/slurm/v0.0.42/node/{node_name}"]["delete"].responses["default"].content["application/yaml"] = {}; |
Added | .paths["/slurm/v0.0.42/node/{node_name}"]["delete"].responses["default"].content["application/yaml"].schema = {}; |
Added | .paths["/slurm/v0.0.42/node/{node_name}"]["delete"].responses["default"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.42_openapi_resp"; |
Removed | .paths["/slurm/v0.0.42/nodes/"].get.responses["200"].content["application/jsonrequest"] = {}; |
Removed | .paths["/slurm/v0.0.42/nodes/"].get.responses["200"].content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurm/v0.0.42/nodes/"].get.responses["200"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.42_openapi_nodes_resp"; |
Removed | .paths["/slurm/v0.0.42/nodes/"].get.responses["200"].content["application/x-yaml"] = {}; |
Removed | .paths["/slurm/v0.0.42/nodes/"].get.responses["200"].content["application/x-yaml"].schema = {}; |
Removed | .paths["/slurm/v0.0.42/nodes/"].get.responses["200"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.42_openapi_nodes_resp"; |
Removed | .paths["/slurm/v0.0.42/nodes/"].get.responses["200"].content["text/yaml"] = {}; |
Removed | .paths["/slurm/v0.0.42/nodes/"].get.responses["200"].content["text/yaml"].schema = {}; |
Replaced | .paths["/slurm/v0.0.42/nodes/"].get.responses["200"].content["application/yaml"] = {}; |
Added | .paths["/slurm/v0.0.42/nodes/"].get.responses["200"].content["application/yaml"].schema = {}; |
Added | .paths["/slurm/v0.0.42/nodes/"].get.responses["200"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.42_openapi_nodes_resp"; |
Removed | .paths["/slurm/v0.0.42/nodes/"].get.responses["default"].content["application/jsonrequest"] = {}; |
Removed | .paths["/slurm/v0.0.42/nodes/"].get.responses["default"].content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurm/v0.0.42/nodes/"].get.responses["default"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.42_openapi_nodes_resp"; |
Removed | .paths["/slurm/v0.0.42/nodes/"].get.responses["default"].content["application/x-yaml"] = {}; |
Removed | .paths["/slurm/v0.0.42/nodes/"].get.responses["default"].content["application/x-yaml"].schema = {}; |
Removed | .paths["/slurm/v0.0.42/nodes/"].get.responses["default"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.42_openapi_nodes_resp"; |
Removed | .paths["/slurm/v0.0.42/nodes/"].get.responses["default"].content["text/yaml"] = {}; |
Removed | .paths["/slurm/v0.0.42/nodes/"].get.responses["default"].content["text/yaml"].schema = {}; |
Replaced | .paths["/slurm/v0.0.42/nodes/"].get.responses["default"].content["application/yaml"] = {}; |
Added | .paths["/slurm/v0.0.42/nodes/"].get.responses["default"].content["application/yaml"].schema = {}; |
Added | .paths["/slurm/v0.0.42/nodes/"].get.responses["default"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.42_openapi_nodes_resp"; |
Removed | .paths["/slurm/v0.0.42/partition/{partition_name}"].get.responses["200"].content["application/jsonrequest"] = {}; |
Removed | .paths["/slurm/v0.0.42/partition/{partition_name}"].get.responses["200"].content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurm/v0.0.42/partition/{partition_name}"].get.responses["200"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.42_openapi_partition_resp"; |
Removed | .paths["/slurm/v0.0.42/partition/{partition_name}"].get.responses["200"].content["application/x-yaml"] = {}; |
Removed | .paths["/slurm/v0.0.42/partition/{partition_name}"].get.responses["200"].content["application/x-yaml"].schema = {}; |
Removed | .paths["/slurm/v0.0.42/partition/{partition_name}"].get.responses["200"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.42_openapi_partition_resp"; |
Removed | .paths["/slurm/v0.0.42/partition/{partition_name}"].get.responses["200"].content["text/yaml"] = {}; |
Removed | .paths["/slurm/v0.0.42/partition/{partition_name}"].get.responses["200"].content["text/yaml"].schema = {}; |
Replaced | .paths["/slurm/v0.0.42/partition/{partition_name}"].get.responses["200"].content["application/yaml"] = {}; |
Added | .paths["/slurm/v0.0.42/partition/{partition_name}"].get.responses["200"].content["application/yaml"].schema = {}; |
Added | .paths["/slurm/v0.0.42/partition/{partition_name}"].get.responses["200"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.42_openapi_partition_resp"; |
Removed | .paths["/slurm/v0.0.42/partition/{partition_name}"].get.responses["default"].content["application/jsonrequest"] = {}; |
Removed | .paths["/slurm/v0.0.42/partition/{partition_name}"].get.responses["default"].content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurm/v0.0.42/partition/{partition_name}"].get.responses["default"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.42_openapi_partition_resp"; |
Removed | .paths["/slurm/v0.0.42/partition/{partition_name}"].get.responses["default"].content["application/x-yaml"] = {}; |
Removed | .paths["/slurm/v0.0.42/partition/{partition_name}"].get.responses["default"].content["application/x-yaml"].schema = {}; |
Removed | .paths["/slurm/v0.0.42/partition/{partition_name}"].get.responses["default"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.42_openapi_partition_resp"; |
Removed | .paths["/slurm/v0.0.42/partition/{partition_name}"].get.responses["default"].content["text/yaml"] = {}; |
Removed | .paths["/slurm/v0.0.42/partition/{partition_name}"].get.responses["default"].content["text/yaml"].schema = {}; |
Replaced | .paths["/slurm/v0.0.42/partition/{partition_name}"].get.responses["default"].content["application/yaml"] = {}; |
Added | .paths["/slurm/v0.0.42/partition/{partition_name}"].get.responses["default"].content["application/yaml"].schema = {}; |
Added | .paths["/slurm/v0.0.42/partition/{partition_name}"].get.responses["default"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.42_openapi_partition_resp"; |
Removed | .paths["/slurm/v0.0.42/partitions/"].get.responses["200"].content["application/jsonrequest"] = {}; |
Removed | .paths["/slurm/v0.0.42/partitions/"].get.responses["200"].content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurm/v0.0.42/partitions/"].get.responses["200"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.42_openapi_partition_resp"; |
Removed | .paths["/slurm/v0.0.42/partitions/"].get.responses["200"].content["application/x-yaml"] = {}; |
Removed | .paths["/slurm/v0.0.42/partitions/"].get.responses["200"].content["application/x-yaml"].schema = {}; |
Removed | .paths["/slurm/v0.0.42/partitions/"].get.responses["200"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.42_openapi_partition_resp"; |
Removed | .paths["/slurm/v0.0.42/partitions/"].get.responses["200"].content["text/yaml"] = {}; |
Removed | .paths["/slurm/v0.0.42/partitions/"].get.responses["200"].content["text/yaml"].schema = {}; |
Replaced | .paths["/slurm/v0.0.42/partitions/"].get.responses["200"].content["application/yaml"] = {}; |
Added | .paths["/slurm/v0.0.42/partitions/"].get.responses["200"].content["application/yaml"].schema = {}; |
Added | .paths["/slurm/v0.0.42/partitions/"].get.responses["200"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.42_openapi_partition_resp"; |
Removed | .paths["/slurm/v0.0.42/partitions/"].get.responses["default"].content["application/jsonrequest"] = {}; |
Removed | .paths["/slurm/v0.0.42/partitions/"].get.responses["default"].content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurm/v0.0.42/partitions/"].get.responses["default"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.42_openapi_partition_resp"; |
Removed | .paths["/slurm/v0.0.42/partitions/"].get.responses["default"].content["application/x-yaml"] = {}; |
Removed | .paths["/slurm/v0.0.42/partitions/"].get.responses["default"].content["application/x-yaml"].schema = {}; |
Removed | .paths["/slurm/v0.0.42/partitions/"].get.responses["default"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.42_openapi_partition_resp"; |
Removed | .paths["/slurm/v0.0.42/partitions/"].get.responses["default"].content["text/yaml"] = {}; |
Removed | .paths["/slurm/v0.0.42/partitions/"].get.responses["default"].content["text/yaml"].schema = {}; |
Replaced | .paths["/slurm/v0.0.42/partitions/"].get.responses["default"].content["application/yaml"] = {}; |
Added | .paths["/slurm/v0.0.42/partitions/"].get.responses["default"].content["application/yaml"].schema = {}; |
Added | .paths["/slurm/v0.0.42/partitions/"].get.responses["default"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.42_openapi_partition_resp"; |
Removed | .paths["/slurm/v0.0.42/ping/"].get.responses["200"].content["application/jsonrequest"] = {}; |
Removed | .paths["/slurm/v0.0.42/ping/"].get.responses["200"].content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurm/v0.0.42/ping/"].get.responses["200"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.42_openapi_ping_array_resp"; |
Removed | .paths["/slurm/v0.0.42/ping/"].get.responses["200"].content["application/x-yaml"] = {}; |
Removed | .paths["/slurm/v0.0.42/ping/"].get.responses["200"].content["application/x-yaml"].schema = {}; |
Removed | .paths["/slurm/v0.0.42/ping/"].get.responses["200"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.42_openapi_ping_array_resp"; |
Removed | .paths["/slurm/v0.0.42/ping/"].get.responses["200"].content["text/yaml"] = {}; |
Removed | .paths["/slurm/v0.0.42/ping/"].get.responses["200"].content["text/yaml"].schema = {}; |
Replaced | .paths["/slurm/v0.0.42/ping/"].get.responses["200"].content["application/yaml"] = {}; |
Added | .paths["/slurm/v0.0.42/ping/"].get.responses["200"].content["application/yaml"].schema = {}; |
Added | .paths["/slurm/v0.0.42/ping/"].get.responses["200"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.42_openapi_ping_array_resp"; |
Removed | .paths["/slurm/v0.0.42/ping/"].get.responses["default"].content["application/jsonrequest"] = {}; |
Removed | .paths["/slurm/v0.0.42/ping/"].get.responses["default"].content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurm/v0.0.42/ping/"].get.responses["default"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.42_openapi_ping_array_resp"; |
Removed | .paths["/slurm/v0.0.42/ping/"].get.responses["default"].content["application/x-yaml"] = {}; |
Removed | .paths["/slurm/v0.0.42/ping/"].get.responses["default"].content["application/x-yaml"].schema = {}; |
Removed | .paths["/slurm/v0.0.42/ping/"].get.responses["default"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.42_openapi_ping_array_resp"; |
Removed | .paths["/slurm/v0.0.42/ping/"].get.responses["default"].content["text/yaml"] = {}; |
Removed | .paths["/slurm/v0.0.42/ping/"].get.responses["default"].content["text/yaml"].schema = {}; |
Replaced | .paths["/slurm/v0.0.42/ping/"].get.responses["default"].content["application/yaml"] = {}; |
Added | .paths["/slurm/v0.0.42/ping/"].get.responses["default"].content["application/yaml"].schema = {}; |
Added | .paths["/slurm/v0.0.42/ping/"].get.responses["default"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.42_openapi_ping_array_resp"; |
Removed | .paths["/slurm/v0.0.42/reconfigure/"].get.responses["200"].content["application/jsonrequest"] = {}; |
Removed | .paths["/slurm/v0.0.42/reconfigure/"].get.responses["200"].content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurm/v0.0.42/reconfigure/"].get.responses["200"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.42_openapi_resp"; |
Removed | .paths["/slurm/v0.0.42/reconfigure/"].get.responses["200"].content["application/x-yaml"] = {}; |
Removed | .paths["/slurm/v0.0.42/reconfigure/"].get.responses["200"].content["application/x-yaml"].schema = {}; |
Removed | .paths["/slurm/v0.0.42/reconfigure/"].get.responses["200"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.42_openapi_resp"; |
Removed | .paths["/slurm/v0.0.42/reconfigure/"].get.responses["200"].content["text/yaml"] = {}; |
Removed | .paths["/slurm/v0.0.42/reconfigure/"].get.responses["200"].content["text/yaml"].schema = {}; |
Replaced | .paths["/slurm/v0.0.42/reconfigure/"].get.responses["200"].content["application/yaml"] = {}; |
Added | .paths["/slurm/v0.0.42/reconfigure/"].get.responses["200"].content["application/yaml"].schema = {}; |
Added | .paths["/slurm/v0.0.42/reconfigure/"].get.responses["200"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.42_openapi_resp"; |
Removed | .paths["/slurm/v0.0.42/reconfigure/"].get.responses["default"].content["application/jsonrequest"] = {}; |
Removed | .paths["/slurm/v0.0.42/reconfigure/"].get.responses["default"].content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurm/v0.0.42/reconfigure/"].get.responses["default"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.42_openapi_resp"; |
Removed | .paths["/slurm/v0.0.42/reconfigure/"].get.responses["default"].content["application/x-yaml"] = {}; |
Removed | .paths["/slurm/v0.0.42/reconfigure/"].get.responses["default"].content["application/x-yaml"].schema = {}; |
Removed | .paths["/slurm/v0.0.42/reconfigure/"].get.responses["default"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.42_openapi_resp"; |
Removed | .paths["/slurm/v0.0.42/reconfigure/"].get.responses["default"].content["text/yaml"] = {}; |
Removed | .paths["/slurm/v0.0.42/reconfigure/"].get.responses["default"].content["text/yaml"].schema = {}; |
Replaced | .paths["/slurm/v0.0.42/reconfigure/"].get.responses["default"].content["application/yaml"] = {}; |
Added | .paths["/slurm/v0.0.42/reconfigure/"].get.responses["default"].content["application/yaml"].schema = {}; |
Added | .paths["/slurm/v0.0.42/reconfigure/"].get.responses["default"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.42_openapi_resp"; |
Removed | .paths["/slurm/v0.0.42/reservation/{reservation_name}"].get.responses["200"].content["application/jsonrequest"] = {}; |
Removed | .paths["/slurm/v0.0.42/reservation/{reservation_name}"].get.responses["200"].content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurm/v0.0.42/reservation/{reservation_name}"].get.responses["200"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.42_openapi_reservation_resp"; |
Removed | .paths["/slurm/v0.0.42/reservation/{reservation_name}"].get.responses["200"].content["application/x-yaml"] = {}; |
Removed | .paths["/slurm/v0.0.42/reservation/{reservation_name}"].get.responses["200"].content["application/x-yaml"].schema = {}; |
Removed | .paths["/slurm/v0.0.42/reservation/{reservation_name}"].get.responses["200"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.42_openapi_reservation_resp"; |
Removed | .paths["/slurm/v0.0.42/reservation/{reservation_name}"].get.responses["200"].content["text/yaml"] = {}; |
Removed | .paths["/slurm/v0.0.42/reservation/{reservation_name}"].get.responses["200"].content["text/yaml"].schema = {}; |
Replaced | .paths["/slurm/v0.0.42/reservation/{reservation_name}"].get.responses["200"].content["application/yaml"] = {}; |
Added | .paths["/slurm/v0.0.42/reservation/{reservation_name}"].get.responses["200"].content["application/yaml"].schema = {}; |
Added | .paths["/slurm/v0.0.42/reservation/{reservation_name}"].get.responses["200"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.42_openapi_reservation_resp"; |
Removed | .paths["/slurm/v0.0.42/reservation/{reservation_name}"].get.responses["default"].content["application/jsonrequest"] = {}; |
Removed | .paths["/slurm/v0.0.42/reservation/{reservation_name}"].get.responses["default"].content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurm/v0.0.42/reservation/{reservation_name}"].get.responses["default"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.42_openapi_reservation_resp"; |
Removed | .paths["/slurm/v0.0.42/reservation/{reservation_name}"].get.responses["default"].content["application/x-yaml"] = {}; |
Removed | .paths["/slurm/v0.0.42/reservation/{reservation_name}"].get.responses["default"].content["application/x-yaml"].schema = {}; |
Removed | .paths["/slurm/v0.0.42/reservation/{reservation_name}"].get.responses["default"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.42_openapi_reservation_resp"; |
Removed | .paths["/slurm/v0.0.42/reservation/{reservation_name}"].get.responses["default"].content["text/yaml"] = {}; |
Removed | .paths["/slurm/v0.0.42/reservation/{reservation_name}"].get.responses["default"].content["text/yaml"].schema = {}; |
Replaced | .paths["/slurm/v0.0.42/reservation/{reservation_name}"].get.responses["default"].content["application/yaml"] = {}; |
Added | .paths["/slurm/v0.0.42/reservation/{reservation_name}"].get.responses["default"].content["application/yaml"].schema = {}; |
Added | .paths["/slurm/v0.0.42/reservation/{reservation_name}"].get.responses["default"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.42_openapi_reservation_resp"; |
Removed | .paths["/slurm/v0.0.42/reservations/"].get.responses["200"].content["application/jsonrequest"] = {}; |
Removed | .paths["/slurm/v0.0.42/reservations/"].get.responses["200"].content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurm/v0.0.42/reservations/"].get.responses["200"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.42_openapi_reservation_resp"; |
Removed | .paths["/slurm/v0.0.42/reservations/"].get.responses["200"].content["application/x-yaml"] = {}; |
Removed | .paths["/slurm/v0.0.42/reservations/"].get.responses["200"].content["application/x-yaml"].schema = {}; |
Removed | .paths["/slurm/v0.0.42/reservations/"].get.responses["200"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.42_openapi_reservation_resp"; |
Removed | .paths["/slurm/v0.0.42/reservations/"].get.responses["200"].content["text/yaml"] = {}; |
Removed | .paths["/slurm/v0.0.42/reservations/"].get.responses["200"].content["text/yaml"].schema = {}; |
Replaced | .paths["/slurm/v0.0.42/reservations/"].get.responses["200"].content["application/yaml"] = {}; |
Added | .paths["/slurm/v0.0.42/reservations/"].get.responses["200"].content["application/yaml"].schema = {}; |
Added | .paths["/slurm/v0.0.42/reservations/"].get.responses["200"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.42_openapi_reservation_resp"; |
Removed | .paths["/slurm/v0.0.42/reservations/"].get.responses["default"].content["application/jsonrequest"] = {}; |
Removed | .paths["/slurm/v0.0.42/reservations/"].get.responses["default"].content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurm/v0.0.42/reservations/"].get.responses["default"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.42_openapi_reservation_resp"; |
Removed | .paths["/slurm/v0.0.42/reservations/"].get.responses["default"].content["application/x-yaml"] = {}; |
Removed | .paths["/slurm/v0.0.42/reservations/"].get.responses["default"].content["application/x-yaml"].schema = {}; |
Removed | .paths["/slurm/v0.0.42/reservations/"].get.responses["default"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.42_openapi_reservation_resp"; |
Removed | .paths["/slurm/v0.0.42/reservations/"].get.responses["default"].content["text/yaml"] = {}; |
Removed | .paths["/slurm/v0.0.42/reservations/"].get.responses["default"].content["text/yaml"].schema = {}; |
Replaced | .paths["/slurm/v0.0.42/reservations/"].get.responses["default"].content["application/yaml"] = {}; |
Added | .paths["/slurm/v0.0.42/reservations/"].get.responses["default"].content["application/yaml"].schema = {}; |
Added | .paths["/slurm/v0.0.42/reservations/"].get.responses["default"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.42_openapi_reservation_resp"; |
Removed | .paths["/slurm/v0.0.42/shares"].get.responses["200"].content["application/jsonrequest"] = {}; |
Removed | .paths["/slurm/v0.0.42/shares"].get.responses["200"].content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurm/v0.0.42/shares"].get.responses["200"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.42_openapi_shares_resp"; |
Removed | .paths["/slurm/v0.0.42/shares"].get.responses["200"].content["application/x-yaml"] = {}; |
Removed | .paths["/slurm/v0.0.42/shares"].get.responses["200"].content["application/x-yaml"].schema = {}; |
Removed | .paths["/slurm/v0.0.42/shares"].get.responses["200"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.42_openapi_shares_resp"; |
Removed | .paths["/slurm/v0.0.42/shares"].get.responses["200"].content["text/yaml"] = {}; |
Removed | .paths["/slurm/v0.0.42/shares"].get.responses["200"].content["text/yaml"].schema = {}; |
Replaced | .paths["/slurm/v0.0.42/shares"].get.responses["200"].content["application/yaml"] = {}; |
Added | .paths["/slurm/v0.0.42/shares"].get.responses["200"].content["application/yaml"].schema = {}; |
Added | .paths["/slurm/v0.0.42/shares"].get.responses["200"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.42_openapi_shares_resp"; |
Removed | .paths["/slurm/v0.0.42/shares"].get.responses["default"].content["application/jsonrequest"] = {}; |
Removed | .paths["/slurm/v0.0.42/shares"].get.responses["default"].content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurm/v0.0.42/shares"].get.responses["default"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.42_openapi_shares_resp"; |
Removed | .paths["/slurm/v0.0.42/shares"].get.responses["default"].content["application/x-yaml"] = {}; |
Removed | .paths["/slurm/v0.0.42/shares"].get.responses["default"].content["application/x-yaml"].schema = {}; |
Removed | .paths["/slurm/v0.0.42/shares"].get.responses["default"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.42_openapi_shares_resp"; |
Removed | .paths["/slurm/v0.0.42/shares"].get.responses["default"].content["text/yaml"] = {}; |
Removed | .paths["/slurm/v0.0.42/shares"].get.responses["default"].content["text/yaml"].schema = {}; |
Replaced | .paths["/slurm/v0.0.42/shares"].get.responses["default"].content["application/yaml"] = {}; |
Added | .paths["/slurm/v0.0.42/shares"].get.responses["default"].content["application/yaml"].schema = {}; |
Added | .paths["/slurm/v0.0.42/shares"].get.responses["default"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.42_openapi_shares_resp"; |
Removed | .paths["/slurmdb/v0.0.42/account/{account_name}"].get.responses["200"].content["application/jsonrequest"] = {}; |
Removed | .paths["/slurmdb/v0.0.42/account/{account_name}"].get.responses["200"].content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.42/account/{account_name}"].get.responses["200"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.42_openapi_accounts_resp"; |
Removed | .paths["/slurmdb/v0.0.42/account/{account_name}"].get.responses["200"].content["application/x-yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.42/account/{account_name}"].get.responses["200"].content["application/x-yaml"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.42/account/{account_name}"].get.responses["200"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.42_openapi_accounts_resp"; |
Removed | .paths["/slurmdb/v0.0.42/account/{account_name}"].get.responses["200"].content["text/yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.42/account/{account_name}"].get.responses["200"].content["text/yaml"].schema = {}; |
Replaced | .paths["/slurmdb/v0.0.42/account/{account_name}"].get.responses["200"].content["application/yaml"] = {}; |
Added | .paths["/slurmdb/v0.0.42/account/{account_name}"].get.responses["200"].content["application/yaml"].schema = {}; |
Added | .paths["/slurmdb/v0.0.42/account/{account_name}"].get.responses["200"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.42_openapi_accounts_resp"; |
Removed | .paths["/slurmdb/v0.0.42/account/{account_name}"].get.responses["default"].content["application/jsonrequest"] = {}; |
Removed | .paths["/slurmdb/v0.0.42/account/{account_name}"].get.responses["default"].content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.42/account/{account_name}"].get.responses["default"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.42_openapi_accounts_resp"; |
Removed | .paths["/slurmdb/v0.0.42/account/{account_name}"].get.responses["default"].content["application/x-yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.42/account/{account_name}"].get.responses["default"].content["application/x-yaml"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.42/account/{account_name}"].get.responses["default"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.42_openapi_accounts_resp"; |
Removed | .paths["/slurmdb/v0.0.42/account/{account_name}"].get.responses["default"].content["text/yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.42/account/{account_name}"].get.responses["default"].content["text/yaml"].schema = {}; |
Replaced | .paths["/slurmdb/v0.0.42/account/{account_name}"].get.responses["default"].content["application/yaml"] = {}; |
Added | .paths["/slurmdb/v0.0.42/account/{account_name}"].get.responses["default"].content["application/yaml"].schema = {}; |
Added | .paths["/slurmdb/v0.0.42/account/{account_name}"].get.responses["default"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.42_openapi_accounts_resp"; |
Removed | .paths["/slurmdb/v0.0.42/account/{account_name}"]["delete"].responses["200"].content["application/jsonrequest"] = {}; |
Removed | .paths["/slurmdb/v0.0.42/account/{account_name}"]["delete"].responses["200"].content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.42/account/{account_name}"]["delete"].responses["200"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.42_openapi_accounts_removed_resp"; |
Removed | .paths["/slurmdb/v0.0.42/account/{account_name}"]["delete"].responses["200"].content["application/x-yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.42/account/{account_name}"]["delete"].responses["200"].content["application/x-yaml"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.42/account/{account_name}"]["delete"].responses["200"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.42_openapi_accounts_removed_resp"; |
Removed | .paths["/slurmdb/v0.0.42/account/{account_name}"]["delete"].responses["200"].content["text/yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.42/account/{account_name}"]["delete"].responses["200"].content["text/yaml"].schema = {}; |
Replaced | .paths["/slurmdb/v0.0.42/account/{account_name}"]["delete"].responses["200"].content["application/yaml"] = {}; |
Added | .paths["/slurmdb/v0.0.42/account/{account_name}"]["delete"].responses["200"].content["application/yaml"].schema = {}; |
Added | .paths["/slurmdb/v0.0.42/account/{account_name}"]["delete"].responses["200"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.42_openapi_accounts_removed_resp"; |
Removed | .paths["/slurmdb/v0.0.42/account/{account_name}"]["delete"].responses["default"].content["application/jsonrequest"] = {}; |
Removed | .paths["/slurmdb/v0.0.42/account/{account_name}"]["delete"].responses["default"].content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.42/account/{account_name}"]["delete"].responses["default"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.42_openapi_accounts_removed_resp"; |
Removed | .paths["/slurmdb/v0.0.42/account/{account_name}"]["delete"].responses["default"].content["application/x-yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.42/account/{account_name}"]["delete"].responses["default"].content["application/x-yaml"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.42/account/{account_name}"]["delete"].responses["default"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.42_openapi_accounts_removed_resp"; |
Removed | .paths["/slurmdb/v0.0.42/account/{account_name}"]["delete"].responses["default"].content["text/yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.42/account/{account_name}"]["delete"].responses["default"].content["text/yaml"].schema = {}; |
Replaced | .paths["/slurmdb/v0.0.42/account/{account_name}"]["delete"].responses["default"].content["application/yaml"] = {}; |
Added | .paths["/slurmdb/v0.0.42/account/{account_name}"]["delete"].responses["default"].content["application/yaml"].schema = {}; |
Added | .paths["/slurmdb/v0.0.42/account/{account_name}"]["delete"].responses["default"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.42_openapi_accounts_removed_resp"; |
Removed | .paths["/slurmdb/v0.0.42/accounts/"].get.responses["200"].content["application/jsonrequest"] = {}; |
Removed | .paths["/slurmdb/v0.0.42/accounts/"].get.responses["200"].content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.42/accounts/"].get.responses["200"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.42_openapi_accounts_resp"; |
Removed | .paths["/slurmdb/v0.0.42/accounts/"].get.responses["200"].content["application/x-yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.42/accounts/"].get.responses["200"].content["application/x-yaml"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.42/accounts/"].get.responses["200"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.42_openapi_accounts_resp"; |
Removed | .paths["/slurmdb/v0.0.42/accounts/"].get.responses["200"].content["text/yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.42/accounts/"].get.responses["200"].content["text/yaml"].schema = {}; |
Replaced | .paths["/slurmdb/v0.0.42/accounts/"].get.responses["200"].content["application/yaml"] = {}; |
Added | .paths["/slurmdb/v0.0.42/accounts/"].get.responses["200"].content["application/yaml"].schema = {}; |
Added | .paths["/slurmdb/v0.0.42/accounts/"].get.responses["200"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.42_openapi_accounts_resp"; |
Removed | .paths["/slurmdb/v0.0.42/accounts/"].get.responses["default"].content["application/jsonrequest"] = {}; |
Removed | .paths["/slurmdb/v0.0.42/accounts/"].get.responses["default"].content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.42/accounts/"].get.responses["default"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.42_openapi_accounts_resp"; |
Removed | .paths["/slurmdb/v0.0.42/accounts/"].get.responses["default"].content["application/x-yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.42/accounts/"].get.responses["default"].content["application/x-yaml"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.42/accounts/"].get.responses["default"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.42_openapi_accounts_resp"; |
Removed | .paths["/slurmdb/v0.0.42/accounts/"].get.responses["default"].content["text/yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.42/accounts/"].get.responses["default"].content["text/yaml"].schema = {}; |
Replaced | .paths["/slurmdb/v0.0.42/accounts/"].get.responses["default"].content["application/yaml"] = {}; |
Added | .paths["/slurmdb/v0.0.42/accounts/"].get.responses["default"].content["application/yaml"].schema = {}; |
Added | .paths["/slurmdb/v0.0.42/accounts/"].get.responses["default"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.42_openapi_accounts_resp"; |
Removed | .paths["/slurmdb/v0.0.42/accounts/"].post.requestBody.content["application/jsonrequest"] = {}; |
Removed | .paths["/slurmdb/v0.0.42/accounts/"].post.requestBody.content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.42/accounts/"].post.requestBody.content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.42_openapi_accounts_resp"; |
Removed | .paths["/slurmdb/v0.0.42/accounts/"].post.requestBody.content["application/x-yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.42/accounts/"].post.requestBody.content["application/x-yaml"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.42/accounts/"].post.requestBody.content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.42_openapi_accounts_resp"; |
Removed | .paths["/slurmdb/v0.0.42/accounts/"].post.requestBody.content["text/yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.42/accounts/"].post.requestBody.content["text/yaml"].schema = {}; |
Replaced | .paths["/slurmdb/v0.0.42/accounts/"].post.requestBody.content["application/yaml"] = {}; |
Added | .paths["/slurmdb/v0.0.42/accounts/"].post.requestBody.content["application/yaml"].schema = {}; |
Added | .paths["/slurmdb/v0.0.42/accounts/"].post.requestBody.content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.42_openapi_accounts_resp"; |
Removed | .paths["/slurmdb/v0.0.42/accounts/"].post.responses["200"].content["application/jsonrequest"] = {}; |
Removed | .paths["/slurmdb/v0.0.42/accounts/"].post.responses["200"].content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.42/accounts/"].post.responses["200"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.42_openapi_resp"; |
Removed | .paths["/slurmdb/v0.0.42/accounts/"].post.responses["200"].content["application/x-yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.42/accounts/"].post.responses["200"].content["application/x-yaml"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.42/accounts/"].post.responses["200"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.42_openapi_resp"; |
Removed | .paths["/slurmdb/v0.0.42/accounts/"].post.responses["200"].content["text/yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.42/accounts/"].post.responses["200"].content["text/yaml"].schema = {}; |
Replaced | .paths["/slurmdb/v0.0.42/accounts/"].post.responses["200"].content["application/yaml"] = {}; |
Added | .paths["/slurmdb/v0.0.42/accounts/"].post.responses["200"].content["application/yaml"].schema = {}; |
Added | .paths["/slurmdb/v0.0.42/accounts/"].post.responses["200"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.42_openapi_resp"; |
Removed | .paths["/slurmdb/v0.0.42/accounts/"].post.responses["default"].content["application/jsonrequest"] = {}; |
Removed | .paths["/slurmdb/v0.0.42/accounts/"].post.responses["default"].content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.42/accounts/"].post.responses["default"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.42_openapi_resp"; |
Removed | .paths["/slurmdb/v0.0.42/accounts/"].post.responses["default"].content["application/x-yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.42/accounts/"].post.responses["default"].content["application/x-yaml"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.42/accounts/"].post.responses["default"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.42_openapi_resp"; |
Removed | .paths["/slurmdb/v0.0.42/accounts/"].post.responses["default"].content["text/yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.42/accounts/"].post.responses["default"].content["text/yaml"].schema = {}; |
Replaced | .paths["/slurmdb/v0.0.42/accounts/"].post.responses["default"].content["application/yaml"] = {}; |
Added | .paths["/slurmdb/v0.0.42/accounts/"].post.responses["default"].content["application/yaml"].schema = {}; |
Added | .paths["/slurmdb/v0.0.42/accounts/"].post.responses["default"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.42_openapi_resp"; |
Removed | .paths["/slurmdb/v0.0.42/accounts_association/"].post.requestBody.content["application/jsonrequest"] = {}; |
Removed | .paths["/slurmdb/v0.0.42/accounts_association/"].post.requestBody.content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.42/accounts_association/"].post.requestBody.content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.42_openapi_accounts_add_cond_resp"; |
Removed | .paths["/slurmdb/v0.0.42/accounts_association/"].post.requestBody.content["application/x-yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.42/accounts_association/"].post.requestBody.content["application/x-yaml"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.42/accounts_association/"].post.requestBody.content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.42_openapi_accounts_add_cond_resp"; |
Removed | .paths["/slurmdb/v0.0.42/accounts_association/"].post.requestBody.content["text/yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.42/accounts_association/"].post.requestBody.content["text/yaml"].schema = {}; |
Replaced | .paths["/slurmdb/v0.0.42/accounts_association/"].post.requestBody.content["application/yaml"] = {}; |
Added | .paths["/slurmdb/v0.0.42/accounts_association/"].post.requestBody.content["application/yaml"].schema = {}; |
Added | .paths["/slurmdb/v0.0.42/accounts_association/"].post.requestBody.content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.42_openapi_accounts_add_cond_resp"; |
Removed | .paths["/slurmdb/v0.0.42/accounts_association/"].post.responses["200"].content["application/jsonrequest"] = {}; |
Removed | .paths["/slurmdb/v0.0.42/accounts_association/"].post.responses["200"].content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.42/accounts_association/"].post.responses["200"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.42_openapi_accounts_add_cond_resp_str"; |
Removed | .paths["/slurmdb/v0.0.42/accounts_association/"].post.responses["200"].content["application/x-yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.42/accounts_association/"].post.responses["200"].content["application/x-yaml"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.42/accounts_association/"].post.responses["200"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.42_openapi_accounts_add_cond_resp_str"; |
Removed | .paths["/slurmdb/v0.0.42/accounts_association/"].post.responses["200"].content["text/yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.42/accounts_association/"].post.responses["200"].content["text/yaml"].schema = {}; |
Replaced | .paths["/slurmdb/v0.0.42/accounts_association/"].post.responses["200"].content["application/yaml"] = {}; |
Added | .paths["/slurmdb/v0.0.42/accounts_association/"].post.responses["200"].content["application/yaml"].schema = {}; |
Added | .paths["/slurmdb/v0.0.42/accounts_association/"].post.responses["200"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.42_openapi_accounts_add_cond_resp_str"; |
Removed | .paths["/slurmdb/v0.0.42/accounts_association/"].post.responses["default"].content["application/jsonrequest"] = {}; |
Removed | .paths["/slurmdb/v0.0.42/accounts_association/"].post.responses["default"].content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.42/accounts_association/"].post.responses["default"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.42_openapi_accounts_add_cond_resp_str"; |
Removed | .paths["/slurmdb/v0.0.42/accounts_association/"].post.responses["default"].content["application/x-yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.42/accounts_association/"].post.responses["default"].content["application/x-yaml"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.42/accounts_association/"].post.responses["default"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.42_openapi_accounts_add_cond_resp_str"; |
Removed | .paths["/slurmdb/v0.0.42/accounts_association/"].post.responses["default"].content["text/yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.42/accounts_association/"].post.responses["default"].content["text/yaml"].schema = {}; |
Replaced | .paths["/slurmdb/v0.0.42/accounts_association/"].post.responses["default"].content["application/yaml"] = {}; |
Added | .paths["/slurmdb/v0.0.42/accounts_association/"].post.responses["default"].content["application/yaml"].schema = {}; |
Added | .paths["/slurmdb/v0.0.42/accounts_association/"].post.responses["default"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.42_openapi_accounts_add_cond_resp_str"; |
Removed | .paths["/slurmdb/v0.0.42/association/"].get.responses["200"].content["application/jsonrequest"] = {}; |
Removed | .paths["/slurmdb/v0.0.42/association/"].get.responses["200"].content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.42/association/"].get.responses["200"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.42_openapi_assocs_resp"; |
Removed | .paths["/slurmdb/v0.0.42/association/"].get.responses["200"].content["application/x-yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.42/association/"].get.responses["200"].content["application/x-yaml"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.42/association/"].get.responses["200"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.42_openapi_assocs_resp"; |
Removed | .paths["/slurmdb/v0.0.42/association/"].get.responses["200"].content["text/yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.42/association/"].get.responses["200"].content["text/yaml"].schema = {}; |
Replaced | .paths["/slurmdb/v0.0.42/association/"].get.responses["200"].content["application/yaml"] = {}; |
Added | .paths["/slurmdb/v0.0.42/association/"].get.responses["200"].content["application/yaml"].schema = {}; |
Added | .paths["/slurmdb/v0.0.42/association/"].get.responses["200"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.42_openapi_assocs_resp"; |
Removed | .paths["/slurmdb/v0.0.42/association/"].get.responses["default"].content["application/jsonrequest"] = {}; |
Removed | .paths["/slurmdb/v0.0.42/association/"].get.responses["default"].content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.42/association/"].get.responses["default"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.42_openapi_assocs_resp"; |
Removed | .paths["/slurmdb/v0.0.42/association/"].get.responses["default"].content["application/x-yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.42/association/"].get.responses["default"].content["application/x-yaml"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.42/association/"].get.responses["default"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.42_openapi_assocs_resp"; |
Removed | .paths["/slurmdb/v0.0.42/association/"].get.responses["default"].content["text/yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.42/association/"].get.responses["default"].content["text/yaml"].schema = {}; |
Replaced | .paths["/slurmdb/v0.0.42/association/"].get.responses["default"].content["application/yaml"] = {}; |
Added | .paths["/slurmdb/v0.0.42/association/"].get.responses["default"].content["application/yaml"].schema = {}; |
Added | .paths["/slurmdb/v0.0.42/association/"].get.responses["default"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.42_openapi_assocs_resp"; |
Removed | .paths["/slurmdb/v0.0.42/association/"]["delete"].responses["200"].content["application/jsonrequest"] = {}; |
Removed | .paths["/slurmdb/v0.0.42/association/"]["delete"].responses["200"].content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.42/association/"]["delete"].responses["200"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.42_openapi_assocs_removed_resp"; |
Removed | .paths["/slurmdb/v0.0.42/association/"]["delete"].responses["200"].content["application/x-yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.42/association/"]["delete"].responses["200"].content["application/x-yaml"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.42/association/"]["delete"].responses["200"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.42_openapi_assocs_removed_resp"; |
Removed | .paths["/slurmdb/v0.0.42/association/"]["delete"].responses["200"].content["text/yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.42/association/"]["delete"].responses["200"].content["text/yaml"].schema = {}; |
Replaced | .paths["/slurmdb/v0.0.42/association/"]["delete"].responses["200"].content["application/yaml"] = {}; |
Added | .paths["/slurmdb/v0.0.42/association/"]["delete"].responses["200"].content["application/yaml"].schema = {}; |
Added | .paths["/slurmdb/v0.0.42/association/"]["delete"].responses["200"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.42_openapi_assocs_removed_resp"; |
Removed | .paths["/slurmdb/v0.0.42/association/"]["delete"].responses["default"].content["application/jsonrequest"] = {}; |
Removed | .paths["/slurmdb/v0.0.42/association/"]["delete"].responses["default"].content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.42/association/"]["delete"].responses["default"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.42_openapi_assocs_removed_resp"; |
Removed | .paths["/slurmdb/v0.0.42/association/"]["delete"].responses["default"].content["application/x-yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.42/association/"]["delete"].responses["default"].content["application/x-yaml"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.42/association/"]["delete"].responses["default"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.42_openapi_assocs_removed_resp"; |
Removed | .paths["/slurmdb/v0.0.42/association/"]["delete"].responses["default"].content["text/yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.42/association/"]["delete"].responses["default"].content["text/yaml"].schema = {}; |
Replaced | .paths["/slurmdb/v0.0.42/association/"]["delete"].responses["default"].content["application/yaml"] = {}; |
Added | .paths["/slurmdb/v0.0.42/association/"]["delete"].responses["default"].content["application/yaml"].schema = {}; |
Added | .paths["/slurmdb/v0.0.42/association/"]["delete"].responses["default"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.42_openapi_assocs_removed_resp"; |
Removed | .paths["/slurmdb/v0.0.42/associations/"].get.responses["200"].content["application/jsonrequest"] = {}; |
Removed | .paths["/slurmdb/v0.0.42/associations/"].get.responses["200"].content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.42/associations/"].get.responses["200"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.42_openapi_assocs_resp"; |
Removed | .paths["/slurmdb/v0.0.42/associations/"].get.responses["200"].content["application/x-yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.42/associations/"].get.responses["200"].content["application/x-yaml"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.42/associations/"].get.responses["200"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.42_openapi_assocs_resp"; |
Removed | .paths["/slurmdb/v0.0.42/associations/"].get.responses["200"].content["text/yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.42/associations/"].get.responses["200"].content["text/yaml"].schema = {}; |
Replaced | .paths["/slurmdb/v0.0.42/associations/"].get.responses["200"].content["application/yaml"] = {}; |
Added | .paths["/slurmdb/v0.0.42/associations/"].get.responses["200"].content["application/yaml"].schema = {}; |
Added | .paths["/slurmdb/v0.0.42/associations/"].get.responses["200"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.42_openapi_assocs_resp"; |
Removed | .paths["/slurmdb/v0.0.42/associations/"].get.responses["default"].content["application/jsonrequest"] = {}; |
Removed | .paths["/slurmdb/v0.0.42/associations/"].get.responses["default"].content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.42/associations/"].get.responses["default"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.42_openapi_assocs_resp"; |
Removed | .paths["/slurmdb/v0.0.42/associations/"].get.responses["default"].content["application/x-yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.42/associations/"].get.responses["default"].content["application/x-yaml"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.42/associations/"].get.responses["default"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.42_openapi_assocs_resp"; |
Removed | .paths["/slurmdb/v0.0.42/associations/"].get.responses["default"].content["text/yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.42/associations/"].get.responses["default"].content["text/yaml"].schema = {}; |
Replaced | .paths["/slurmdb/v0.0.42/associations/"].get.responses["default"].content["application/yaml"] = {}; |
Added | .paths["/slurmdb/v0.0.42/associations/"].get.responses["default"].content["application/yaml"].schema = {}; |
Added | .paths["/slurmdb/v0.0.42/associations/"].get.responses["default"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.42_openapi_assocs_resp"; |
Removed | .paths["/slurmdb/v0.0.42/associations/"].post.requestBody.content["application/jsonrequest"] = {}; |
Removed | .paths["/slurmdb/v0.0.42/associations/"].post.requestBody.content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.42/associations/"].post.requestBody.content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.42_openapi_assocs_resp"; |
Removed | .paths["/slurmdb/v0.0.42/associations/"].post.requestBody.content["application/x-yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.42/associations/"].post.requestBody.content["application/x-yaml"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.42/associations/"].post.requestBody.content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.42_openapi_assocs_resp"; |
Removed | .paths["/slurmdb/v0.0.42/associations/"].post.requestBody.content["text/yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.42/associations/"].post.requestBody.content["text/yaml"].schema = {}; |
Replaced | .paths["/slurmdb/v0.0.42/associations/"].post.requestBody.content["application/yaml"] = {}; |
Added | .paths["/slurmdb/v0.0.42/associations/"].post.requestBody.content["application/yaml"].schema = {}; |
Added | .paths["/slurmdb/v0.0.42/associations/"].post.requestBody.content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.42_openapi_assocs_resp"; |
Removed | .paths["/slurmdb/v0.0.42/associations/"].post.responses["200"].content["application/jsonrequest"] = {}; |
Removed | .paths["/slurmdb/v0.0.42/associations/"].post.responses["200"].content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.42/associations/"].post.responses["200"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.42_openapi_resp"; |
Removed | .paths["/slurmdb/v0.0.42/associations/"].post.responses["200"].content["application/x-yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.42/associations/"].post.responses["200"].content["application/x-yaml"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.42/associations/"].post.responses["200"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.42_openapi_resp"; |
Removed | .paths["/slurmdb/v0.0.42/associations/"].post.responses["200"].content["text/yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.42/associations/"].post.responses["200"].content["text/yaml"].schema = {}; |
Replaced | .paths["/slurmdb/v0.0.42/associations/"].post.responses["200"].content["application/yaml"] = {}; |
Added | .paths["/slurmdb/v0.0.42/associations/"].post.responses["200"].content["application/yaml"].schema = {}; |
Added | .paths["/slurmdb/v0.0.42/associations/"].post.responses["200"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.42_openapi_resp"; |
Removed | .paths["/slurmdb/v0.0.42/associations/"].post.responses["default"].content["application/jsonrequest"] = {}; |
Removed | .paths["/slurmdb/v0.0.42/associations/"].post.responses["default"].content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.42/associations/"].post.responses["default"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.42_openapi_resp"; |
Removed | .paths["/slurmdb/v0.0.42/associations/"].post.responses["default"].content["application/x-yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.42/associations/"].post.responses["default"].content["application/x-yaml"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.42/associations/"].post.responses["default"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.42_openapi_resp"; |
Removed | .paths["/slurmdb/v0.0.42/associations/"].post.responses["default"].content["text/yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.42/associations/"].post.responses["default"].content["text/yaml"].schema = {}; |
Replaced | .paths["/slurmdb/v0.0.42/associations/"].post.responses["default"].content["application/yaml"] = {}; |
Added | .paths["/slurmdb/v0.0.42/associations/"].post.responses["default"].content["application/yaml"].schema = {}; |
Added | .paths["/slurmdb/v0.0.42/associations/"].post.responses["default"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.42_openapi_resp"; |
Removed | .paths["/slurmdb/v0.0.42/associations/"]["delete"].responses["200"].content["application/jsonrequest"] = {}; |
Removed | .paths["/slurmdb/v0.0.42/associations/"]["delete"].responses["200"].content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.42/associations/"]["delete"].responses["200"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.42_openapi_assocs_removed_resp"; |
Removed | .paths["/slurmdb/v0.0.42/associations/"]["delete"].responses["200"].content["application/x-yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.42/associations/"]["delete"].responses["200"].content["application/x-yaml"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.42/associations/"]["delete"].responses["200"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.42_openapi_assocs_removed_resp"; |
Removed | .paths["/slurmdb/v0.0.42/associations/"]["delete"].responses["200"].content["text/yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.42/associations/"]["delete"].responses["200"].content["text/yaml"].schema = {}; |
Replaced | .paths["/slurmdb/v0.0.42/associations/"]["delete"].responses["200"].content["application/yaml"] = {}; |
Added | .paths["/slurmdb/v0.0.42/associations/"]["delete"].responses["200"].content["application/yaml"].schema = {}; |
Added | .paths["/slurmdb/v0.0.42/associations/"]["delete"].responses["200"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.42_openapi_assocs_removed_resp"; |
Removed | .paths["/slurmdb/v0.0.42/associations/"]["delete"].responses["default"].content["application/jsonrequest"] = {}; |
Removed | .paths["/slurmdb/v0.0.42/associations/"]["delete"].responses["default"].content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.42/associations/"]["delete"].responses["default"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.42_openapi_assocs_removed_resp"; |
Removed | .paths["/slurmdb/v0.0.42/associations/"]["delete"].responses["default"].content["application/x-yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.42/associations/"]["delete"].responses["default"].content["application/x-yaml"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.42/associations/"]["delete"].responses["default"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.42_openapi_assocs_removed_resp"; |
Removed | .paths["/slurmdb/v0.0.42/associations/"]["delete"].responses["default"].content["text/yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.42/associations/"]["delete"].responses["default"].content["text/yaml"].schema = {}; |
Replaced | .paths["/slurmdb/v0.0.42/associations/"]["delete"].responses["default"].content["application/yaml"] = {}; |
Added | .paths["/slurmdb/v0.0.42/associations/"]["delete"].responses["default"].content["application/yaml"].schema = {}; |
Added | .paths["/slurmdb/v0.0.42/associations/"]["delete"].responses["default"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.42_openapi_assocs_removed_resp"; |
Removed | .paths["/slurmdb/v0.0.42/cluster/{cluster_name}"].get.responses["200"].content["application/jsonrequest"] = {}; |
Removed | .paths["/slurmdb/v0.0.42/cluster/{cluster_name}"].get.responses["200"].content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.42/cluster/{cluster_name}"].get.responses["200"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.42_openapi_clusters_resp"; |
Removed | .paths["/slurmdb/v0.0.42/cluster/{cluster_name}"].get.responses["200"].content["application/x-yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.42/cluster/{cluster_name}"].get.responses["200"].content["application/x-yaml"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.42/cluster/{cluster_name}"].get.responses["200"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.42_openapi_clusters_resp"; |
Removed | .paths["/slurmdb/v0.0.42/cluster/{cluster_name}"].get.responses["200"].content["text/yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.42/cluster/{cluster_name}"].get.responses["200"].content["text/yaml"].schema = {}; |
Replaced | .paths["/slurmdb/v0.0.42/cluster/{cluster_name}"].get.responses["200"].content["application/yaml"] = {}; |
Added | .paths["/slurmdb/v0.0.42/cluster/{cluster_name}"].get.responses["200"].content["application/yaml"].schema = {}; |
Added | .paths["/slurmdb/v0.0.42/cluster/{cluster_name}"].get.responses["200"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.42_openapi_clusters_resp"; |
Removed | .paths["/slurmdb/v0.0.42/cluster/{cluster_name}"].get.responses["default"].content["application/jsonrequest"] = {}; |
Removed | .paths["/slurmdb/v0.0.42/cluster/{cluster_name}"].get.responses["default"].content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.42/cluster/{cluster_name}"].get.responses["default"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.42_openapi_clusters_resp"; |
Removed | .paths["/slurmdb/v0.0.42/cluster/{cluster_name}"].get.responses["default"].content["application/x-yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.42/cluster/{cluster_name}"].get.responses["default"].content["application/x-yaml"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.42/cluster/{cluster_name}"].get.responses["default"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.42_openapi_clusters_resp"; |
Removed | .paths["/slurmdb/v0.0.42/cluster/{cluster_name}"].get.responses["default"].content["text/yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.42/cluster/{cluster_name}"].get.responses["default"].content["text/yaml"].schema = {}; |
Replaced | .paths["/slurmdb/v0.0.42/cluster/{cluster_name}"].get.responses["default"].content["application/yaml"] = {}; |
Added | .paths["/slurmdb/v0.0.42/cluster/{cluster_name}"].get.responses["default"].content["application/yaml"].schema = {}; |
Added | .paths["/slurmdb/v0.0.42/cluster/{cluster_name}"].get.responses["default"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.42_openapi_clusters_resp"; |
Removed | .paths["/slurmdb/v0.0.42/cluster/{cluster_name}"]["delete"].responses["200"].content["application/jsonrequest"] = {}; |
Removed | .paths["/slurmdb/v0.0.42/cluster/{cluster_name}"]["delete"].responses["200"].content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.42/cluster/{cluster_name}"]["delete"].responses["200"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.42_openapi_clusters_removed_resp"; |
Removed | .paths["/slurmdb/v0.0.42/cluster/{cluster_name}"]["delete"].responses["200"].content["application/x-yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.42/cluster/{cluster_name}"]["delete"].responses["200"].content["application/x-yaml"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.42/cluster/{cluster_name}"]["delete"].responses["200"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.42_openapi_clusters_removed_resp"; |
Removed | .paths["/slurmdb/v0.0.42/cluster/{cluster_name}"]["delete"].responses["200"].content["text/yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.42/cluster/{cluster_name}"]["delete"].responses["200"].content["text/yaml"].schema = {}; |
Replaced | .paths["/slurmdb/v0.0.42/cluster/{cluster_name}"]["delete"].responses["200"].content["application/yaml"] = {}; |
Added | .paths["/slurmdb/v0.0.42/cluster/{cluster_name}"]["delete"].responses["200"].content["application/yaml"].schema = {}; |
Added | .paths["/slurmdb/v0.0.42/cluster/{cluster_name}"]["delete"].responses["200"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.42_openapi_clusters_removed_resp"; |
Removed | .paths["/slurmdb/v0.0.42/cluster/{cluster_name}"]["delete"].responses["default"].content["application/jsonrequest"] = {}; |
Removed | .paths["/slurmdb/v0.0.42/cluster/{cluster_name}"]["delete"].responses["default"].content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.42/cluster/{cluster_name}"]["delete"].responses["default"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.42_openapi_clusters_removed_resp"; |
Removed | .paths["/slurmdb/v0.0.42/cluster/{cluster_name}"]["delete"].responses["default"].content["application/x-yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.42/cluster/{cluster_name}"]["delete"].responses["default"].content["application/x-yaml"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.42/cluster/{cluster_name}"]["delete"].responses["default"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.42_openapi_clusters_removed_resp"; |
Removed | .paths["/slurmdb/v0.0.42/cluster/{cluster_name}"]["delete"].responses["default"].content["text/yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.42/cluster/{cluster_name}"]["delete"].responses["default"].content["text/yaml"].schema = {}; |
Replaced | .paths["/slurmdb/v0.0.42/cluster/{cluster_name}"]["delete"].responses["default"].content["application/yaml"] = {}; |
Added | .paths["/slurmdb/v0.0.42/cluster/{cluster_name}"]["delete"].responses["default"].content["application/yaml"].schema = {}; |
Added | .paths["/slurmdb/v0.0.42/cluster/{cluster_name}"]["delete"].responses["default"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.42_openapi_clusters_removed_resp"; |
Removed | .paths["/slurmdb/v0.0.42/clusters/"].get.responses["200"].content["application/jsonrequest"] = {}; |
Removed | .paths["/slurmdb/v0.0.42/clusters/"].get.responses["200"].content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.42/clusters/"].get.responses["200"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.42_openapi_clusters_resp"; |
Removed | .paths["/slurmdb/v0.0.42/clusters/"].get.responses["200"].content["application/x-yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.42/clusters/"].get.responses["200"].content["application/x-yaml"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.42/clusters/"].get.responses["200"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.42_openapi_clusters_resp"; |
Removed | .paths["/slurmdb/v0.0.42/clusters/"].get.responses["200"].content["text/yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.42/clusters/"].get.responses["200"].content["text/yaml"].schema = {}; |
Replaced | .paths["/slurmdb/v0.0.42/clusters/"].get.responses["200"].content["application/yaml"] = {}; |
Added | .paths["/slurmdb/v0.0.42/clusters/"].get.responses["200"].content["application/yaml"].schema = {}; |
Added | .paths["/slurmdb/v0.0.42/clusters/"].get.responses["200"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.42_openapi_clusters_resp"; |
Removed | .paths["/slurmdb/v0.0.42/clusters/"].get.responses["default"].content["application/jsonrequest"] = {}; |
Removed | .paths["/slurmdb/v0.0.42/clusters/"].get.responses["default"].content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.42/clusters/"].get.responses["default"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.42_openapi_clusters_resp"; |
Removed | .paths["/slurmdb/v0.0.42/clusters/"].get.responses["default"].content["application/x-yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.42/clusters/"].get.responses["default"].content["application/x-yaml"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.42/clusters/"].get.responses["default"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.42_openapi_clusters_resp"; |
Removed | .paths["/slurmdb/v0.0.42/clusters/"].get.responses["default"].content["text/yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.42/clusters/"].get.responses["default"].content["text/yaml"].schema = {}; |
Replaced | .paths["/slurmdb/v0.0.42/clusters/"].get.responses["default"].content["application/yaml"] = {}; |
Added | .paths["/slurmdb/v0.0.42/clusters/"].get.responses["default"].content["application/yaml"].schema = {}; |
Added | .paths["/slurmdb/v0.0.42/clusters/"].get.responses["default"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.42_openapi_clusters_resp"; |
Removed | .paths["/slurmdb/v0.0.42/clusters/"].post.requestBody.content["application/jsonrequest"] = {}; |
Removed | .paths["/slurmdb/v0.0.42/clusters/"].post.requestBody.content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.42/clusters/"].post.requestBody.content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.42_openapi_clusters_resp"; |
Removed | .paths["/slurmdb/v0.0.42/clusters/"].post.requestBody.content["application/x-yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.42/clusters/"].post.requestBody.content["application/x-yaml"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.42/clusters/"].post.requestBody.content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.42_openapi_clusters_resp"; |
Removed | .paths["/slurmdb/v0.0.42/clusters/"].post.requestBody.content["text/yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.42/clusters/"].post.requestBody.content["text/yaml"].schema = {}; |
Replaced | .paths["/slurmdb/v0.0.42/clusters/"].post.requestBody.content["application/yaml"] = {}; |
Added | .paths["/slurmdb/v0.0.42/clusters/"].post.requestBody.content["application/yaml"].schema = {}; |
Added | .paths["/slurmdb/v0.0.42/clusters/"].post.requestBody.content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.42_openapi_clusters_resp"; |
Removed | .paths["/slurmdb/v0.0.42/clusters/"].post.responses["200"].content["application/jsonrequest"] = {}; |
Removed | .paths["/slurmdb/v0.0.42/clusters/"].post.responses["200"].content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.42/clusters/"].post.responses["200"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.42_openapi_resp"; |
Removed | .paths["/slurmdb/v0.0.42/clusters/"].post.responses["200"].content["application/x-yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.42/clusters/"].post.responses["200"].content["application/x-yaml"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.42/clusters/"].post.responses["200"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.42_openapi_resp"; |
Removed | .paths["/slurmdb/v0.0.42/clusters/"].post.responses["200"].content["text/yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.42/clusters/"].post.responses["200"].content["text/yaml"].schema = {}; |
Replaced | .paths["/slurmdb/v0.0.42/clusters/"].post.responses["200"].content["application/yaml"] = {}; |
Added | .paths["/slurmdb/v0.0.42/clusters/"].post.responses["200"].content["application/yaml"].schema = {}; |
Added | .paths["/slurmdb/v0.0.42/clusters/"].post.responses["200"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.42_openapi_resp"; |
Removed | .paths["/slurmdb/v0.0.42/clusters/"].post.responses["default"].content["application/jsonrequest"] = {}; |
Removed | .paths["/slurmdb/v0.0.42/clusters/"].post.responses["default"].content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.42/clusters/"].post.responses["default"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.42_openapi_resp"; |
Removed | .paths["/slurmdb/v0.0.42/clusters/"].post.responses["default"].content["application/x-yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.42/clusters/"].post.responses["default"].content["application/x-yaml"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.42/clusters/"].post.responses["default"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.42_openapi_resp"; |
Removed | .paths["/slurmdb/v0.0.42/clusters/"].post.responses["default"].content["text/yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.42/clusters/"].post.responses["default"].content["text/yaml"].schema = {}; |
Replaced | .paths["/slurmdb/v0.0.42/clusters/"].post.responses["default"].content["application/yaml"] = {}; |
Added | .paths["/slurmdb/v0.0.42/clusters/"].post.responses["default"].content["application/yaml"].schema = {}; |
Added | .paths["/slurmdb/v0.0.42/clusters/"].post.responses["default"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.42_openapi_resp"; |
Removed | .paths["/slurmdb/v0.0.42/config"].get.responses["200"].content["application/jsonrequest"] = {}; |
Removed | .paths["/slurmdb/v0.0.42/config"].get.responses["200"].content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.42/config"].get.responses["200"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.42_openapi_slurmdbd_config_resp"; |
Removed | .paths["/slurmdb/v0.0.42/config"].get.responses["200"].content["application/x-yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.42/config"].get.responses["200"].content["application/x-yaml"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.42/config"].get.responses["200"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.42_openapi_slurmdbd_config_resp"; |
Removed | .paths["/slurmdb/v0.0.42/config"].get.responses["200"].content["text/yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.42/config"].get.responses["200"].content["text/yaml"].schema = {}; |
Replaced | .paths["/slurmdb/v0.0.42/config"].get.responses["200"].content["application/yaml"] = {}; |
Added | .paths["/slurmdb/v0.0.42/config"].get.responses["200"].content["application/yaml"].schema = {}; |
Added | .paths["/slurmdb/v0.0.42/config"].get.responses["200"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.42_openapi_slurmdbd_config_resp"; |
Removed | .paths["/slurmdb/v0.0.42/config"].get.responses["default"].content["application/jsonrequest"] = {}; |
Removed | .paths["/slurmdb/v0.0.42/config"].get.responses["default"].content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.42/config"].get.responses["default"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.42_openapi_slurmdbd_config_resp"; |
Removed | .paths["/slurmdb/v0.0.42/config"].get.responses["default"].content["application/x-yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.42/config"].get.responses["default"].content["application/x-yaml"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.42/config"].get.responses["default"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.42_openapi_slurmdbd_config_resp"; |
Removed | .paths["/slurmdb/v0.0.42/config"].get.responses["default"].content["text/yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.42/config"].get.responses["default"].content["text/yaml"].schema = {}; |
Replaced | .paths["/slurmdb/v0.0.42/config"].get.responses["default"].content["application/yaml"] = {}; |
Added | .paths["/slurmdb/v0.0.42/config"].get.responses["default"].content["application/yaml"].schema = {}; |
Added | .paths["/slurmdb/v0.0.42/config"].get.responses["default"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.42_openapi_slurmdbd_config_resp"; |
Removed | .paths["/slurmdb/v0.0.42/config"].post.requestBody.content["application/jsonrequest"] = {}; |
Removed | .paths["/slurmdb/v0.0.42/config"].post.requestBody.content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.42/config"].post.requestBody.content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.42_openapi_slurmdbd_config_resp"; |
Removed | .paths["/slurmdb/v0.0.42/config"].post.requestBody.content["application/x-yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.42/config"].post.requestBody.content["application/x-yaml"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.42/config"].post.requestBody.content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.42_openapi_slurmdbd_config_resp"; |
Removed | .paths["/slurmdb/v0.0.42/config"].post.requestBody.content["text/yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.42/config"].post.requestBody.content["text/yaml"].schema = {}; |
Replaced | .paths["/slurmdb/v0.0.42/config"].post.requestBody.content["application/yaml"] = {}; |
Added | .paths["/slurmdb/v0.0.42/config"].post.requestBody.content["application/yaml"].schema = {}; |
Added | .paths["/slurmdb/v0.0.42/config"].post.requestBody.content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.42_openapi_slurmdbd_config_resp"; |
Removed | .paths["/slurmdb/v0.0.42/config"].post.responses["200"].content["application/jsonrequest"] = {}; |
Removed | .paths["/slurmdb/v0.0.42/config"].post.responses["200"].content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.42/config"].post.responses["200"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.42_openapi_resp"; |
Removed | .paths["/slurmdb/v0.0.42/config"].post.responses["200"].content["application/x-yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.42/config"].post.responses["200"].content["application/x-yaml"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.42/config"].post.responses["200"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.42_openapi_resp"; |
Removed | .paths["/slurmdb/v0.0.42/config"].post.responses["200"].content["text/yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.42/config"].post.responses["200"].content["text/yaml"].schema = {}; |
Replaced | .paths["/slurmdb/v0.0.42/config"].post.responses["200"].content["application/yaml"] = {}; |
Added | .paths["/slurmdb/v0.0.42/config"].post.responses["200"].content["application/yaml"].schema = {}; |
Added | .paths["/slurmdb/v0.0.42/config"].post.responses["200"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.42_openapi_resp"; |
Removed | .paths["/slurmdb/v0.0.42/config"].post.responses["default"].content["application/jsonrequest"] = {}; |
Removed | .paths["/slurmdb/v0.0.42/config"].post.responses["default"].content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.42/config"].post.responses["default"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.42_openapi_resp"; |
Removed | .paths["/slurmdb/v0.0.42/config"].post.responses["default"].content["application/x-yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.42/config"].post.responses["default"].content["application/x-yaml"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.42/config"].post.responses["default"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.42_openapi_resp"; |
Removed | .paths["/slurmdb/v0.0.42/config"].post.responses["default"].content["text/yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.42/config"].post.responses["default"].content["text/yaml"].schema = {}; |
Replaced | .paths["/slurmdb/v0.0.42/config"].post.responses["default"].content["application/yaml"] = {}; |
Added | .paths["/slurmdb/v0.0.42/config"].post.responses["default"].content["application/yaml"].schema = {}; |
Added | .paths["/slurmdb/v0.0.42/config"].post.responses["default"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.42_openapi_resp"; |
Removed | .paths["/slurmdb/v0.0.42/diag/"].get.responses["200"].content["application/jsonrequest"] = {}; |
Removed | .paths["/slurmdb/v0.0.42/diag/"].get.responses["200"].content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.42/diag/"].get.responses["200"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.42_openapi_slurmdbd_stats_resp"; |
Removed | .paths["/slurmdb/v0.0.42/diag/"].get.responses["200"].content["application/x-yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.42/diag/"].get.responses["200"].content["application/x-yaml"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.42/diag/"].get.responses["200"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.42_openapi_slurmdbd_stats_resp"; |
Removed | .paths["/slurmdb/v0.0.42/diag/"].get.responses["200"].content["text/yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.42/diag/"].get.responses["200"].content["text/yaml"].schema = {}; |
Replaced | .paths["/slurmdb/v0.0.42/diag/"].get.responses["200"].content["application/yaml"] = {}; |
Added | .paths["/slurmdb/v0.0.42/diag/"].get.responses["200"].content["application/yaml"].schema = {}; |
Added | .paths["/slurmdb/v0.0.42/diag/"].get.responses["200"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.42_openapi_slurmdbd_stats_resp"; |
Removed | .paths["/slurmdb/v0.0.42/diag/"].get.responses["default"].content["application/jsonrequest"] = {}; |
Removed | .paths["/slurmdb/v0.0.42/diag/"].get.responses["default"].content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.42/diag/"].get.responses["default"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.42_openapi_slurmdbd_stats_resp"; |
Removed | .paths["/slurmdb/v0.0.42/diag/"].get.responses["default"].content["application/x-yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.42/diag/"].get.responses["default"].content["application/x-yaml"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.42/diag/"].get.responses["default"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.42_openapi_slurmdbd_stats_resp"; |
Removed | .paths["/slurmdb/v0.0.42/diag/"].get.responses["default"].content["text/yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.42/diag/"].get.responses["default"].content["text/yaml"].schema = {}; |
Replaced | .paths["/slurmdb/v0.0.42/diag/"].get.responses["default"].content["application/yaml"] = {}; |
Added | .paths["/slurmdb/v0.0.42/diag/"].get.responses["default"].content["application/yaml"].schema = {}; |
Added | .paths["/slurmdb/v0.0.42/diag/"].get.responses["default"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.42_openapi_slurmdbd_stats_resp"; |
Removed | .paths["/slurmdb/v0.0.42/instance/"].get.responses["200"].content["application/jsonrequest"] = {}; |
Removed | .paths["/slurmdb/v0.0.42/instance/"].get.responses["200"].content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.42/instance/"].get.responses["200"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.42_openapi_instances_resp"; |
Removed | .paths["/slurmdb/v0.0.42/instance/"].get.responses["200"].content["application/x-yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.42/instance/"].get.responses["200"].content["application/x-yaml"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.42/instance/"].get.responses["200"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.42_openapi_instances_resp"; |
Removed | .paths["/slurmdb/v0.0.42/instance/"].get.responses["200"].content["text/yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.42/instance/"].get.responses["200"].content["text/yaml"].schema = {}; |
Replaced | .paths["/slurmdb/v0.0.42/instance/"].get.responses["200"].content["application/yaml"] = {}; |
Added | .paths["/slurmdb/v0.0.42/instance/"].get.responses["200"].content["application/yaml"].schema = {}; |
Added | .paths["/slurmdb/v0.0.42/instance/"].get.responses["200"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.42_openapi_instances_resp"; |
Removed | .paths["/slurmdb/v0.0.42/instance/"].get.responses["default"].content["application/jsonrequest"] = {}; |
Removed | .paths["/slurmdb/v0.0.42/instance/"].get.responses["default"].content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.42/instance/"].get.responses["default"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.42_openapi_instances_resp"; |
Removed | .paths["/slurmdb/v0.0.42/instance/"].get.responses["default"].content["application/x-yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.42/instance/"].get.responses["default"].content["application/x-yaml"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.42/instance/"].get.responses["default"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.42_openapi_instances_resp"; |
Removed | .paths["/slurmdb/v0.0.42/instance/"].get.responses["default"].content["text/yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.42/instance/"].get.responses["default"].content["text/yaml"].schema = {}; |
Replaced | .paths["/slurmdb/v0.0.42/instance/"].get.responses["default"].content["application/yaml"] = {}; |
Added | .paths["/slurmdb/v0.0.42/instance/"].get.responses["default"].content["application/yaml"].schema = {}; |
Added | .paths["/slurmdb/v0.0.42/instance/"].get.responses["default"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.42_openapi_instances_resp"; |
Removed | .paths["/slurmdb/v0.0.42/instances/"].get.responses["200"].content["application/jsonrequest"] = {}; |
Removed | .paths["/slurmdb/v0.0.42/instances/"].get.responses["200"].content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.42/instances/"].get.responses["200"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.42_openapi_instances_resp"; |
Removed | .paths["/slurmdb/v0.0.42/instances/"].get.responses["200"].content["application/x-yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.42/instances/"].get.responses["200"].content["application/x-yaml"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.42/instances/"].get.responses["200"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.42_openapi_instances_resp"; |
Removed | .paths["/slurmdb/v0.0.42/instances/"].get.responses["200"].content["text/yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.42/instances/"].get.responses["200"].content["text/yaml"].schema = {}; |
Replaced | .paths["/slurmdb/v0.0.42/instances/"].get.responses["200"].content["application/yaml"] = {}; |
Added | .paths["/slurmdb/v0.0.42/instances/"].get.responses["200"].content["application/yaml"].schema = {}; |
Added | .paths["/slurmdb/v0.0.42/instances/"].get.responses["200"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.42_openapi_instances_resp"; |
Removed | .paths["/slurmdb/v0.0.42/instances/"].get.responses["default"].content["application/jsonrequest"] = {}; |
Removed | .paths["/slurmdb/v0.0.42/instances/"].get.responses["default"].content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.42/instances/"].get.responses["default"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.42_openapi_instances_resp"; |
Removed | .paths["/slurmdb/v0.0.42/instances/"].get.responses["default"].content["application/x-yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.42/instances/"].get.responses["default"].content["application/x-yaml"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.42/instances/"].get.responses["default"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.42_openapi_instances_resp"; |
Removed | .paths["/slurmdb/v0.0.42/instances/"].get.responses["default"].content["text/yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.42/instances/"].get.responses["default"].content["text/yaml"].schema = {}; |
Replaced | .paths["/slurmdb/v0.0.42/instances/"].get.responses["default"].content["application/yaml"] = {}; |
Added | .paths["/slurmdb/v0.0.42/instances/"].get.responses["default"].content["application/yaml"].schema = {}; |
Added | .paths["/slurmdb/v0.0.42/instances/"].get.responses["default"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.42_openapi_instances_resp"; |
Removed | .paths["/slurmdb/v0.0.42/job/{job_id}"].get.responses["200"].content["application/jsonrequest"] = {}; |
Removed | .paths["/slurmdb/v0.0.42/job/{job_id}"].get.responses["200"].content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.42/job/{job_id}"].get.responses["200"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.42_openapi_slurmdbd_jobs_resp"; |
Removed | .paths["/slurmdb/v0.0.42/job/{job_id}"].get.responses["200"].content["application/x-yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.42/job/{job_id}"].get.responses["200"].content["application/x-yaml"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.42/job/{job_id}"].get.responses["200"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.42_openapi_slurmdbd_jobs_resp"; |
Removed | .paths["/slurmdb/v0.0.42/job/{job_id}"].get.responses["200"].content["text/yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.42/job/{job_id}"].get.responses["200"].content["text/yaml"].schema = {}; |
Replaced | .paths["/slurmdb/v0.0.42/job/{job_id}"].get.responses["200"].content["application/yaml"] = {}; |
Added | .paths["/slurmdb/v0.0.42/job/{job_id}"].get.responses["200"].content["application/yaml"].schema = {}; |
Added | .paths["/slurmdb/v0.0.42/job/{job_id}"].get.responses["200"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.42_openapi_slurmdbd_jobs_resp"; |
Removed | .paths["/slurmdb/v0.0.42/job/{job_id}"].get.responses["default"].content["application/jsonrequest"] = {}; |
Removed | .paths["/slurmdb/v0.0.42/job/{job_id}"].get.responses["default"].content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.42/job/{job_id}"].get.responses["default"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.42_openapi_slurmdbd_jobs_resp"; |
Removed | .paths["/slurmdb/v0.0.42/job/{job_id}"].get.responses["default"].content["application/x-yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.42/job/{job_id}"].get.responses["default"].content["application/x-yaml"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.42/job/{job_id}"].get.responses["default"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.42_openapi_slurmdbd_jobs_resp"; |
Removed | .paths["/slurmdb/v0.0.42/job/{job_id}"].get.responses["default"].content["text/yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.42/job/{job_id}"].get.responses["default"].content["text/yaml"].schema = {}; |
Replaced | .paths["/slurmdb/v0.0.42/job/{job_id}"].get.responses["default"].content["application/yaml"] = {}; |
Added | .paths["/slurmdb/v0.0.42/job/{job_id}"].get.responses["default"].content["application/yaml"].schema = {}; |
Added | .paths["/slurmdb/v0.0.42/job/{job_id}"].get.responses["default"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.42_openapi_slurmdbd_jobs_resp"; |
Removed | .paths["/slurmdb/v0.0.42/jobs/"].get.responses["200"].content["application/jsonrequest"] = {}; |
Removed | .paths["/slurmdb/v0.0.42/jobs/"].get.responses["200"].content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.42/jobs/"].get.responses["200"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.42_openapi_slurmdbd_jobs_resp"; |
Removed | .paths["/slurmdb/v0.0.42/jobs/"].get.responses["200"].content["application/x-yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.42/jobs/"].get.responses["200"].content["application/x-yaml"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.42/jobs/"].get.responses["200"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.42_openapi_slurmdbd_jobs_resp"; |
Removed | .paths["/slurmdb/v0.0.42/jobs/"].get.responses["200"].content["text/yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.42/jobs/"].get.responses["200"].content["text/yaml"].schema = {}; |
Replaced | .paths["/slurmdb/v0.0.42/jobs/"].get.responses["200"].content["application/yaml"] = {}; |
Added | .paths["/slurmdb/v0.0.42/jobs/"].get.responses["200"].content["application/yaml"].schema = {}; |
Added | .paths["/slurmdb/v0.0.42/jobs/"].get.responses["200"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.42_openapi_slurmdbd_jobs_resp"; |
Removed | .paths["/slurmdb/v0.0.42/jobs/"].get.responses["default"].content["application/jsonrequest"] = {}; |
Removed | .paths["/slurmdb/v0.0.42/jobs/"].get.responses["default"].content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.42/jobs/"].get.responses["default"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.42_openapi_slurmdbd_jobs_resp"; |
Removed | .paths["/slurmdb/v0.0.42/jobs/"].get.responses["default"].content["application/x-yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.42/jobs/"].get.responses["default"].content["application/x-yaml"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.42/jobs/"].get.responses["default"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.42_openapi_slurmdbd_jobs_resp"; |
Removed | .paths["/slurmdb/v0.0.42/jobs/"].get.responses["default"].content["text/yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.42/jobs/"].get.responses["default"].content["text/yaml"].schema = {}; |
Replaced | .paths["/slurmdb/v0.0.42/jobs/"].get.responses["default"].content["application/yaml"] = {}; |
Added | .paths["/slurmdb/v0.0.42/jobs/"].get.responses["default"].content["application/yaml"].schema = {}; |
Added | .paths["/slurmdb/v0.0.42/jobs/"].get.responses["default"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.42_openapi_slurmdbd_jobs_resp"; |
Removed | .paths["/slurmdb/v0.0.42/qos/"].get.responses["200"].content["application/jsonrequest"] = {}; |
Removed | .paths["/slurmdb/v0.0.42/qos/"].get.responses["200"].content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.42/qos/"].get.responses["200"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.42_openapi_slurmdbd_qos_resp"; |
Removed | .paths["/slurmdb/v0.0.42/qos/"].get.responses["200"].content["application/x-yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.42/qos/"].get.responses["200"].content["application/x-yaml"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.42/qos/"].get.responses["200"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.42_openapi_slurmdbd_qos_resp"; |
Removed | .paths["/slurmdb/v0.0.42/qos/"].get.responses["200"].content["text/yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.42/qos/"].get.responses["200"].content["text/yaml"].schema = {}; |
Replaced | .paths["/slurmdb/v0.0.42/qos/"].get.responses["200"].content["application/yaml"] = {}; |
Added | .paths["/slurmdb/v0.0.42/qos/"].get.responses["200"].content["application/yaml"].schema = {}; |
Added | .paths["/slurmdb/v0.0.42/qos/"].get.responses["200"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.42_openapi_slurmdbd_qos_resp"; |
Removed | .paths["/slurmdb/v0.0.42/qos/"].get.responses["default"].content["application/jsonrequest"] = {}; |
Removed | .paths["/slurmdb/v0.0.42/qos/"].get.responses["default"].content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.42/qos/"].get.responses["default"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.42_openapi_slurmdbd_qos_resp"; |
Removed | .paths["/slurmdb/v0.0.42/qos/"].get.responses["default"].content["application/x-yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.42/qos/"].get.responses["default"].content["application/x-yaml"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.42/qos/"].get.responses["default"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.42_openapi_slurmdbd_qos_resp"; |
Removed | .paths["/slurmdb/v0.0.42/qos/"].get.responses["default"].content["text/yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.42/qos/"].get.responses["default"].content["text/yaml"].schema = {}; |
Replaced | .paths["/slurmdb/v0.0.42/qos/"].get.responses["default"].content["application/yaml"] = {}; |
Added | .paths["/slurmdb/v0.0.42/qos/"].get.responses["default"].content["application/yaml"].schema = {}; |
Added | .paths["/slurmdb/v0.0.42/qos/"].get.responses["default"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.42_openapi_slurmdbd_qos_resp"; |
Removed | .paths["/slurmdb/v0.0.42/qos/"].post.requestBody.content["application/jsonrequest"] = {}; |
Removed | .paths["/slurmdb/v0.0.42/qos/"].post.requestBody.content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.42/qos/"].post.requestBody.content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.42_openapi_slurmdbd_qos_resp"; |
Removed | .paths["/slurmdb/v0.0.42/qos/"].post.requestBody.content["application/x-yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.42/qos/"].post.requestBody.content["application/x-yaml"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.42/qos/"].post.requestBody.content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.42_openapi_slurmdbd_qos_resp"; |
Removed | .paths["/slurmdb/v0.0.42/qos/"].post.requestBody.content["text/yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.42/qos/"].post.requestBody.content["text/yaml"].schema = {}; |
Replaced | .paths["/slurmdb/v0.0.42/qos/"].post.requestBody.content["application/yaml"] = {}; |
Added | .paths["/slurmdb/v0.0.42/qos/"].post.requestBody.content["application/yaml"].schema = {}; |
Added | .paths["/slurmdb/v0.0.42/qos/"].post.requestBody.content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.42_openapi_slurmdbd_qos_resp"; |
Removed | .paths["/slurmdb/v0.0.42/qos/"].post.responses["200"].content["application/jsonrequest"] = {}; |
Removed | .paths["/slurmdb/v0.0.42/qos/"].post.responses["200"].content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.42/qos/"].post.responses["200"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.42_openapi_resp"; |
Removed | .paths["/slurmdb/v0.0.42/qos/"].post.responses["200"].content["application/x-yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.42/qos/"].post.responses["200"].content["application/x-yaml"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.42/qos/"].post.responses["200"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.42_openapi_resp"; |
Removed | .paths["/slurmdb/v0.0.42/qos/"].post.responses["200"].content["text/yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.42/qos/"].post.responses["200"].content["text/yaml"].schema = {}; |
Replaced | .paths["/slurmdb/v0.0.42/qos/"].post.responses["200"].content["application/yaml"] = {}; |
Added | .paths["/slurmdb/v0.0.42/qos/"].post.responses["200"].content["application/yaml"].schema = {}; |
Added | .paths["/slurmdb/v0.0.42/qos/"].post.responses["200"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.42_openapi_resp"; |
Removed | .paths["/slurmdb/v0.0.42/qos/"].post.responses["default"].content["application/jsonrequest"] = {}; |
Removed | .paths["/slurmdb/v0.0.42/qos/"].post.responses["default"].content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.42/qos/"].post.responses["default"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.42_openapi_resp"; |
Removed | .paths["/slurmdb/v0.0.42/qos/"].post.responses["default"].content["application/x-yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.42/qos/"].post.responses["default"].content["application/x-yaml"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.42/qos/"].post.responses["default"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.42_openapi_resp"; |
Removed | .paths["/slurmdb/v0.0.42/qos/"].post.responses["default"].content["text/yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.42/qos/"].post.responses["default"].content["text/yaml"].schema = {}; |
Replaced | .paths["/slurmdb/v0.0.42/qos/"].post.responses["default"].content["application/yaml"] = {}; |
Added | .paths["/slurmdb/v0.0.42/qos/"].post.responses["default"].content["application/yaml"].schema = {}; |
Added | .paths["/slurmdb/v0.0.42/qos/"].post.responses["default"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.42_openapi_resp"; |
Removed | .paths["/slurmdb/v0.0.42/qos/{qos}"].get.responses["200"].content["application/jsonrequest"] = {}; |
Removed | .paths["/slurmdb/v0.0.42/qos/{qos}"].get.responses["200"].content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.42/qos/{qos}"].get.responses["200"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.42_openapi_slurmdbd_qos_resp"; |
Removed | .paths["/slurmdb/v0.0.42/qos/{qos}"].get.responses["200"].content["application/x-yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.42/qos/{qos}"].get.responses["200"].content["application/x-yaml"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.42/qos/{qos}"].get.responses["200"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.42_openapi_slurmdbd_qos_resp"; |
Removed | .paths["/slurmdb/v0.0.42/qos/{qos}"].get.responses["200"].content["text/yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.42/qos/{qos}"].get.responses["200"].content["text/yaml"].schema = {}; |
Replaced | .paths["/slurmdb/v0.0.42/qos/{qos}"].get.responses["200"].content["application/yaml"] = {}; |
Added | .paths["/slurmdb/v0.0.42/qos/{qos}"].get.responses["200"].content["application/yaml"].schema = {}; |
Added | .paths["/slurmdb/v0.0.42/qos/{qos}"].get.responses["200"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.42_openapi_slurmdbd_qos_resp"; |
Removed | .paths["/slurmdb/v0.0.42/qos/{qos}"].get.responses["default"].content["application/jsonrequest"] = {}; |
Removed | .paths["/slurmdb/v0.0.42/qos/{qos}"].get.responses["default"].content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.42/qos/{qos}"].get.responses["default"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.42_openapi_slurmdbd_qos_resp"; |
Removed | .paths["/slurmdb/v0.0.42/qos/{qos}"].get.responses["default"].content["application/x-yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.42/qos/{qos}"].get.responses["default"].content["application/x-yaml"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.42/qos/{qos}"].get.responses["default"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.42_openapi_slurmdbd_qos_resp"; |
Removed | .paths["/slurmdb/v0.0.42/qos/{qos}"].get.responses["default"].content["text/yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.42/qos/{qos}"].get.responses["default"].content["text/yaml"].schema = {}; |
Replaced | .paths["/slurmdb/v0.0.42/qos/{qos}"].get.responses["default"].content["application/yaml"] = {}; |
Added | .paths["/slurmdb/v0.0.42/qos/{qos}"].get.responses["default"].content["application/yaml"].schema = {}; |
Added | .paths["/slurmdb/v0.0.42/qos/{qos}"].get.responses["default"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.42_openapi_slurmdbd_qos_resp"; |
Removed | .paths["/slurmdb/v0.0.42/qos/{qos}"]["delete"].responses["200"].content["application/jsonrequest"] = {}; |
Removed | .paths["/slurmdb/v0.0.42/qos/{qos}"]["delete"].responses["200"].content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.42/qos/{qos}"]["delete"].responses["200"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.42_openapi_slurmdbd_qos_removed_resp"; |
Removed | .paths["/slurmdb/v0.0.42/qos/{qos}"]["delete"].responses["200"].content["application/x-yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.42/qos/{qos}"]["delete"].responses["200"].content["application/x-yaml"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.42/qos/{qos}"]["delete"].responses["200"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.42_openapi_slurmdbd_qos_removed_resp"; |
Removed | .paths["/slurmdb/v0.0.42/qos/{qos}"]["delete"].responses["200"].content["text/yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.42/qos/{qos}"]["delete"].responses["200"].content["text/yaml"].schema = {}; |
Replaced | .paths["/slurmdb/v0.0.42/qos/{qos}"]["delete"].responses["200"].content["application/yaml"] = {}; |
Added | .paths["/slurmdb/v0.0.42/qos/{qos}"]["delete"].responses["200"].content["application/yaml"].schema = {}; |
Added | .paths["/slurmdb/v0.0.42/qos/{qos}"]["delete"].responses["200"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.42_openapi_slurmdbd_qos_removed_resp"; |
Removed | .paths["/slurmdb/v0.0.42/qos/{qos}"]["delete"].responses["default"].content["application/jsonrequest"] = {}; |
Removed | .paths["/slurmdb/v0.0.42/qos/{qos}"]["delete"].responses["default"].content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.42/qos/{qos}"]["delete"].responses["default"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.42_openapi_slurmdbd_qos_removed_resp"; |
Removed | .paths["/slurmdb/v0.0.42/qos/{qos}"]["delete"].responses["default"].content["application/x-yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.42/qos/{qos}"]["delete"].responses["default"].content["application/x-yaml"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.42/qos/{qos}"]["delete"].responses["default"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.42_openapi_slurmdbd_qos_removed_resp"; |
Removed | .paths["/slurmdb/v0.0.42/qos/{qos}"]["delete"].responses["default"].content["text/yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.42/qos/{qos}"]["delete"].responses["default"].content["text/yaml"].schema = {}; |
Replaced | .paths["/slurmdb/v0.0.42/qos/{qos}"]["delete"].responses["default"].content["application/yaml"] = {}; |
Added | .paths["/slurmdb/v0.0.42/qos/{qos}"]["delete"].responses["default"].content["application/yaml"].schema = {}; |
Added | .paths["/slurmdb/v0.0.42/qos/{qos}"]["delete"].responses["default"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.42_openapi_slurmdbd_qos_removed_resp"; |
Removed | .paths["/slurmdb/v0.0.42/tres/"].get.responses["200"].content["application/jsonrequest"] = {}; |
Removed | .paths["/slurmdb/v0.0.42/tres/"].get.responses["200"].content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.42/tres/"].get.responses["200"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.42_openapi_tres_resp"; |
Removed | .paths["/slurmdb/v0.0.42/tres/"].get.responses["200"].content["application/x-yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.42/tres/"].get.responses["200"].content["application/x-yaml"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.42/tres/"].get.responses["200"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.42_openapi_tres_resp"; |
Removed | .paths["/slurmdb/v0.0.42/tres/"].get.responses["200"].content["text/yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.42/tres/"].get.responses["200"].content["text/yaml"].schema = {}; |
Replaced | .paths["/slurmdb/v0.0.42/tres/"].get.responses["200"].content["application/yaml"] = {}; |
Added | .paths["/slurmdb/v0.0.42/tres/"].get.responses["200"].content["application/yaml"].schema = {}; |
Added | .paths["/slurmdb/v0.0.42/tres/"].get.responses["200"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.42_openapi_tres_resp"; |
Removed | .paths["/slurmdb/v0.0.42/tres/"].get.responses["default"].content["application/jsonrequest"] = {}; |
Removed | .paths["/slurmdb/v0.0.42/tres/"].get.responses["default"].content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.42/tres/"].get.responses["default"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.42_openapi_tres_resp"; |
Removed | .paths["/slurmdb/v0.0.42/tres/"].get.responses["default"].content["application/x-yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.42/tres/"].get.responses["default"].content["application/x-yaml"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.42/tres/"].get.responses["default"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.42_openapi_tres_resp"; |
Removed | .paths["/slurmdb/v0.0.42/tres/"].get.responses["default"].content["text/yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.42/tres/"].get.responses["default"].content["text/yaml"].schema = {}; |
Replaced | .paths["/slurmdb/v0.0.42/tres/"].get.responses["default"].content["application/yaml"] = {}; |
Added | .paths["/slurmdb/v0.0.42/tres/"].get.responses["default"].content["application/yaml"].schema = {}; |
Added | .paths["/slurmdb/v0.0.42/tres/"].get.responses["default"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.42_openapi_tres_resp"; |
Removed | .paths["/slurmdb/v0.0.42/tres/"].post.requestBody.content["application/jsonrequest"] = {}; |
Removed | .paths["/slurmdb/v0.0.42/tres/"].post.requestBody.content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.42/tres/"].post.requestBody.content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.42_openapi_tres_resp"; |
Removed | .paths["/slurmdb/v0.0.42/tres/"].post.requestBody.content["application/x-yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.42/tres/"].post.requestBody.content["application/x-yaml"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.42/tres/"].post.requestBody.content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.42_openapi_tres_resp"; |
Removed | .paths["/slurmdb/v0.0.42/tres/"].post.requestBody.content["text/yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.42/tres/"].post.requestBody.content["text/yaml"].schema = {}; |
Replaced | .paths["/slurmdb/v0.0.42/tres/"].post.requestBody.content["application/yaml"] = {}; |
Added | .paths["/slurmdb/v0.0.42/tres/"].post.requestBody.content["application/yaml"].schema = {}; |
Added | .paths["/slurmdb/v0.0.42/tres/"].post.requestBody.content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.42_openapi_tres_resp"; |
Removed | .paths["/slurmdb/v0.0.42/tres/"].post.responses["200"].content["application/jsonrequest"] = {}; |
Removed | .paths["/slurmdb/v0.0.42/tres/"].post.responses["200"].content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.42/tres/"].post.responses["200"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.42_openapi_resp"; |
Removed | .paths["/slurmdb/v0.0.42/tres/"].post.responses["200"].content["application/x-yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.42/tres/"].post.responses["200"].content["application/x-yaml"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.42/tres/"].post.responses["200"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.42_openapi_resp"; |
Removed | .paths["/slurmdb/v0.0.42/tres/"].post.responses["200"].content["text/yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.42/tres/"].post.responses["200"].content["text/yaml"].schema = {}; |
Replaced | .paths["/slurmdb/v0.0.42/tres/"].post.responses["200"].content["application/yaml"] = {}; |
Added | .paths["/slurmdb/v0.0.42/tres/"].post.responses["200"].content["application/yaml"].schema = {}; |
Added | .paths["/slurmdb/v0.0.42/tres/"].post.responses["200"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.42_openapi_resp"; |
Removed | .paths["/slurmdb/v0.0.42/tres/"].post.responses["default"].content["application/jsonrequest"] = {}; |
Removed | .paths["/slurmdb/v0.0.42/tres/"].post.responses["default"].content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.42/tres/"].post.responses["default"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.42_openapi_resp"; |
Removed | .paths["/slurmdb/v0.0.42/tres/"].post.responses["default"].content["application/x-yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.42/tres/"].post.responses["default"].content["application/x-yaml"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.42/tres/"].post.responses["default"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.42_openapi_resp"; |
Removed | .paths["/slurmdb/v0.0.42/tres/"].post.responses["default"].content["text/yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.42/tres/"].post.responses["default"].content["text/yaml"].schema = {}; |
Replaced | .paths["/slurmdb/v0.0.42/tres/"].post.responses["default"].content["application/yaml"] = {}; |
Added | .paths["/slurmdb/v0.0.42/tres/"].post.responses["default"].content["application/yaml"].schema = {}; |
Added | .paths["/slurmdb/v0.0.42/tres/"].post.responses["default"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.42_openapi_resp"; |
Removed | .paths["/slurmdb/v0.0.42/user/{name}"].get.responses["200"].content["application/jsonrequest"] = {}; |
Removed | .paths["/slurmdb/v0.0.42/user/{name}"].get.responses["200"].content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.42/user/{name}"].get.responses["200"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.42_openapi_users_resp"; |
Removed | .paths["/slurmdb/v0.0.42/user/{name}"].get.responses["200"].content["application/x-yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.42/user/{name}"].get.responses["200"].content["application/x-yaml"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.42/user/{name}"].get.responses["200"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.42_openapi_users_resp"; |
Removed | .paths["/slurmdb/v0.0.42/user/{name}"].get.responses["200"].content["text/yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.42/user/{name}"].get.responses["200"].content["text/yaml"].schema = {}; |
Replaced | .paths["/slurmdb/v0.0.42/user/{name}"].get.responses["200"].content["application/yaml"] = {}; |
Added | .paths["/slurmdb/v0.0.42/user/{name}"].get.responses["200"].content["application/yaml"].schema = {}; |
Added | .paths["/slurmdb/v0.0.42/user/{name}"].get.responses["200"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.42_openapi_users_resp"; |
Removed | .paths["/slurmdb/v0.0.42/user/{name}"].get.responses["default"].content["application/jsonrequest"] = {}; |
Removed | .paths["/slurmdb/v0.0.42/user/{name}"].get.responses["default"].content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.42/user/{name}"].get.responses["default"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.42_openapi_users_resp"; |
Removed | .paths["/slurmdb/v0.0.42/user/{name}"].get.responses["default"].content["application/x-yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.42/user/{name}"].get.responses["default"].content["application/x-yaml"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.42/user/{name}"].get.responses["default"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.42_openapi_users_resp"; |
Removed | .paths["/slurmdb/v0.0.42/user/{name}"].get.responses["default"].content["text/yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.42/user/{name}"].get.responses["default"].content["text/yaml"].schema = {}; |
Replaced | .paths["/slurmdb/v0.0.42/user/{name}"].get.responses["default"].content["application/yaml"] = {}; |
Added | .paths["/slurmdb/v0.0.42/user/{name}"].get.responses["default"].content["application/yaml"].schema = {}; |
Added | .paths["/slurmdb/v0.0.42/user/{name}"].get.responses["default"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.42_openapi_users_resp"; |
Removed | .paths["/slurmdb/v0.0.42/user/{name}"]["delete"].responses["200"].content["application/jsonrequest"] = {}; |
Removed | .paths["/slurmdb/v0.0.42/user/{name}"]["delete"].responses["200"].content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.42/user/{name}"]["delete"].responses["200"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.42_openapi_resp"; |
Removed | .paths["/slurmdb/v0.0.42/user/{name}"]["delete"].responses["200"].content["application/x-yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.42/user/{name}"]["delete"].responses["200"].content["application/x-yaml"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.42/user/{name}"]["delete"].responses["200"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.42_openapi_resp"; |
Removed | .paths["/slurmdb/v0.0.42/user/{name}"]["delete"].responses["200"].content["text/yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.42/user/{name}"]["delete"].responses["200"].content["text/yaml"].schema = {}; |
Replaced | .paths["/slurmdb/v0.0.42/user/{name}"]["delete"].responses["200"].content["application/yaml"] = {}; |
Added | .paths["/slurmdb/v0.0.42/user/{name}"]["delete"].responses["200"].content["application/yaml"].schema = {}; |
Added | .paths["/slurmdb/v0.0.42/user/{name}"]["delete"].responses["200"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.42_openapi_resp"; |
Removed | .paths["/slurmdb/v0.0.42/user/{name}"]["delete"].responses["default"].content["application/jsonrequest"] = {}; |
Removed | .paths["/slurmdb/v0.0.42/user/{name}"]["delete"].responses["default"].content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.42/user/{name}"]["delete"].responses["default"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.42_openapi_resp"; |
Removed | .paths["/slurmdb/v0.0.42/user/{name}"]["delete"].responses["default"].content["application/x-yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.42/user/{name}"]["delete"].responses["default"].content["application/x-yaml"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.42/user/{name}"]["delete"].responses["default"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.42_openapi_resp"; |
Removed | .paths["/slurmdb/v0.0.42/user/{name}"]["delete"].responses["default"].content["text/yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.42/user/{name}"]["delete"].responses["default"].content["text/yaml"].schema = {}; |
Replaced | .paths["/slurmdb/v0.0.42/user/{name}"]["delete"].responses["default"].content["application/yaml"] = {}; |
Added | .paths["/slurmdb/v0.0.42/user/{name}"]["delete"].responses["default"].content["application/yaml"].schema = {}; |
Added | .paths["/slurmdb/v0.0.42/user/{name}"]["delete"].responses["default"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.42_openapi_resp"; |
Removed | .paths["/slurmdb/v0.0.42/users/"].get.responses["200"].content["application/jsonrequest"] = {}; |
Removed | .paths["/slurmdb/v0.0.42/users/"].get.responses["200"].content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.42/users/"].get.responses["200"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.42_openapi_users_resp"; |
Removed | .paths["/slurmdb/v0.0.42/users/"].get.responses["200"].content["application/x-yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.42/users/"].get.responses["200"].content["application/x-yaml"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.42/users/"].get.responses["200"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.42_openapi_users_resp"; |
Removed | .paths["/slurmdb/v0.0.42/users/"].get.responses["200"].content["text/yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.42/users/"].get.responses["200"].content["text/yaml"].schema = {}; |
Replaced | .paths["/slurmdb/v0.0.42/users/"].get.responses["200"].content["application/yaml"] = {}; |
Added | .paths["/slurmdb/v0.0.42/users/"].get.responses["200"].content["application/yaml"].schema = {}; |
Added | .paths["/slurmdb/v0.0.42/users/"].get.responses["200"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.42_openapi_users_resp"; |
Removed | .paths["/slurmdb/v0.0.42/users/"].get.responses["default"].content["application/jsonrequest"] = {}; |
Removed | .paths["/slurmdb/v0.0.42/users/"].get.responses["default"].content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.42/users/"].get.responses["default"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.42_openapi_users_resp"; |
Removed | .paths["/slurmdb/v0.0.42/users/"].get.responses["default"].content["application/x-yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.42/users/"].get.responses["default"].content["application/x-yaml"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.42/users/"].get.responses["default"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.42_openapi_users_resp"; |
Removed | .paths["/slurmdb/v0.0.42/users/"].get.responses["default"].content["text/yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.42/users/"].get.responses["default"].content["text/yaml"].schema = {}; |
Replaced | .paths["/slurmdb/v0.0.42/users/"].get.responses["default"].content["application/yaml"] = {}; |
Added | .paths["/slurmdb/v0.0.42/users/"].get.responses["default"].content["application/yaml"].schema = {}; |
Added | .paths["/slurmdb/v0.0.42/users/"].get.responses["default"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.42_openapi_users_resp"; |
Removed | .paths["/slurmdb/v0.0.42/users/"].post.requestBody.content["application/jsonrequest"] = {}; |
Removed | .paths["/slurmdb/v0.0.42/users/"].post.requestBody.content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.42/users/"].post.requestBody.content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.42_openapi_users_resp"; |
Removed | .paths["/slurmdb/v0.0.42/users/"].post.requestBody.content["application/x-yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.42/users/"].post.requestBody.content["application/x-yaml"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.42/users/"].post.requestBody.content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.42_openapi_users_resp"; |
Removed | .paths["/slurmdb/v0.0.42/users/"].post.requestBody.content["text/yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.42/users/"].post.requestBody.content["text/yaml"].schema = {}; |
Replaced | .paths["/slurmdb/v0.0.42/users/"].post.requestBody.content["application/yaml"] = {}; |
Added | .paths["/slurmdb/v0.0.42/users/"].post.requestBody.content["application/yaml"].schema = {}; |
Added | .paths["/slurmdb/v0.0.42/users/"].post.requestBody.content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.42_openapi_users_resp"; |
Removed | .paths["/slurmdb/v0.0.42/users/"].post.responses["200"].content["application/jsonrequest"] = {}; |
Removed | .paths["/slurmdb/v0.0.42/users/"].post.responses["200"].content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.42/users/"].post.responses["200"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.42_openapi_resp"; |
Removed | .paths["/slurmdb/v0.0.42/users/"].post.responses["200"].content["application/x-yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.42/users/"].post.responses["200"].content["application/x-yaml"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.42/users/"].post.responses["200"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.42_openapi_resp"; |
Removed | .paths["/slurmdb/v0.0.42/users/"].post.responses["200"].content["text/yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.42/users/"].post.responses["200"].content["text/yaml"].schema = {}; |
Replaced | .paths["/slurmdb/v0.0.42/users/"].post.responses["200"].content["application/yaml"] = {}; |
Added | .paths["/slurmdb/v0.0.42/users/"].post.responses["200"].content["application/yaml"].schema = {}; |
Added | .paths["/slurmdb/v0.0.42/users/"].post.responses["200"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.42_openapi_resp"; |
Removed | .paths["/slurmdb/v0.0.42/users/"].post.responses["default"].content["application/jsonrequest"] = {}; |
Removed | .paths["/slurmdb/v0.0.42/users/"].post.responses["default"].content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.42/users/"].post.responses["default"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.42_openapi_resp"; |
Removed | .paths["/slurmdb/v0.0.42/users/"].post.responses["default"].content["application/x-yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.42/users/"].post.responses["default"].content["application/x-yaml"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.42/users/"].post.responses["default"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.42_openapi_resp"; |
Removed | .paths["/slurmdb/v0.0.42/users/"].post.responses["default"].content["text/yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.42/users/"].post.responses["default"].content["text/yaml"].schema = {}; |
Replaced | .paths["/slurmdb/v0.0.42/users/"].post.responses["default"].content["application/yaml"] = {}; |
Added | .paths["/slurmdb/v0.0.42/users/"].post.responses["default"].content["application/yaml"].schema = {}; |
Added | .paths["/slurmdb/v0.0.42/users/"].post.responses["default"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.42_openapi_resp"; |
Removed | .paths["/slurmdb/v0.0.42/users_association/"].post.requestBody.content["application/jsonrequest"] = {}; |
Removed | .paths["/slurmdb/v0.0.42/users_association/"].post.requestBody.content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.42/users_association/"].post.requestBody.content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.42_openapi_users_add_cond_resp"; |
Removed | .paths["/slurmdb/v0.0.42/users_association/"].post.requestBody.content["application/x-yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.42/users_association/"].post.requestBody.content["application/x-yaml"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.42/users_association/"].post.requestBody.content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.42_openapi_users_add_cond_resp"; |
Removed | .paths["/slurmdb/v0.0.42/users_association/"].post.requestBody.content["text/yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.42/users_association/"].post.requestBody.content["text/yaml"].schema = {}; |
Replaced | .paths["/slurmdb/v0.0.42/users_association/"].post.requestBody.content["application/yaml"] = {}; |
Added | .paths["/slurmdb/v0.0.42/users_association/"].post.requestBody.content["application/yaml"].schema = {}; |
Added | .paths["/slurmdb/v0.0.42/users_association/"].post.requestBody.content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.42_openapi_users_add_cond_resp"; |
Removed | .paths["/slurmdb/v0.0.42/users_association/"].post.responses["200"].content["application/jsonrequest"] = {}; |
Removed | .paths["/slurmdb/v0.0.42/users_association/"].post.responses["200"].content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.42/users_association/"].post.responses["200"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.42_openapi_users_add_cond_resp_str"; |
Removed | .paths["/slurmdb/v0.0.42/users_association/"].post.responses["200"].content["application/x-yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.42/users_association/"].post.responses["200"].content["application/x-yaml"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.42/users_association/"].post.responses["200"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.42_openapi_users_add_cond_resp_str"; |
Removed | .paths["/slurmdb/v0.0.42/users_association/"].post.responses["200"].content["text/yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.42/users_association/"].post.responses["200"].content["text/yaml"].schema = {}; |
Replaced | .paths["/slurmdb/v0.0.42/users_association/"].post.responses["200"].content["application/yaml"] = {}; |
Added | .paths["/slurmdb/v0.0.42/users_association/"].post.responses["200"].content["application/yaml"].schema = {}; |
Added | .paths["/slurmdb/v0.0.42/users_association/"].post.responses["200"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.42_openapi_users_add_cond_resp_str"; |
Removed | .paths["/slurmdb/v0.0.42/users_association/"].post.responses["default"].content["application/jsonrequest"] = {}; |
Removed | .paths["/slurmdb/v0.0.42/users_association/"].post.responses["default"].content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.42/users_association/"].post.responses["default"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.42_openapi_users_add_cond_resp_str"; |
Removed | .paths["/slurmdb/v0.0.42/users_association/"].post.responses["default"].content["application/x-yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.42/users_association/"].post.responses["default"].content["application/x-yaml"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.42/users_association/"].post.responses["default"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.42_openapi_users_add_cond_resp_str"; |
Removed | .paths["/slurmdb/v0.0.42/users_association/"].post.responses["default"].content["text/yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.42/users_association/"].post.responses["default"].content["text/yaml"].schema = {}; |
Replaced | .paths["/slurmdb/v0.0.42/users_association/"].post.responses["default"].content["application/yaml"] = {}; |
Added | .paths["/slurmdb/v0.0.42/users_association/"].post.responses["default"].content["application/yaml"].schema = {}; |
Added | .paths["/slurmdb/v0.0.42/users_association/"].post.responses["default"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.42_openapi_users_add_cond_resp_str"; |
Removed | .paths["/slurmdb/v0.0.42/wckey/{id}"].get.responses["200"].content["application/jsonrequest"] = {}; |
Removed | .paths["/slurmdb/v0.0.42/wckey/{id}"].get.responses["200"].content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.42/wckey/{id}"].get.responses["200"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.42_openapi_wckey_resp"; |
Removed | .paths["/slurmdb/v0.0.42/wckey/{id}"].get.responses["200"].content["application/x-yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.42/wckey/{id}"].get.responses["200"].content["application/x-yaml"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.42/wckey/{id}"].get.responses["200"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.42_openapi_wckey_resp"; |
Removed | .paths["/slurmdb/v0.0.42/wckey/{id}"].get.responses["200"].content["text/yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.42/wckey/{id}"].get.responses["200"].content["text/yaml"].schema = {}; |
Replaced | .paths["/slurmdb/v0.0.42/wckey/{id}"].get.responses["200"].content["application/yaml"] = {}; |
Added | .paths["/slurmdb/v0.0.42/wckey/{id}"].get.responses["200"].content["application/yaml"].schema = {}; |
Added | .paths["/slurmdb/v0.0.42/wckey/{id}"].get.responses["200"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.42_openapi_wckey_resp"; |
Removed | .paths["/slurmdb/v0.0.42/wckey/{id}"].get.responses["default"].content["application/jsonrequest"] = {}; |
Removed | .paths["/slurmdb/v0.0.42/wckey/{id}"].get.responses["default"].content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.42/wckey/{id}"].get.responses["default"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.42_openapi_wckey_resp"; |
Removed | .paths["/slurmdb/v0.0.42/wckey/{id}"].get.responses["default"].content["application/x-yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.42/wckey/{id}"].get.responses["default"].content["application/x-yaml"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.42/wckey/{id}"].get.responses["default"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.42_openapi_wckey_resp"; |
Removed | .paths["/slurmdb/v0.0.42/wckey/{id}"].get.responses["default"].content["text/yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.42/wckey/{id}"].get.responses["default"].content["text/yaml"].schema = {}; |
Replaced | .paths["/slurmdb/v0.0.42/wckey/{id}"].get.responses["default"].content["application/yaml"] = {}; |
Added | .paths["/slurmdb/v0.0.42/wckey/{id}"].get.responses["default"].content["application/yaml"].schema = {}; |
Added | .paths["/slurmdb/v0.0.42/wckey/{id}"].get.responses["default"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.42_openapi_wckey_resp"; |
Removed | .paths["/slurmdb/v0.0.42/wckey/{id}"]["delete"].responses["200"].content["application/jsonrequest"] = {}; |
Removed | .paths["/slurmdb/v0.0.42/wckey/{id}"]["delete"].responses["200"].content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.42/wckey/{id}"]["delete"].responses["200"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.42_openapi_wckey_removed_resp"; |
Removed | .paths["/slurmdb/v0.0.42/wckey/{id}"]["delete"].responses["200"].content["application/x-yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.42/wckey/{id}"]["delete"].responses["200"].content["application/x-yaml"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.42/wckey/{id}"]["delete"].responses["200"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.42_openapi_wckey_removed_resp"; |
Removed | .paths["/slurmdb/v0.0.42/wckey/{id}"]["delete"].responses["200"].content["text/yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.42/wckey/{id}"]["delete"].responses["200"].content["text/yaml"].schema = {}; |
Replaced | .paths["/slurmdb/v0.0.42/wckey/{id}"]["delete"].responses["200"].content["application/yaml"] = {}; |
Added | .paths["/slurmdb/v0.0.42/wckey/{id}"]["delete"].responses["200"].content["application/yaml"].schema = {}; |
Added | .paths["/slurmdb/v0.0.42/wckey/{id}"]["delete"].responses["200"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.42_openapi_wckey_removed_resp"; |
Removed | .paths["/slurmdb/v0.0.42/wckey/{id}"]["delete"].responses["default"].content["application/jsonrequest"] = {}; |
Removed | .paths["/slurmdb/v0.0.42/wckey/{id}"]["delete"].responses["default"].content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.42/wckey/{id}"]["delete"].responses["default"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.42_openapi_wckey_removed_resp"; |
Removed | .paths["/slurmdb/v0.0.42/wckey/{id}"]["delete"].responses["default"].content["application/x-yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.42/wckey/{id}"]["delete"].responses["default"].content["application/x-yaml"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.42/wckey/{id}"]["delete"].responses["default"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.42_openapi_wckey_removed_resp"; |
Removed | .paths["/slurmdb/v0.0.42/wckey/{id}"]["delete"].responses["default"].content["text/yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.42/wckey/{id}"]["delete"].responses["default"].content["text/yaml"].schema = {}; |
Replaced | .paths["/slurmdb/v0.0.42/wckey/{id}"]["delete"].responses["default"].content["application/yaml"] = {}; |
Added | .paths["/slurmdb/v0.0.42/wckey/{id}"]["delete"].responses["default"].content["application/yaml"].schema = {}; |
Added | .paths["/slurmdb/v0.0.42/wckey/{id}"]["delete"].responses["default"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.42_openapi_wckey_removed_resp"; |
Removed | .paths["/slurmdb/v0.0.42/wckeys/"].get.responses["200"].content["application/jsonrequest"] = {}; |
Removed | .paths["/slurmdb/v0.0.42/wckeys/"].get.responses["200"].content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.42/wckeys/"].get.responses["200"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.42_openapi_wckey_resp"; |
Removed | .paths["/slurmdb/v0.0.42/wckeys/"].get.responses["200"].content["application/x-yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.42/wckeys/"].get.responses["200"].content["application/x-yaml"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.42/wckeys/"].get.responses["200"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.42_openapi_wckey_resp"; |
Removed | .paths["/slurmdb/v0.0.42/wckeys/"].get.responses["200"].content["text/yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.42/wckeys/"].get.responses["200"].content["text/yaml"].schema = {}; |
Replaced | .paths["/slurmdb/v0.0.42/wckeys/"].get.responses["200"].content["application/yaml"] = {}; |
Added | .paths["/slurmdb/v0.0.42/wckeys/"].get.responses["200"].content["application/yaml"].schema = {}; |
Added | .paths["/slurmdb/v0.0.42/wckeys/"].get.responses["200"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.42_openapi_wckey_resp"; |
Removed | .paths["/slurmdb/v0.0.42/wckeys/"].get.responses["default"].content["application/jsonrequest"] = {}; |
Removed | .paths["/slurmdb/v0.0.42/wckeys/"].get.responses["default"].content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.42/wckeys/"].get.responses["default"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.42_openapi_wckey_resp"; |
Removed | .paths["/slurmdb/v0.0.42/wckeys/"].get.responses["default"].content["application/x-yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.42/wckeys/"].get.responses["default"].content["application/x-yaml"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.42/wckeys/"].get.responses["default"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.42_openapi_wckey_resp"; |
Removed | .paths["/slurmdb/v0.0.42/wckeys/"].get.responses["default"].content["text/yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.42/wckeys/"].get.responses["default"].content["text/yaml"].schema = {}; |
Replaced | .paths["/slurmdb/v0.0.42/wckeys/"].get.responses["default"].content["application/yaml"] = {}; |
Added | .paths["/slurmdb/v0.0.42/wckeys/"].get.responses["default"].content["application/yaml"].schema = {}; |
Added | .paths["/slurmdb/v0.0.42/wckeys/"].get.responses["default"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.42_openapi_wckey_resp"; |
Removed | .paths["/slurmdb/v0.0.42/wckeys/"].post.requestBody.content["application/jsonrequest"] = {}; |
Removed | .paths["/slurmdb/v0.0.42/wckeys/"].post.requestBody.content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.42/wckeys/"].post.requestBody.content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.42_openapi_wckey_resp"; |
Removed | .paths["/slurmdb/v0.0.42/wckeys/"].post.requestBody.content["application/x-yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.42/wckeys/"].post.requestBody.content["application/x-yaml"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.42/wckeys/"].post.requestBody.content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.42_openapi_wckey_resp"; |
Removed | .paths["/slurmdb/v0.0.42/wckeys/"].post.requestBody.content["text/yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.42/wckeys/"].post.requestBody.content["text/yaml"].schema = {}; |
Replaced | .paths["/slurmdb/v0.0.42/wckeys/"].post.requestBody.content["application/yaml"] = {}; |
Added | .paths["/slurmdb/v0.0.42/wckeys/"].post.requestBody.content["application/yaml"].schema = {}; |
Added | .paths["/slurmdb/v0.0.42/wckeys/"].post.requestBody.content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.42_openapi_wckey_resp"; |
Removed | .paths["/slurmdb/v0.0.42/wckeys/"].post.responses["200"].content["application/jsonrequest"] = {}; |
Removed | .paths["/slurmdb/v0.0.42/wckeys/"].post.responses["200"].content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.42/wckeys/"].post.responses["200"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.42_openapi_resp"; |
Removed | .paths["/slurmdb/v0.0.42/wckeys/"].post.responses["200"].content["application/x-yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.42/wckeys/"].post.responses["200"].content["application/x-yaml"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.42/wckeys/"].post.responses["200"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.42_openapi_resp"; |
Removed | .paths["/slurmdb/v0.0.42/wckeys/"].post.responses["200"].content["text/yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.42/wckeys/"].post.responses["200"].content["text/yaml"].schema = {}; |
Replaced | .paths["/slurmdb/v0.0.42/wckeys/"].post.responses["200"].content["application/yaml"] = {}; |
Added | .paths["/slurmdb/v0.0.42/wckeys/"].post.responses["200"].content["application/yaml"].schema = {}; |
Added | .paths["/slurmdb/v0.0.42/wckeys/"].post.responses["200"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.42_openapi_resp"; |
Removed | .paths["/slurmdb/v0.0.42/wckeys/"].post.responses["default"].content["application/jsonrequest"] = {}; |
Removed | .paths["/slurmdb/v0.0.42/wckeys/"].post.responses["default"].content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.42/wckeys/"].post.responses["default"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.42_openapi_resp"; |
Removed | .paths["/slurmdb/v0.0.42/wckeys/"].post.responses["default"].content["application/x-yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.42/wckeys/"].post.responses["default"].content["application/x-yaml"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.42/wckeys/"].post.responses["default"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.42_openapi_resp"; |
Removed | .paths["/slurmdb/v0.0.42/wckeys/"].post.responses["default"].content["text/yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.42/wckeys/"].post.responses["default"].content["text/yaml"].schema = {}; |
Replaced | .paths["/slurmdb/v0.0.42/wckeys/"].post.responses["default"].content["application/yaml"] = {}; |
Added | .paths["/slurmdb/v0.0.42/wckeys/"].post.responses["default"].content["application/yaml"].schema = {}; |
Added | .paths["/slurmdb/v0.0.42/wckeys/"].post.responses["default"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.42_openapi_resp"; |
Removed | .components.schemas["v0.0.42_job_desc_msg"].properties.exclusive = {}; |
Removed | .components.schemas["v0.0.42_job_desc_msg"].properties.exclusive.deprecated = true; |
Removed | .components.schemas["v0.0.42_job_desc_msg"].properties.exclusive.items = {}; |
Removed | .components.schemas["v0.0.42_job_desc_msg"].properties.exclusive.items.enum = []; |
Removed | .components.schemas["v0.0.42_job_desc_msg"].properties.exclusive.items.enum[0] = "true"; |
Removed | .components.schemas["v0.0.42_job_desc_msg"].properties.exclusive.items.enum[1] = "false"; |
Removed | .components.schemas["v0.0.42_job_desc_msg"].properties.exclusive.items.enum[2] = "user"; |
Removed | .components.schemas["v0.0.42_job_desc_msg"].properties.exclusive.items.enum[3] = "mcs"; |
Removed | .components.schemas["v0.0.42_job_desc_msg"].properties.exclusive.items.enum[4] = "topo"; |
Removed | .components.schemas["v0.0.42_job_desc_msg"].properties.exclusive.items.type = "string"; |
Removed | .components.schemas["v0.0.42_job_desc_msg"].properties.exclusive.type = "array"; |
Removed | .components.schemas["v0.0.42_job_desc_msg"].properties.oversubscribe = {}; |
Removed | .components.schemas["v0.0.42_job_desc_msg"].properties.oversubscribe.deprecated = true; |
Removed | .components.schemas["v0.0.42_job_desc_msg"].properties.oversubscribe.type = "boolean"; |
Removed | .components.schemas["v0.0.42_openapi_job_info_resp"].properties.jobs.items.properties.exclusive = {}; |
Removed | .components.schemas["v0.0.42_openapi_job_info_resp"].properties.jobs.items.properties.exclusive.deprecated = true; |
Removed | .components.schemas["v0.0.42_openapi_job_info_resp"].properties.jobs.items.properties.exclusive.items = {}; |
Removed | .components.schemas["v0.0.42_openapi_job_info_resp"].properties.jobs.items.properties.exclusive.items.enum = []; |
Removed | .components.schemas["v0.0.42_openapi_job_info_resp"].properties.jobs.items.properties.exclusive.items.enum[0] = "true"; |
Removed | .components.schemas["v0.0.42_openapi_job_info_resp"].properties.jobs.items.properties.exclusive.items.enum[1] = "false"; |
Removed | .components.schemas["v0.0.42_openapi_job_info_resp"].properties.jobs.items.properties.exclusive.items.enum[2] = "user"; |
Removed | .components.schemas["v0.0.42_openapi_job_info_resp"].properties.jobs.items.properties.exclusive.items.enum[3] = "mcs"; |
Removed | .components.schemas["v0.0.42_openapi_job_info_resp"].properties.jobs.items.properties.exclusive.items.enum[4] = "topo"; |
Removed | .components.schemas["v0.0.42_openapi_job_info_resp"].properties.jobs.items.properties.exclusive.items.type = "string"; |
Removed | .components.schemas["v0.0.42_openapi_job_info_resp"].properties.jobs.items.properties.exclusive.type = "array"; |
Removed | .components.schemas["v0.0.42_openapi_job_info_resp"].properties.jobs.items.properties.oversubscribe = {}; |
Removed | .components.schemas["v0.0.42_openapi_job_info_resp"].properties.jobs.items.properties.oversubscribe.deprecated = true; |
Removed | .components.schemas["v0.0.42_openapi_job_info_resp"].properties.jobs.items.properties.oversubscribe.type = "boolean"; |
Removed | .components.schemas["v0.0.42_openapi_job_post_response"].properties.job_id = {}; |
Removed | .components.schemas["v0.0.42_openapi_job_post_response"].properties.job_id.deprecated = true; |
Removed | .components.schemas["v0.0.42_openapi_job_post_response"].properties.job_id.description = "First updated JobId - Use results instead"; |
Removed | .components.schemas["v0.0.42_openapi_job_post_response"].properties.job_id.type = "string"; |
Removed | .components.schemas["v0.0.42_openapi_job_post_response"].properties.job_submit_user_msg = {}; |
Removed | .components.schemas["v0.0.42_openapi_job_post_response"].properties.job_submit_user_msg.deprecated = true; |
Removed | .components.schemas["v0.0.42_openapi_job_post_response"].properties.job_submit_user_msg.description = "First updated Job submission user message - Use results instead"; |
Removed | .components.schemas["v0.0.42_openapi_job_post_response"].properties.job_submit_user_msg.type = "string"; |
Removed | .components.schemas["v0.0.42_openapi_job_post_response"].properties.step_id = {}; |
Removed | .components.schemas["v0.0.42_openapi_job_post_response"].properties.step_id.deprecated = true; |
Removed | .components.schemas["v0.0.42_openapi_job_post_response"].properties.step_id.description = "First updated StepID - Use results instead"; |
Removed | .components.schemas["v0.0.42_openapi_job_post_response"].properties.step_id.type = "string"; |
Removed | .components.schemas["v0.0.42_openapi_job_submit_response"].properties.result = {}; |
Removed | .components.schemas["v0.0.42_openapi_job_submit_response"].properties.result.deprecated = true; |
Removed | .components.schemas["v0.0.42_openapi_job_submit_response"].properties.result.description = "Job submission"; |
Removed | .components.schemas["v0.0.42_openapi_job_submit_response"].properties.result.properties = {}; |
Removed | .components.schemas["v0.0.42_openapi_job_submit_response"].properties.result.properties.error = {}; |
Removed | .components.schemas["v0.0.42_openapi_job_submit_response"].properties.result.properties.error.type = "string"; |
Removed | .components.schemas["v0.0.42_openapi_job_submit_response"].properties.result.properties.error_code = {}; |
Removed | .components.schemas["v0.0.42_openapi_job_submit_response"].properties.result.properties.error_code.format = "int32"; |
Removed | .components.schemas["v0.0.42_openapi_job_submit_response"].properties.result.properties.error_code.type = "integer"; |
Removed | .components.schemas["v0.0.42_openapi_job_submit_response"].properties.result.properties.job_id = {}; |
Removed | .components.schemas["v0.0.42_openapi_job_submit_response"].properties.result.properties.job_id.format = "int32"; |
Removed | .components.schemas["v0.0.42_openapi_job_submit_response"].properties.result.properties.job_id.type = "integer"; |
Removed | .components.schemas["v0.0.42_openapi_job_submit_response"].properties.result.properties.job_submit_user_msg = {}; |
Removed | .components.schemas["v0.0.42_openapi_job_submit_response"].properties.result.properties.job_submit_user_msg.type = "string"; |
Removed | .components.schemas["v0.0.42_openapi_job_submit_response"].properties.result.properties.step_id = {}; |
Removed | .components.schemas["v0.0.42_openapi_job_submit_response"].properties.result.properties.step_id.type = "string"; |
Removed | .components.schemas["v0.0.42_openapi_job_submit_response"].properties.result.required = []; |
Add /nodes POST endpoint
Added | .paths["/slurm/v0.0.42/nodes/"].post = {}; |
Added Fields to QOS
Added | .components.schemas["v0.0.42_openapi_slurmdbd_config_resp"].properties.qos.items.properties.limits.properties.max.properties.jobs.properties.count = {}; |
{INSERT_REASON_HERE} | |
Added | .components.schemas["v0.0.42_openapi_slurmdbd_config_resp"].properties.qos.items.properties.limits.properties.max.properties.jobs.properties.count.description = "32 bit integer number with flags"; |
{INSERT_REASON_HERE} | |
Added | .components.schemas["v0.0.42_openapi_slurmdbd_config_resp"].properties.qos.items.properties.limits.properties.max.properties.jobs.properties.count.properties = {}; |
{INSERT_REASON_HERE} | |
Added | .components.schemas["v0.0.42_openapi_slurmdbd_config_resp"].properties.qos.items.properties.limits.properties.max.properties.jobs.properties.count.properties.infinite = {}; |
{INSERT_REASON_HERE} | |
Added | .components.schemas["v0.0.42_openapi_slurmdbd_config_resp"].properties.qos.items.properties.limits.properties.max.properties.jobs.properties.count.properties.infinite.description = "True if number has been set to infinite. \"set\" and \"number\" will be ignored."; |
{INSERT_REASON_HERE} | |
Added | .components.schemas["v0.0.42_openapi_slurmdbd_config_resp"].properties.qos.items.properties.limits.properties.max.properties.jobs.properties.count.properties.infinite.type = "boolean"; |
{INSERT_REASON_HERE} | |
Added | .components.schemas["v0.0.42_openapi_slurmdbd_config_resp"].properties.qos.items.properties.limits.properties.max.properties.jobs.properties.count.properties.number = {}; |
{INSERT_REASON_HERE} | |
Added | .components.schemas["v0.0.42_openapi_slurmdbd_config_resp"].properties.qos.items.properties.limits.properties.max.properties.jobs.properties.count.properties.number.description = "If set is True the number will be set with value. Otherwise ignore number contents."; |
{INSERT_REASON_HERE} | |
Added | .components.schemas["v0.0.42_openapi_slurmdbd_config_resp"].properties.qos.items.properties.limits.properties.max.properties.jobs.properties.count.properties.number.format = "int32"; |
{INSERT_REASON_HERE} | |
Added | .components.schemas["v0.0.42_openapi_slurmdbd_config_resp"].properties.qos.items.properties.limits.properties.max.properties.jobs.properties.count.properties.number.type = "integer"; |
{INSERT_REASON_HERE} | |
Added | .components.schemas["v0.0.42_openapi_slurmdbd_config_resp"].properties.qos.items.properties.limits.properties.max.properties.jobs.properties.count.properties.set = {}; |
{INSERT_REASON_HERE} | |
Added | .components.schemas["v0.0.42_openapi_slurmdbd_config_resp"].properties.qos.items.properties.limits.properties.max.properties.jobs.properties.count.properties.set.description = "True if number has been set. False if number is unset"; |
{INSERT_REASON_HERE} | |
Added | .components.schemas["v0.0.42_openapi_slurmdbd_config_resp"].properties.qos.items.properties.limits.properties.max.properties.jobs.properties.count.properties.set.type = "boolean"; |
{INSERT_REASON_HERE} | |
Added | .components.schemas["v0.0.42_openapi_slurmdbd_config_resp"].properties.qos.items.properties.limits.properties.max.properties.jobs.properties.count.required = []; |
{INSERT_REASON_HERE} | |
Added | .components.schemas["v0.0.42_openapi_slurmdbd_config_resp"].properties.qos.items.properties.limits.properties.max.properties.jobs.properties.count.type = "object"; |
{INSERT_REASON_HERE} | |
Added | .components.schemas["v0.0.42_openapi_slurmdbd_config_resp"].properties.qos.items.properties.limits.properties.max.properties.tres.properties.minutes.properties.total = {}; |
{INSERT_REASON_HERE} | |
Added | .components.schemas["v0.0.42_openapi_slurmdbd_config_resp"].properties.qos.items.properties.limits.properties.max.properties.tres.properties.minutes.properties.total.items = {}; |
{INSERT_REASON_HERE} | |
Added | .components.schemas["v0.0.42_openapi_slurmdbd_config_resp"].properties.qos.items.properties.limits.properties.max.properties.tres.properties.minutes.properties.total.items.properties = {}; |
{INSERT_REASON_HERE} | |
Added | .components.schemas["v0.0.42_openapi_slurmdbd_config_resp"].properties.qos.items.properties.limits.properties.max.properties.tres.properties.minutes.properties.total.items.properties.count = {}; |
{INSERT_REASON_HERE} | |
Added | .components.schemas["v0.0.42_openapi_slurmdbd_config_resp"].properties.qos.items.properties.limits.properties.max.properties.tres.properties.minutes.properties.total.items.properties.count.format = "int64"; |
{INSERT_REASON_HERE} | |
Added | .components.schemas["v0.0.42_openapi_slurmdbd_config_resp"].properties.qos.items.properties.limits.properties.max.properties.tres.properties.minutes.properties.total.items.properties.count.type = "integer"; |
{INSERT_REASON_HERE} | |
Added | .components.schemas["v0.0.42_openapi_slurmdbd_config_resp"].properties.qos.items.properties.limits.properties.max.properties.tres.properties.minutes.properties.total.items.properties.id = {}; |
{INSERT_REASON_HERE} | |
Added | .components.schemas["v0.0.42_openapi_slurmdbd_config_resp"].properties.qos.items.properties.limits.properties.max.properties.tres.properties.minutes.properties.total.items.properties.id.format = "int32"; |
{INSERT_REASON_HERE} | |
Added | .components.schemas["v0.0.42_openapi_slurmdbd_config_resp"].properties.qos.items.properties.limits.properties.max.properties.tres.properties.minutes.properties.total.items.properties.id.type = "integer"; |
{INSERT_REASON_HERE} | |
Added | .components.schemas["v0.0.42_openapi_slurmdbd_config_resp"].properties.qos.items.properties.limits.properties.max.properties.tres.properties.minutes.properties.total.items.properties.name = {}; |
{INSERT_REASON_HERE} | |
Added | .components.schemas["v0.0.42_openapi_slurmdbd_config_resp"].properties.qos.items.properties.limits.properties.max.properties.tres.properties.minutes.properties.total.items.properties.name.type = "string"; |
{INSERT_REASON_HERE} | |
Added | .components.schemas["v0.0.42_openapi_slurmdbd_config_resp"].properties.qos.items.properties.limits.properties.max.properties.tres.properties.minutes.properties.total.items.properties.type = {}; |
{INSERT_REASON_HERE} | |
Added | .components.schemas["v0.0.42_openapi_slurmdbd_config_resp"].properties.qos.items.properties.limits.properties.max.properties.tres.properties.minutes.properties.total.items.properties.type.type = "string"; |
{INSERT_REASON_HERE} | |
Added | .components.schemas["v0.0.42_openapi_slurmdbd_config_resp"].properties.qos.items.properties.limits.properties.max.properties.tres.properties.minutes.properties.total.items.required = []; |
{INSERT_REASON_HERE} | |
Added | .components.schemas["v0.0.42_openapi_slurmdbd_config_resp"].properties.qos.items.properties.limits.properties.max.properties.tres.properties.minutes.properties.total.items.required[0] = "type"; |
{INSERT_REASON_HERE} | |
Added | .components.schemas["v0.0.42_openapi_slurmdbd_config_resp"].properties.qos.items.properties.limits.properties.max.properties.tres.properties.minutes.properties.total.items.type = "object"; |
{INSERT_REASON_HERE} | |
Added | .components.schemas["v0.0.42_openapi_slurmdbd_config_resp"].properties.qos.items.properties.limits.properties.max.properties.tres.properties.minutes.properties.total.type = "array"; |
{INSERT_REASON_HERE} | |
Added | .components.schemas["v0.0.42_openapi_slurmdbd_qos_resp"].properties.qos.items.properties.limits.properties.max.properties.jobs.properties.count = {}; |
{INSERT_REASON_HERE} | |
Added | .components.schemas["v0.0.42_openapi_slurmdbd_qos_resp"].properties.qos.items.properties.limits.properties.max.properties.jobs.properties.count.description = "32 bit integer number with flags"; |
{INSERT_REASON_HERE} | |
Added | .components.schemas["v0.0.42_openapi_slurmdbd_qos_resp"].properties.qos.items.properties.limits.properties.max.properties.jobs.properties.count.properties = {}; |
{INSERT_REASON_HERE} | |
Added | .components.schemas["v0.0.42_openapi_slurmdbd_qos_resp"].properties.qos.items.properties.limits.properties.max.properties.jobs.properties.count.properties.infinite = {}; |
{INSERT_REASON_HERE} | |
Added | .components.schemas["v0.0.42_openapi_slurmdbd_qos_resp"].properties.qos.items.properties.limits.properties.max.properties.jobs.properties.count.properties.infinite.description = "True if number has been set to infinite. \"set\" and \"number\" will be ignored."; |
{INSERT_REASON_HERE} | |
Added | .components.schemas["v0.0.42_openapi_slurmdbd_qos_resp"].properties.qos.items.properties.limits.properties.max.properties.jobs.properties.count.properties.infinite.type = "boolean"; |
{INSERT_REASON_HERE} | |
Added | .components.schemas["v0.0.42_openapi_slurmdbd_qos_resp"].properties.qos.items.properties.limits.properties.max.properties.jobs.properties.count.properties.number = {}; |
{INSERT_REASON_HERE} | |
Added | .components.schemas["v0.0.42_openapi_slurmdbd_qos_resp"].properties.qos.items.properties.limits.properties.max.properties.jobs.properties.count.properties.number.description = "If set is True the number will be set with value. Otherwise ignore number contents."; |
{INSERT_REASON_HERE} | |
Added | .components.schemas["v0.0.42_openapi_slurmdbd_qos_resp"].properties.qos.items.properties.limits.properties.max.properties.jobs.properties.count.properties.number.format = "int32"; |
{INSERT_REASON_HERE} | |
Added | .components.schemas["v0.0.42_openapi_slurmdbd_qos_resp"].properties.qos.items.properties.limits.properties.max.properties.jobs.properties.count.properties.number.type = "integer"; |
{INSERT_REASON_HERE} | |
Added | .components.schemas["v0.0.42_openapi_slurmdbd_qos_resp"].properties.qos.items.properties.limits.properties.max.properties.jobs.properties.count.properties.set = {}; |
{INSERT_REASON_HERE} | |
Added | .components.schemas["v0.0.42_openapi_slurmdbd_qos_resp"].properties.qos.items.properties.limits.properties.max.properties.jobs.properties.count.properties.set.description = "True if number has been set. False if number is unset"; |
{INSERT_REASON_HERE} | |
Added | .components.schemas["v0.0.42_openapi_slurmdbd_qos_resp"].properties.qos.items.properties.limits.properties.max.properties.jobs.properties.count.properties.set.type = "boolean"; |
{INSERT_REASON_HERE} | |
Added | .components.schemas["v0.0.42_openapi_slurmdbd_qos_resp"].properties.qos.items.properties.limits.properties.max.properties.jobs.properties.count.required = []; |
{INSERT_REASON_HERE} | |
Added | .components.schemas["v0.0.42_openapi_slurmdbd_qos_resp"].properties.qos.items.properties.limits.properties.max.properties.jobs.properties.count.type = "object"; |
{INSERT_REASON_HERE} | |
Added | .components.schemas["v0.0.42_openapi_slurmdbd_qos_resp"].properties.qos.items.properties.limits.properties.max.properties.tres.properties.minutes.properties.total = {}; |
{INSERT_REASON_HERE} | |
Added | .components.schemas["v0.0.42_openapi_slurmdbd_qos_resp"].properties.qos.items.properties.limits.properties.max.properties.tres.properties.minutes.properties.total.items = {}; |
{INSERT_REASON_HERE} | |
Added | .components.schemas["v0.0.42_openapi_slurmdbd_qos_resp"].properties.qos.items.properties.limits.properties.max.properties.tres.properties.minutes.properties.total.items.properties = {}; |
{INSERT_REASON_HERE} | |
Added | .components.schemas["v0.0.42_openapi_slurmdbd_qos_resp"].properties.qos.items.properties.limits.properties.max.properties.tres.properties.minutes.properties.total.items.properties.count = {}; |
{INSERT_REASON_HERE} | |
Added | .components.schemas["v0.0.42_openapi_slurmdbd_qos_resp"].properties.qos.items.properties.limits.properties.max.properties.tres.properties.minutes.properties.total.items.properties.count.format = "int64"; |
{INSERT_REASON_HERE} | |
Added | .components.schemas["v0.0.42_openapi_slurmdbd_qos_resp"].properties.qos.items.properties.limits.properties.max.properties.tres.properties.minutes.properties.total.items.properties.count.type = "integer"; |
{INSERT_REASON_HERE} | |
Added | .components.schemas["v0.0.42_openapi_slurmdbd_qos_resp"].properties.qos.items.properties.limits.properties.max.properties.tres.properties.minutes.properties.total.items.properties.id = {}; |
{INSERT_REASON_HERE} | |
Added | .components.schemas["v0.0.42_openapi_slurmdbd_qos_resp"].properties.qos.items.properties.limits.properties.max.properties.tres.properties.minutes.properties.total.items.properties.id.format = "int32"; |
{INSERT_REASON_HERE} | |
Added | .components.schemas["v0.0.42_openapi_slurmdbd_qos_resp"].properties.qos.items.properties.limits.properties.max.properties.tres.properties.minutes.properties.total.items.properties.id.type = "integer"; |
{INSERT_REASON_HERE} | |
Added | .components.schemas["v0.0.42_openapi_slurmdbd_qos_resp"].properties.qos.items.properties.limits.properties.max.properties.tres.properties.minutes.properties.total.items.properties.name = {}; |
{INSERT_REASON_HERE} | |
Added | .components.schemas["v0.0.42_openapi_slurmdbd_qos_resp"].properties.qos.items.properties.limits.properties.max.properties.tres.properties.minutes.properties.total.items.properties.name.type = "string"; |
{INSERT_REASON_HERE} | |
Added | .components.schemas["v0.0.42_openapi_slurmdbd_qos_resp"].properties.qos.items.properties.limits.properties.max.properties.tres.properties.minutes.properties.total.items.properties.type = {}; |
{INSERT_REASON_HERE} | |
Added | .components.schemas["v0.0.42_openapi_slurmdbd_qos_resp"].properties.qos.items.properties.limits.properties.max.properties.tres.properties.minutes.properties.total.items.properties.type.type = "string"; |
{INSERT_REASON_HERE} | |
Added | .components.schemas["v0.0.42_openapi_slurmdbd_qos_resp"].properties.qos.items.properties.limits.properties.max.properties.tres.properties.minutes.properties.total.items.required = []; |
{INSERT_REASON_HERE} | |
Added | .components.schemas["v0.0.42_openapi_slurmdbd_qos_resp"].properties.qos.items.properties.limits.properties.max.properties.tres.properties.minutes.properties.total.items.required[0] = "type"; |
{INSERT_REASON_HERE} | |
Added | .components.schemas["v0.0.42_openapi_slurmdbd_qos_resp"].properties.qos.items.properties.limits.properties.max.properties.tres.properties.minutes.properties.total.items.type = "object"; |
{INSERT_REASON_HERE} | |
Added | .components.schemas["v0.0.42_openapi_slurmdbd_qos_resp"].properties.qos.items.properties.limits.properties.max.properties.tres.properties.minutes.properties.total.type = "array"; |
{INSERT_REASON_HERE} |
New Field
Replaced | .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["200"].content["application/json"].schema.properties = {}; |
Added | .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["200"].content["application/json"].schema.properties.errors = {}; |
Added | .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["200"].content["application/json"].schema.properties.errors.description = "Query errors"; |
Added | .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["200"].content["application/json"].schema.properties.errors.items = {}; |
Added | .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["200"].content["application/json"].schema.properties.errors.items.properties = {}; |
Added | .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["200"].content["application/json"].schema.properties.errors.items.properties.description = {}; |
Added | .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["200"].content["application/json"].schema.properties.errors.items.properties.description.description = "Long form error description"; |
Added | .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["200"].content["application/json"].schema.properties.errors.items.properties.description.type = "string"; |
Added | .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["200"].content["application/json"].schema.properties.errors.items.properties.error = {}; |
Added | .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["200"].content["application/json"].schema.properties.errors.items.properties.error.description = "Short form error description"; |
Added | .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["200"].content["application/json"].schema.properties.errors.items.properties.error.type = "string"; |
Added | .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["200"].content["application/json"].schema.properties.errors.items.properties.error_number = {}; |
Added | .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["200"].content["application/json"].schema.properties.errors.items.properties.error_number.description = "Slurm numeric error identifier"; |
Added | .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["200"].content["application/json"].schema.properties.errors.items.properties.error_number.format = "int32"; |
Added | .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["200"].content["application/json"].schema.properties.errors.items.properties.error_number.type = "integer"; |
Added | .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["200"].content["application/json"].schema.properties.errors.items.properties.source = {}; |
Added | .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["200"].content["application/json"].schema.properties.errors.items.properties.source.description = "Source of error or where error was first detected"; |
Added | .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["200"].content["application/json"].schema.properties.errors.items.properties.source.type = "string"; |
Added | .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["200"].content["application/json"].schema.properties.errors.items.required = []; |
Added | .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["200"].content["application/json"].schema.properties.errors.items.type = "object"; |
Added | .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["200"].content["application/json"].schema.properties.errors.type = "array"; |
Added | .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["200"].content["application/json"].schema.properties.meta = {}; |
Added | .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["200"].content["application/json"].schema.properties.meta.description = "Slurm meta values"; |
Added | .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["200"].content["application/json"].schema.properties.meta.properties = {}; |
Added | .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["200"].content["application/json"].schema.properties.meta.properties.client = {}; |
Added | .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["200"].content["application/json"].schema.properties.meta.properties.client.properties = {}; |
Added | .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["200"].content["application/json"].schema.properties.meta.properties.client.properties.group = {}; |
Added | .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["200"].content["application/json"].schema.properties.meta.properties.client.properties.group.description = "Client group (if known)"; |
Added | .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["200"].content["application/json"].schema.properties.meta.properties.client.properties.group.type = "string"; |
Added | .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["200"].content["application/json"].schema.properties.meta.properties.client.properties.source = {}; |
Added | .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["200"].content["application/json"].schema.properties.meta.properties.client.properties.source.description = "Client source description"; |
Added | .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["200"].content["application/json"].schema.properties.meta.properties.client.properties.source.type = "string"; |
Added | .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["200"].content["application/json"].schema.properties.meta.properties.client.properties.user = {}; |
Added | .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["200"].content["application/json"].schema.properties.meta.properties.client.properties.user.description = "Client user (if known)"; |
Added | .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["200"].content["application/json"].schema.properties.meta.properties.client.properties.user.type = "string"; |
Added | .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["200"].content["application/json"].schema.properties.meta.properties.client.type = "object"; |
Added | .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["200"].content["application/json"].schema.properties.meta.properties.command = {}; |
Added | .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["200"].content["application/json"].schema.properties.meta.properties.command.description = "CLI command (if applicable)"; |
Added | .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["200"].content["application/json"].schema.properties.meta.properties.command.items = {}; |
Added | .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["200"].content["application/json"].schema.properties.meta.properties.command.items.type = "string"; |
Added | .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["200"].content["application/json"].schema.properties.meta.properties.command.type = "array"; |
Added | .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["200"].content["application/json"].schema.properties.meta.properties.plugin = {}; |
Added | .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["200"].content["application/json"].schema.properties.meta.properties.plugin.properties = {}; |
Added | .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["200"].content["application/json"].schema.properties.meta.properties.plugin.properties.accounting_storage = {}; |
Added | .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["200"].content["application/json"].schema.properties.meta.properties.plugin.properties.accounting_storage.description = "Slurm accounting plugin"; |
Added | .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["200"].content["application/json"].schema.properties.meta.properties.plugin.properties.accounting_storage.type = "string"; |
Added | .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["200"].content["application/json"].schema.properties.meta.properties.plugin.properties.data_parser = {}; |
Added | .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["200"].content["application/json"].schema.properties.meta.properties.plugin.properties.data_parser.description = "Slurm data_parser plugin"; |
Added | .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["200"].content["application/json"].schema.properties.meta.properties.plugin.properties.data_parser.type = "string"; |
Added | .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["200"].content["application/json"].schema.properties.meta.properties.plugin.properties.name = {}; |
Added | .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["200"].content["application/json"].schema.properties.meta.properties.plugin.properties.name.description = "Slurm plugin name (if applicable)"; |
Added | .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["200"].content["application/json"].schema.properties.meta.properties.plugin.properties.name.type = "string"; |
Added | .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["200"].content["application/json"].schema.properties.meta.properties.plugin.properties.type = {}; |
Added | .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["200"].content["application/json"].schema.properties.meta.properties.plugin.properties.type.description = "Slurm plugin type (if applicable)"; |
Added | .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["200"].content["application/json"].schema.properties.meta.properties.plugin.properties.type.type = "string"; |
Added | .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["200"].content["application/json"].schema.properties.meta.properties.plugin.type = "object"; |
Added | .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["200"].content["application/json"].schema.properties.meta.properties.slurm = {}; |
Added | .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["200"].content["application/json"].schema.properties.meta.properties.slurm.properties = {}; |
Added | .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["200"].content["application/json"].schema.properties.meta.properties.slurm.properties.cluster = {}; |
Added | .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["200"].content["application/json"].schema.properties.meta.properties.slurm.properties.cluster.description = "Slurm cluster name"; |
Added | .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["200"].content["application/json"].schema.properties.meta.properties.slurm.properties.cluster.type = "string"; |
Added | .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["200"].content["application/json"].schema.properties.meta.properties.slurm.properties.release = {}; |
Added | .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["200"].content["application/json"].schema.properties.meta.properties.slurm.properties.release.description = "Slurm release string"; |
Added | .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["200"].content["application/json"].schema.properties.meta.properties.slurm.properties.release.type = "string"; |
Added | .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["200"].content["application/json"].schema.properties.meta.properties.slurm.properties.version = {}; |
Added | .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["200"].content["application/json"].schema.properties.meta.properties.slurm.properties.version.properties = {}; |
Added | .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["200"].content["application/json"].schema.properties.meta.properties.slurm.properties.version.properties.major = {}; |
Added | .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["200"].content["application/json"].schema.properties.meta.properties.slurm.properties.version.properties.major.description = "Slurm release major version"; |
Added | .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["200"].content["application/json"].schema.properties.meta.properties.slurm.properties.version.properties.major.type = "string"; |
Added | .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["200"].content["application/json"].schema.properties.meta.properties.slurm.properties.version.properties.micro = {}; |
Added | .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["200"].content["application/json"].schema.properties.meta.properties.slurm.properties.version.properties.micro.description = "Slurm release micro version"; |
Added | .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["200"].content["application/json"].schema.properties.meta.properties.slurm.properties.version.properties.micro.type = "string"; |
Added | .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["200"].content["application/json"].schema.properties.meta.properties.slurm.properties.version.properties.minor = {}; |
Added | .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["200"].content["application/json"].schema.properties.meta.properties.slurm.properties.version.properties.minor.description = "Slurm release minor version"; |
Added | .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["200"].content["application/json"].schema.properties.meta.properties.slurm.properties.version.properties.minor.type = "string"; |
Added | .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["200"].content["application/json"].schema.properties.meta.properties.slurm.properties.version.type = "object"; |
Added | .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["200"].content["application/json"].schema.properties.meta.properties.slurm.type = "object"; |
Added | .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["200"].content["application/json"].schema.properties.meta.required = []; |
Added | .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["200"].content["application/json"].schema.properties.meta.type = "object"; |
Added | .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["200"].content["application/json"].schema.properties.status = {}; |
Added | .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["200"].content["application/json"].schema.properties.status.description = "resultant status of signal request"; |
Added | .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["200"].content["application/json"].schema.properties.status.items = {}; |
Added | .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["200"].content["application/json"].schema.properties.status.items.description = "List of jobs signal responses"; |
Added | .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["200"].content["application/json"].schema.properties.status.items.properties = {}; |
Added | .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["200"].content["application/json"].schema.properties.status.items.properties.error = {}; |
Added | .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["200"].content["application/json"].schema.properties.status.items.properties.error.properties = {}; |
Added | .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["200"].content["application/json"].schema.properties.status.items.properties.error.properties.code = {}; |
Added | .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["200"].content["application/json"].schema.properties.status.items.properties.error.properties.code.description = "Numeric error encountered signaling job"; |
Added | .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["200"].content["application/json"].schema.properties.status.items.properties.error.properties.code.format = "int32"; |
Added | .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["200"].content["application/json"].schema.properties.status.items.properties.error.properties.code.type = "integer"; |
Added | .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["200"].content["application/json"].schema.properties.status.items.properties.error.properties.message = {}; |
Added | .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["200"].content["application/json"].schema.properties.status.items.properties.error.properties.message.description = "Error message why signaling job failed"; |
Added | .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["200"].content["application/json"].schema.properties.status.items.properties.error.properties.message.type = "string"; |
Added | .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["200"].content["application/json"].schema.properties.status.items.properties.error.properties.string = {}; |
Added | .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["200"].content["application/json"].schema.properties.status.items.properties.error.properties.string.description = "String error encountered signaling job"; |
Added | .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["200"].content["application/json"].schema.properties.status.items.properties.error.properties.string.type = "string"; |
Added | .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["200"].content["application/json"].schema.properties.status.items.properties.error.type = "object"; |
Added | .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["200"].content["application/json"].schema.properties.status.items.properties.federation = {}; |
Added | .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["200"].content["application/json"].schema.properties.status.items.properties.federation.properties = {}; |
Added | .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["200"].content["application/json"].schema.properties.status.items.properties.federation.properties.sibling = {}; |
Added | .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["200"].content["application/json"].schema.properties.status.items.properties.federation.properties.sibling.description = "Name of federation sibling (may be empty for non-federation)"; |
Added | .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["200"].content["application/json"].schema.properties.status.items.properties.federation.properties.sibling.type = "string"; |
Added | .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["200"].content["application/json"].schema.properties.status.items.properties.federation.type = "object"; |
Added | .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["200"].content["application/json"].schema.properties.status.items.properties.job_id = {}; |
Added | .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["200"].content["application/json"].schema.properties.status.items.properties.job_id.description = "Job ID that signaling failed"; |
Added | .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["200"].content["application/json"].schema.properties.status.items.properties.job_id.properties = {}; |
Added | .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["200"].content["application/json"].schema.properties.status.items.properties.job_id.properties.infinite = {}; |
Added | .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["200"].content["application/json"].schema.properties.status.items.properties.job_id.properties.infinite.description = "True if number has been set to infinite; \"set\" and \"number\" will be ignored"; |
Added | .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["200"].content["application/json"].schema.properties.status.items.properties.job_id.properties.infinite.type = "boolean"; |
Added | .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["200"].content["application/json"].schema.properties.status.items.properties.job_id.properties.number = {}; |
Added | .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["200"].content["application/json"].schema.properties.status.items.properties.job_id.properties.number.description = "If \"set\" is True the number will be set with value; otherwise ignore number contents"; |
Added | .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["200"].content["application/json"].schema.properties.status.items.properties.job_id.properties.number.format = "int32"; |
Added | .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["200"].content["application/json"].schema.properties.status.items.properties.job_id.properties.number.type = "integer"; |
Added | .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["200"].content["application/json"].schema.properties.status.items.properties.job_id.properties.set = {}; |
Added | .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["200"].content["application/json"].schema.properties.status.items.properties.job_id.properties.set.description = "True if number has been set; False if number is unset"; |
Added | .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["200"].content["application/json"].schema.properties.status.items.properties.job_id.properties.set.type = "boolean"; |
Added | .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["200"].content["application/json"].schema.properties.status.items.properties.job_id.required = []; |
Added | .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["200"].content["application/json"].schema.properties.status.items.properties.job_id.type = "object"; |
Added | .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["200"].content["application/json"].schema.properties.status.items.properties.step_id = {}; |
Added | .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["200"].content["application/json"].schema.properties.status.items.properties.step_id.description = "Job or Step ID that signaling failed"; |
Added | .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["200"].content["application/json"].schema.properties.status.items.properties.step_id.type = "string"; |
Added | .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["200"].content["application/json"].schema.properties.status.items.required = []; |
Added | .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["200"].content["application/json"].schema.properties.status.items.required[0] = "error/string"; |
Added | .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["200"].content["application/json"].schema.properties.status.items.required[1] = "error/code"; |
Added | .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["200"].content["application/json"].schema.properties.status.items.required[2] = "error/message"; |
Added | .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["200"].content["application/json"].schema.properties.status.items.required[3] = "step_id"; |
Added | .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["200"].content["application/json"].schema.properties.status.items.required[4] = "job_id"; |
Added | .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["200"].content["application/json"].schema.properties.status.items.required[5] = "federation/sibling"; |
Added | .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["200"].content["application/json"].schema.properties.status.items.type = "object"; |
Added | .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["200"].content["application/json"].schema.properties.status.type = "array"; |
Added | .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["200"].content["application/json"].schema.properties.warnings = {}; |
Added | .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["200"].content["application/json"].schema.properties.warnings.description = "Query warnings"; |
Added | .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["200"].content["application/json"].schema.properties.warnings.items = {}; |
Added | .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["200"].content["application/json"].schema.properties.warnings.items.properties = {}; |
Added | .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["200"].content["application/json"].schema.properties.warnings.items.properties.description = {}; |
Added | .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["200"].content["application/json"].schema.properties.warnings.items.properties.description.description = "Long form warning description"; |
Added | .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["200"].content["application/json"].schema.properties.warnings.items.properties.description.type = "string"; |
Added | .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["200"].content["application/json"].schema.properties.warnings.items.properties.source = {}; |
Added | .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["200"].content["application/json"].schema.properties.warnings.items.properties.source.description = "Source of warning or where warning was first detected"; |
Added | .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["200"].content["application/json"].schema.properties.warnings.items.properties.source.type = "string"; |
Added | .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["200"].content["application/json"].schema.properties.warnings.items.required = []; |
Added | .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["200"].content["application/json"].schema.properties.warnings.items.type = "object"; |
Added | .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["200"].content["application/json"].schema.properties.warnings.type = "array"; |
Added | .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["200"].content["application/json"].schema.required = []; |
Added | .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["200"].content["application/json"].schema.required[0] = "status"; |
Added | .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["200"].content["application/json"].schema.type = "object"; |
Replaced | .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["default"].content["application/json"].schema.properties = {}; |
Added | .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["default"].content["application/json"].schema.properties.errors = {}; |
Added | .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["default"].content["application/json"].schema.properties.errors.description = "Query errors"; |
Added | .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["default"].content["application/json"].schema.properties.errors.items = {}; |
Added | .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["default"].content["application/json"].schema.properties.errors.items.properties = {}; |
Added | .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["default"].content["application/json"].schema.properties.errors.items.properties.description = {}; |
Added | .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["default"].content["application/json"].schema.properties.errors.items.properties.description.description = "Long form error description"; |
Added | .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["default"].content["application/json"].schema.properties.errors.items.properties.description.type = "string"; |
Added | .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["default"].content["application/json"].schema.properties.errors.items.properties.error = {}; |
Added | .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["default"].content["application/json"].schema.properties.errors.items.properties.error.description = "Short form error description"; |
Added | .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["default"].content["application/json"].schema.properties.errors.items.properties.error.type = "string"; |
Added | .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["default"].content["application/json"].schema.properties.errors.items.properties.error_number = {}; |
Added | .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["default"].content["application/json"].schema.properties.errors.items.properties.error_number.description = "Slurm numeric error identifier"; |
Added | .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["default"].content["application/json"].schema.properties.errors.items.properties.error_number.format = "int32"; |
Added | .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["default"].content["application/json"].schema.properties.errors.items.properties.error_number.type = "integer"; |
Added | .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["default"].content["application/json"].schema.properties.errors.items.properties.source = {}; |
Added | .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["default"].content["application/json"].schema.properties.errors.items.properties.source.description = "Source of error or where error was first detected"; |
Added | .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["default"].content["application/json"].schema.properties.errors.items.properties.source.type = "string"; |
Added | .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["default"].content["application/json"].schema.properties.errors.items.required = []; |
Added | .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["default"].content["application/json"].schema.properties.errors.items.type = "object"; |
Added | .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["default"].content["application/json"].schema.properties.errors.type = "array"; |
Added | .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["default"].content["application/json"].schema.properties.meta = {}; |
Added | .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["default"].content["application/json"].schema.properties.meta.description = "Slurm meta values"; |
Added | .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["default"].content["application/json"].schema.properties.meta.properties = {}; |
Added | .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["default"].content["application/json"].schema.properties.meta.properties.client = {}; |
Added | .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["default"].content["application/json"].schema.properties.meta.properties.client.properties = {}; |
Added | .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["default"].content["application/json"].schema.properties.meta.properties.client.properties.group = {}; |
Added | .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["default"].content["application/json"].schema.properties.meta.properties.client.properties.group.description = "Client group (if known)"; |
Added | .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["default"].content["application/json"].schema.properties.meta.properties.client.properties.group.type = "string"; |
Added | .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["default"].content["application/json"].schema.properties.meta.properties.client.properties.source = {}; |
Added | .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["default"].content["application/json"].schema.properties.meta.properties.client.properties.source.description = "Client source description"; |
Added | .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["default"].content["application/json"].schema.properties.meta.properties.client.properties.source.type = "string"; |
Added | .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["default"].content["application/json"].schema.properties.meta.properties.client.properties.user = {}; |
Added | .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["default"].content["application/json"].schema.properties.meta.properties.client.properties.user.description = "Client user (if known)"; |
Added | .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["default"].content["application/json"].schema.properties.meta.properties.client.properties.user.type = "string"; |
Added | .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["default"].content["application/json"].schema.properties.meta.properties.client.type = "object"; |
Added | .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["default"].content["application/json"].schema.properties.meta.properties.command = {}; |
Added | .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["default"].content["application/json"].schema.properties.meta.properties.command.description = "CLI command (if applicable)"; |
Added | .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["default"].content["application/json"].schema.properties.meta.properties.command.items = {}; |
Added | .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["default"].content["application/json"].schema.properties.meta.properties.command.items.type = "string"; |
Added | .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["default"].content["application/json"].schema.properties.meta.properties.command.type = "array"; |
Added | .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["default"].content["application/json"].schema.properties.meta.properties.plugin = {}; |
Added | .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["default"].content["application/json"].schema.properties.meta.properties.plugin.properties = {}; |
Added | .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["default"].content["application/json"].schema.properties.meta.properties.plugin.properties.accounting_storage = {}; |
Added | .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["default"].content["application/json"].schema.properties.meta.properties.plugin.properties.accounting_storage.description = "Slurm accounting plugin"; |
Added | .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["default"].content["application/json"].schema.properties.meta.properties.plugin.properties.accounting_storage.type = "string"; |
Added | .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["default"].content["application/json"].schema.properties.meta.properties.plugin.properties.data_parser = {}; |
Added | .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["default"].content["application/json"].schema.properties.meta.properties.plugin.properties.data_parser.description = "Slurm data_parser plugin"; |
Added | .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["default"].content["application/json"].schema.properties.meta.properties.plugin.properties.data_parser.type = "string"; |
Added | .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["default"].content["application/json"].schema.properties.meta.properties.plugin.properties.name = {}; |
Added | .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["default"].content["application/json"].schema.properties.meta.properties.plugin.properties.name.description = "Slurm plugin name (if applicable)"; |
Added | .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["default"].content["application/json"].schema.properties.meta.properties.plugin.properties.name.type = "string"; |
Added | .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["default"].content["application/json"].schema.properties.meta.properties.plugin.properties.type = {}; |
Added | .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["default"].content["application/json"].schema.properties.meta.properties.plugin.properties.type.description = "Slurm plugin type (if applicable)"; |
Added | .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["default"].content["application/json"].schema.properties.meta.properties.plugin.properties.type.type = "string"; |
Added | .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["default"].content["application/json"].schema.properties.meta.properties.plugin.type = "object"; |
Added | .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["default"].content["application/json"].schema.properties.meta.properties.slurm = {}; |
Added | .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["default"].content["application/json"].schema.properties.meta.properties.slurm.properties = {}; |
Added | .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["default"].content["application/json"].schema.properties.meta.properties.slurm.properties.cluster = {}; |
Added | .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["default"].content["application/json"].schema.properties.meta.properties.slurm.properties.cluster.description = "Slurm cluster name"; |
Added | .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["default"].content["application/json"].schema.properties.meta.properties.slurm.properties.cluster.type = "string"; |
Added | .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["default"].content["application/json"].schema.properties.meta.properties.slurm.properties.release = {}; |
Added | .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["default"].content["application/json"].schema.properties.meta.properties.slurm.properties.release.description = "Slurm release string"; |
Added | .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["default"].content["application/json"].schema.properties.meta.properties.slurm.properties.release.type = "string"; |
Added | .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["default"].content["application/json"].schema.properties.meta.properties.slurm.properties.version = {}; |
Added | .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["default"].content["application/json"].schema.properties.meta.properties.slurm.properties.version.properties = {}; |
Added | .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["default"].content["application/json"].schema.properties.meta.properties.slurm.properties.version.properties.major = {}; |
Added | .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["default"].content["application/json"].schema.properties.meta.properties.slurm.properties.version.properties.major.description = "Slurm release major version"; |
Added | .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["default"].content["application/json"].schema.properties.meta.properties.slurm.properties.version.properties.major.type = "string"; |
Added | .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["default"].content["application/json"].schema.properties.meta.properties.slurm.properties.version.properties.micro = {}; |
Added | .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["default"].content["application/json"].schema.properties.meta.properties.slurm.properties.version.properties.micro.description = "Slurm release micro version"; |
Added | .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["default"].content["application/json"].schema.properties.meta.properties.slurm.properties.version.properties.micro.type = "string"; |
Added | .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["default"].content["application/json"].schema.properties.meta.properties.slurm.properties.version.properties.minor = {}; |
Added | .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["default"].content["application/json"].schema.properties.meta.properties.slurm.properties.version.properties.minor.description = "Slurm release minor version"; |
Added | .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["default"].content["application/json"].schema.properties.meta.properties.slurm.properties.version.properties.minor.type = "string"; |
Added | .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["default"].content["application/json"].schema.properties.meta.properties.slurm.properties.version.type = "object"; |
Added | .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["default"].content["application/json"].schema.properties.meta.properties.slurm.type = "object"; |
Added | .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["default"].content["application/json"].schema.properties.meta.required = []; |
Added | .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["default"].content["application/json"].schema.properties.meta.type = "object"; |
Added | .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["default"].content["application/json"].schema.properties.status = {}; |
Added | .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["default"].content["application/json"].schema.properties.status.description = "resultant status of signal request"; |
Added | .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["default"].content["application/json"].schema.properties.status.items = {}; |
Added | .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["default"].content["application/json"].schema.properties.status.items.description = "List of jobs signal responses"; |
Added | .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["default"].content["application/json"].schema.properties.status.items.properties = {}; |
Added | .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["default"].content["application/json"].schema.properties.status.items.properties.error = {}; |
Added | .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["default"].content["application/json"].schema.properties.status.items.properties.error.properties = {}; |
Added | .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["default"].content["application/json"].schema.properties.status.items.properties.error.properties.code = {}; |
Added | .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["default"].content["application/json"].schema.properties.status.items.properties.error.properties.code.description = "Numeric error encountered signaling job"; |
Added | .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["default"].content["application/json"].schema.properties.status.items.properties.error.properties.code.format = "int32"; |
Added | .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["default"].content["application/json"].schema.properties.status.items.properties.error.properties.code.type = "integer"; |
Added | .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["default"].content["application/json"].schema.properties.status.items.properties.error.properties.message = {}; |
Added | .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["default"].content["application/json"].schema.properties.status.items.properties.error.properties.message.description = "Error message why signaling job failed"; |
Added | .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["default"].content["application/json"].schema.properties.status.items.properties.error.properties.message.type = "string"; |
Added | .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["default"].content["application/json"].schema.properties.status.items.properties.error.properties.string = {}; |
Added | .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["default"].content["application/json"].schema.properties.status.items.properties.error.properties.string.description = "String error encountered signaling job"; |
Added | .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["default"].content["application/json"].schema.properties.status.items.properties.error.properties.string.type = "string"; |
Added | .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["default"].content["application/json"].schema.properties.status.items.properties.error.type = "object"; |
Added | .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["default"].content["application/json"].schema.properties.status.items.properties.federation = {}; |
Added | .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["default"].content["application/json"].schema.properties.status.items.properties.federation.properties = {}; |
Added | .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["default"].content["application/json"].schema.properties.status.items.properties.federation.properties.sibling = {}; |
Added | .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["default"].content["application/json"].schema.properties.status.items.properties.federation.properties.sibling.description = "Name of federation sibling (may be empty for non-federation)"; |
Added | .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["default"].content["application/json"].schema.properties.status.items.properties.federation.properties.sibling.type = "string"; |
Added | .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["default"].content["application/json"].schema.properties.status.items.properties.federation.type = "object"; |
Added | .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["default"].content["application/json"].schema.properties.status.items.properties.job_id = {}; |
Added | .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["default"].content["application/json"].schema.properties.status.items.properties.job_id.description = "Job ID that signaling failed"; |
Added | .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["default"].content["application/json"].schema.properties.status.items.properties.job_id.properties = {}; |
Added | .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["default"].content["application/json"].schema.properties.status.items.properties.job_id.properties.infinite = {}; |
Added | .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["default"].content["application/json"].schema.properties.status.items.properties.job_id.properties.infinite.description = "True if number has been set to infinite; \"set\" and \"number\" will be ignored"; |
Added | .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["default"].content["application/json"].schema.properties.status.items.properties.job_id.properties.infinite.type = "boolean"; |
Added | .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["default"].content["application/json"].schema.properties.status.items.properties.job_id.properties.number = {}; |
Added | .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["default"].content["application/json"].schema.properties.status.items.properties.job_id.properties.number.description = "If \"set\" is True the number will be set with value; otherwise ignore number contents"; |
Added | .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["default"].content["application/json"].schema.properties.status.items.properties.job_id.properties.number.format = "int32"; |
Added | .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["default"].content["application/json"].schema.properties.status.items.properties.job_id.properties.number.type = "integer"; |
Added | .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["default"].content["application/json"].schema.properties.status.items.properties.job_id.properties.set = {}; |
Added | .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["default"].content["application/json"].schema.properties.status.items.properties.job_id.properties.set.description = "True if number has been set; False if number is unset"; |
Added | .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["default"].content["application/json"].schema.properties.status.items.properties.job_id.properties.set.type = "boolean"; |
Added | .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["default"].content["application/json"].schema.properties.status.items.properties.job_id.required = []; |
Added | .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["default"].content["application/json"].schema.properties.status.items.properties.job_id.type = "object"; |
Added | .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["default"].content["application/json"].schema.properties.status.items.properties.step_id = {}; |
Added | .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["default"].content["application/json"].schema.properties.status.items.properties.step_id.description = "Job or Step ID that signaling failed"; |
Added | .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["default"].content["application/json"].schema.properties.status.items.properties.step_id.type = "string"; |
Added | .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["default"].content["application/json"].schema.properties.status.items.required = []; |
Added | .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["default"].content["application/json"].schema.properties.status.items.required[0] = "error/string"; |
Added | .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["default"].content["application/json"].schema.properties.status.items.required[1] = "error/code"; |
Added | .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["default"].content["application/json"].schema.properties.status.items.required[2] = "error/message"; |
Added | .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["default"].content["application/json"].schema.properties.status.items.required[3] = "step_id"; |
Added | .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["default"].content["application/json"].schema.properties.status.items.required[4] = "job_id"; |
Added | .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["default"].content["application/json"].schema.properties.status.items.required[5] = "federation/sibling"; |
Added | .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["default"].content["application/json"].schema.properties.status.items.type = "object"; |
Added | .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["default"].content["application/json"].schema.properties.status.type = "array"; |
Added | .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["default"].content["application/json"].schema.properties.warnings = {}; |
Added | .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["default"].content["application/json"].schema.properties.warnings.description = "Query warnings"; |
Added | .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["default"].content["application/json"].schema.properties.warnings.items = {}; |
Added | .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["default"].content["application/json"].schema.properties.warnings.items.properties = {}; |
Added | .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["default"].content["application/json"].schema.properties.warnings.items.properties.description = {}; |
Added | .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["default"].content["application/json"].schema.properties.warnings.items.properties.description.description = "Long form warning description"; |
Added | .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["default"].content["application/json"].schema.properties.warnings.items.properties.description.type = "string"; |
Added | .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["default"].content["application/json"].schema.properties.warnings.items.properties.source = {}; |
Added | .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["default"].content["application/json"].schema.properties.warnings.items.properties.source.description = "Source of warning or where warning was first detected"; |
Added | .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["default"].content["application/json"].schema.properties.warnings.items.properties.source.type = "string"; |
Added | .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["default"].content["application/json"].schema.properties.warnings.items.required = []; |
Added | .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["default"].content["application/json"].schema.properties.warnings.items.type = "object"; |
Added | .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["default"].content["application/json"].schema.properties.warnings.type = "array"; |
Added | .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["default"].content["application/json"].schema.required = []; |
Added | .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["default"].content["application/json"].schema.required[0] = "status"; |
Added | .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["default"].content["application/json"].schema.type = "object"; |
Changed fields to support complex numbers
Added | .components.schemas["v0.0.42_assoc_shares_obj_wrap"].properties.effective_usage.$ref = "#/components/schemas/v0.0.42_float64_no_val_struct"; |
Removed | .components.schemas["v0.0.42_assoc_shares_obj_wrap"].properties.effective_usage.format = "double"; |
Replaced | .components.schemas["v0.0.42_assoc_shares_obj_wrap"].properties.fairshare.properties.factor.$ref = "#/components/schemas/v0.0.42_float64_no_val_struct"; |
Removed | .components.schemas["v0.0.42_assoc_shares_obj_wrap"].properties.fairshare.properties.factor.format = "double"; |
Replaced | .components.schemas["v0.0.42_assoc_shares_obj_wrap"].properties.fairshare.properties.level.$ref = "#/components/schemas/v0.0.42_float64_no_val_struct"; |
Removed | .components.schemas["v0.0.42_assoc_shares_obj_wrap"].properties.fairshare.properties.level.format = "double"; |
Change controller ping fields
Added | .components.schemas["v0.0.42_controller_ping"].properties.mode.deprecated = true; |
Added | .components.schemas["v0.0.42_controller_ping"].properties.pinged.deprecated = true; |
Added | .components.schemas["v0.0.42_controller_ping"].properties.primary = {}; |
Added | .components.schemas["v0.0.42_controller_ping"].properties.primary.description = "Is responding slurmctld the primary controller"; |
Added | .components.schemas["v0.0.42_controller_ping"].properties.primary.type = "boolean"; |
Added | .components.schemas["v0.0.42_controller_ping"].required[0] = "primary"; |
Added | .components.schemas["v0.0.42_controller_ping"].properties.responding = {}; |
Added | .components.schemas["v0.0.42_controller_ping"].properties.responding.description = "If ping RPC responded with pong from controller"; |
Added | .components.schemas["v0.0.42_controller_ping"].properties.responding.type = "boolean"; |
Replaced | .components.schemas["v0.0.42_controller_ping"].required[0] = "responding"; |
Added | .components.schemas["v0.0.42_controller_ping"].required[1] = "primary"; |
data_parser/v0.0.41
Modified Fields
Removed | .paths["/slurmdb/v0.0.41/account/{account_name}"].get.responses["200"].content["application/jsonrequest"] = {}; |
Removed | .paths["/slurmdb/v0.0.41/account/{account_name}"].get.responses["200"].content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.41/account/{account_name}"].get.responses["200"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.41_openapi_accounts_resp"; |
Removed | .paths["/slurmdb/v0.0.41/account/{account_name}"].get.responses["200"].content["application/x-yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.41/account/{account_name}"].get.responses["200"].content["application/x-yaml"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.41/account/{account_name}"].get.responses["200"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_accounts_resp"; |
Removed | .paths["/slurmdb/v0.0.41/account/{account_name}"].get.responses["200"].content["text/yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.41/account/{account_name}"].get.responses["200"].content["text/yaml"].schema = {}; |
Replaced | .paths["/slurmdb/v0.0.41/account/{account_name}"].get.responses["200"].content["application/yaml"] = {}; |
Added | .paths["/slurmdb/v0.0.41/account/{account_name}"].get.responses["200"].content["application/yaml"].schema = {}; |
Added | .paths["/slurmdb/v0.0.41/account/{account_name}"].get.responses["200"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_accounts_resp"; |
Removed | .paths["/slurmdb/v0.0.41/account/{account_name}"].get.responses["default"].content["application/jsonrequest"] = {}; |
Removed | .paths["/slurmdb/v0.0.41/account/{account_name}"].get.responses["default"].content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.41/account/{account_name}"].get.responses["default"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.41_openapi_accounts_resp"; |
Removed | .paths["/slurmdb/v0.0.41/account/{account_name}"].get.responses["default"].content["application/x-yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.41/account/{account_name}"].get.responses["default"].content["application/x-yaml"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.41/account/{account_name}"].get.responses["default"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_accounts_resp"; |
Removed | .paths["/slurmdb/v0.0.41/account/{account_name}"].get.responses["default"].content["text/yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.41/account/{account_name}"].get.responses["default"].content["text/yaml"].schema = {}; |
Replaced | .paths["/slurmdb/v0.0.41/account/{account_name}"].get.responses["default"].content["application/yaml"] = {}; |
Added | .paths["/slurmdb/v0.0.41/account/{account_name}"].get.responses["default"].content["application/yaml"].schema = {}; |
Added | .paths["/slurmdb/v0.0.41/account/{account_name}"].get.responses["default"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_accounts_resp"; |
Removed | .paths["/slurmdb/v0.0.41/account/{account_name}"]["delete"].responses["200"].content["application/jsonrequest"] = {}; |
Removed | .paths["/slurmdb/v0.0.41/account/{account_name}"]["delete"].responses["200"].content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.41/account/{account_name}"]["delete"].responses["200"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.41_openapi_accounts_removed_resp"; |
Removed | .paths["/slurmdb/v0.0.41/account/{account_name}"]["delete"].responses["200"].content["application/x-yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.41/account/{account_name}"]["delete"].responses["200"].content["application/x-yaml"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.41/account/{account_name}"]["delete"].responses["200"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_accounts_removed_resp"; |
Removed | .paths["/slurmdb/v0.0.41/account/{account_name}"]["delete"].responses["200"].content["text/yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.41/account/{account_name}"]["delete"].responses["200"].content["text/yaml"].schema = {}; |
Replaced | .paths["/slurmdb/v0.0.41/account/{account_name}"]["delete"].responses["200"].content["application/yaml"] = {}; |
Added | .paths["/slurmdb/v0.0.41/account/{account_name}"]["delete"].responses["200"].content["application/yaml"].schema = {}; |
Added | .paths["/slurmdb/v0.0.41/account/{account_name}"]["delete"].responses["200"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_accounts_removed_resp"; |
Removed | .paths["/slurmdb/v0.0.41/account/{account_name}"]["delete"].responses["default"].content["application/jsonrequest"] = {}; |
Removed | .paths["/slurmdb/v0.0.41/account/{account_name}"]["delete"].responses["default"].content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.41/account/{account_name}"]["delete"].responses["default"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.41_openapi_accounts_removed_resp"; |
Removed | .paths["/slurmdb/v0.0.41/account/{account_name}"]["delete"].responses["default"].content["application/x-yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.41/account/{account_name}"]["delete"].responses["default"].content["application/x-yaml"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.41/account/{account_name}"]["delete"].responses["default"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_accounts_removed_resp"; |
Removed | .paths["/slurmdb/v0.0.41/account/{account_name}"]["delete"].responses["default"].content["text/yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.41/account/{account_name}"]["delete"].responses["default"].content["text/yaml"].schema = {}; |
Replaced | .paths["/slurmdb/v0.0.41/account/{account_name}"]["delete"].responses["default"].content["application/yaml"] = {}; |
Added | .paths["/slurmdb/v0.0.41/account/{account_name}"]["delete"].responses["default"].content["application/yaml"].schema = {}; |
Added | .paths["/slurmdb/v0.0.41/account/{account_name}"]["delete"].responses["default"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_accounts_removed_resp"; |
Removed | .paths["/slurmdb/v0.0.41/accounts/"].get.responses["200"].content["application/jsonrequest"] = {}; |
Removed | .paths["/slurmdb/v0.0.41/accounts/"].get.responses["200"].content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.41/accounts/"].get.responses["200"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.41_openapi_accounts_resp"; |
Removed | .paths["/slurmdb/v0.0.41/accounts/"].get.responses["200"].content["application/x-yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.41/accounts/"].get.responses["200"].content["application/x-yaml"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.41/accounts/"].get.responses["200"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_accounts_resp"; |
Removed | .paths["/slurmdb/v0.0.41/accounts/"].get.responses["200"].content["text/yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.41/accounts/"].get.responses["200"].content["text/yaml"].schema = {}; |
Replaced | .paths["/slurmdb/v0.0.41/accounts/"].get.responses["200"].content["application/yaml"] = {}; |
Added | .paths["/slurmdb/v0.0.41/accounts/"].get.responses["200"].content["application/yaml"].schema = {}; |
Added | .paths["/slurmdb/v0.0.41/accounts/"].get.responses["200"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_accounts_resp"; |
Removed | .paths["/slurmdb/v0.0.41/accounts/"].get.responses["default"].content["application/jsonrequest"] = {}; |
Removed | .paths["/slurmdb/v0.0.41/accounts/"].get.responses["default"].content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.41/accounts/"].get.responses["default"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.41_openapi_accounts_resp"; |
Removed | .paths["/slurmdb/v0.0.41/accounts/"].get.responses["default"].content["application/x-yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.41/accounts/"].get.responses["default"].content["application/x-yaml"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.41/accounts/"].get.responses["default"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_accounts_resp"; |
Removed | .paths["/slurmdb/v0.0.41/accounts/"].get.responses["default"].content["text/yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.41/accounts/"].get.responses["default"].content["text/yaml"].schema = {}; |
Replaced | .paths["/slurmdb/v0.0.41/accounts/"].get.responses["default"].content["application/yaml"] = {}; |
Added | .paths["/slurmdb/v0.0.41/accounts/"].get.responses["default"].content["application/yaml"].schema = {}; |
Added | .paths["/slurmdb/v0.0.41/accounts/"].get.responses["default"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_accounts_resp"; |
Removed | .paths["/slurmdb/v0.0.41/accounts/"].post.requestBody.content["application/jsonrequest"] = {}; |
Removed | .paths["/slurmdb/v0.0.41/accounts/"].post.requestBody.content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.41/accounts/"].post.requestBody.content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.41_openapi_accounts_resp"; |
Removed | .paths["/slurmdb/v0.0.41/accounts/"].post.requestBody.content["application/x-yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.41/accounts/"].post.requestBody.content["application/x-yaml"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.41/accounts/"].post.requestBody.content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_accounts_resp"; |
Removed | .paths["/slurmdb/v0.0.41/accounts/"].post.requestBody.content["text/yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.41/accounts/"].post.requestBody.content["text/yaml"].schema = {}; |
Replaced | .paths["/slurmdb/v0.0.41/accounts/"].post.requestBody.content["application/yaml"] = {}; |
Added | .paths["/slurmdb/v0.0.41/accounts/"].post.requestBody.content["application/yaml"].schema = {}; |
Added | .paths["/slurmdb/v0.0.41/accounts/"].post.requestBody.content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_accounts_resp"; |
Removed | .paths["/slurmdb/v0.0.41/accounts/"].post.responses["200"].content["application/jsonrequest"] = {}; |
Removed | .paths["/slurmdb/v0.0.41/accounts/"].post.responses["200"].content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.41/accounts/"].post.responses["200"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.41_openapi_resp"; |
Removed | .paths["/slurmdb/v0.0.41/accounts/"].post.responses["200"].content["application/x-yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.41/accounts/"].post.responses["200"].content["application/x-yaml"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.41/accounts/"].post.responses["200"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_resp"; |
Removed | .paths["/slurmdb/v0.0.41/accounts/"].post.responses["200"].content["text/yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.41/accounts/"].post.responses["200"].content["text/yaml"].schema = {}; |
Replaced | .paths["/slurmdb/v0.0.41/accounts/"].post.responses["200"].content["application/yaml"] = {}; |
Added | .paths["/slurmdb/v0.0.41/accounts/"].post.responses["200"].content["application/yaml"].schema = {}; |
Added | .paths["/slurmdb/v0.0.41/accounts/"].post.responses["200"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_resp"; |
Removed | .paths["/slurmdb/v0.0.41/accounts/"].post.responses["default"].content["application/jsonrequest"] = {}; |
Removed | .paths["/slurmdb/v0.0.41/accounts/"].post.responses["default"].content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.41/accounts/"].post.responses["default"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.41_openapi_resp"; |
Removed | .paths["/slurmdb/v0.0.41/accounts/"].post.responses["default"].content["application/x-yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.41/accounts/"].post.responses["default"].content["application/x-yaml"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.41/accounts/"].post.responses["default"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_resp"; |
Removed | .paths["/slurmdb/v0.0.41/accounts/"].post.responses["default"].content["text/yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.41/accounts/"].post.responses["default"].content["text/yaml"].schema = {}; |
Replaced | .paths["/slurmdb/v0.0.41/accounts/"].post.responses["default"].content["application/yaml"] = {}; |
Added | .paths["/slurmdb/v0.0.41/accounts/"].post.responses["default"].content["application/yaml"].schema = {}; |
Added | .paths["/slurmdb/v0.0.41/accounts/"].post.responses["default"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_resp"; |
Removed | .paths["/slurmdb/v0.0.41/accounts_association/"].post.requestBody.content["application/jsonrequest"] = {}; |
Removed | .paths["/slurmdb/v0.0.41/accounts_association/"].post.requestBody.content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.41/accounts_association/"].post.requestBody.content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.41_openapi_accounts_add_cond_resp"; |
Removed | .paths["/slurmdb/v0.0.41/accounts_association/"].post.requestBody.content["application/x-yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.41/accounts_association/"].post.requestBody.content["application/x-yaml"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.41/accounts_association/"].post.requestBody.content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_accounts_add_cond_resp"; |
Removed | .paths["/slurmdb/v0.0.41/accounts_association/"].post.requestBody.content["text/yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.41/accounts_association/"].post.requestBody.content["text/yaml"].schema = {}; |
Replaced | .paths["/slurmdb/v0.0.41/accounts_association/"].post.requestBody.content["application/yaml"] = {}; |
Added | .paths["/slurmdb/v0.0.41/accounts_association/"].post.requestBody.content["application/yaml"].schema = {}; |
Added | .paths["/slurmdb/v0.0.41/accounts_association/"].post.requestBody.content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_accounts_add_cond_resp"; |
Removed | .paths["/slurmdb/v0.0.41/accounts_association/"].post.responses["200"].content["application/jsonrequest"] = {}; |
Removed | .paths["/slurmdb/v0.0.41/accounts_association/"].post.responses["200"].content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.41/accounts_association/"].post.responses["200"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.41_openapi_accounts_add_cond_resp_str"; |
Removed | .paths["/slurmdb/v0.0.41/accounts_association/"].post.responses["200"].content["application/x-yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.41/accounts_association/"].post.responses["200"].content["application/x-yaml"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.41/accounts_association/"].post.responses["200"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_accounts_add_cond_resp_str"; |
Removed | .paths["/slurmdb/v0.0.41/accounts_association/"].post.responses["200"].content["text/yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.41/accounts_association/"].post.responses["200"].content["text/yaml"].schema = {}; |
Replaced | .paths["/slurmdb/v0.0.41/accounts_association/"].post.responses["200"].content["application/yaml"] = {}; |
Added | .paths["/slurmdb/v0.0.41/accounts_association/"].post.responses["200"].content["application/yaml"].schema = {}; |
Added | .paths["/slurmdb/v0.0.41/accounts_association/"].post.responses["200"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_accounts_add_cond_resp_str"; |
Removed | .paths["/slurmdb/v0.0.41/accounts_association/"].post.responses["default"].content["application/jsonrequest"] = {}; |
Removed | .paths["/slurmdb/v0.0.41/accounts_association/"].post.responses["default"].content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.41/accounts_association/"].post.responses["default"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.41_openapi_accounts_add_cond_resp_str"; |
Removed | .paths["/slurmdb/v0.0.41/accounts_association/"].post.responses["default"].content["application/x-yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.41/accounts_association/"].post.responses["default"].content["application/x-yaml"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.41/accounts_association/"].post.responses["default"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_accounts_add_cond_resp_str"; |
Removed | .paths["/slurmdb/v0.0.41/accounts_association/"].post.responses["default"].content["text/yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.41/accounts_association/"].post.responses["default"].content["text/yaml"].schema = {}; |
Replaced | .paths["/slurmdb/v0.0.41/accounts_association/"].post.responses["default"].content["application/yaml"] = {}; |
Added | .paths["/slurmdb/v0.0.41/accounts_association/"].post.responses["default"].content["application/yaml"].schema = {}; |
Added | .paths["/slurmdb/v0.0.41/accounts_association/"].post.responses["default"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_accounts_add_cond_resp_str"; |
Removed | .paths["/slurmdb/v0.0.41/association/"].get.responses["200"].content["application/jsonrequest"] = {}; |
Removed | .paths["/slurmdb/v0.0.41/association/"].get.responses["200"].content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.41/association/"].get.responses["200"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.41_openapi_assocs_resp"; |
Removed | .paths["/slurmdb/v0.0.41/association/"].get.responses["200"].content["application/x-yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.41/association/"].get.responses["200"].content["application/x-yaml"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.41/association/"].get.responses["200"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_assocs_resp"; |
Removed | .paths["/slurmdb/v0.0.41/association/"].get.responses["200"].content["text/yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.41/association/"].get.responses["200"].content["text/yaml"].schema = {}; |
Replaced | .paths["/slurmdb/v0.0.41/association/"].get.responses["200"].content["application/yaml"] = {}; |
Added | .paths["/slurmdb/v0.0.41/association/"].get.responses["200"].content["application/yaml"].schema = {}; |
Added | .paths["/slurmdb/v0.0.41/association/"].get.responses["200"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_assocs_resp"; |
Removed | .paths["/slurmdb/v0.0.41/association/"].get.responses["default"].content["application/jsonrequest"] = {}; |
Removed | .paths["/slurmdb/v0.0.41/association/"].get.responses["default"].content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.41/association/"].get.responses["default"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.41_openapi_assocs_resp"; |
Removed | .paths["/slurmdb/v0.0.41/association/"].get.responses["default"].content["application/x-yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.41/association/"].get.responses["default"].content["application/x-yaml"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.41/association/"].get.responses["default"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_assocs_resp"; |
Removed | .paths["/slurmdb/v0.0.41/association/"].get.responses["default"].content["text/yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.41/association/"].get.responses["default"].content["text/yaml"].schema = {}; |
Replaced | .paths["/slurmdb/v0.0.41/association/"].get.responses["default"].content["application/yaml"] = {}; |
Added | .paths["/slurmdb/v0.0.41/association/"].get.responses["default"].content["application/yaml"].schema = {}; |
Added | .paths["/slurmdb/v0.0.41/association/"].get.responses["default"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_assocs_resp"; |
Removed | .paths["/slurmdb/v0.0.41/association/"]["delete"].responses["200"].content["application/jsonrequest"] = {}; |
Removed | .paths["/slurmdb/v0.0.41/association/"]["delete"].responses["200"].content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.41/association/"]["delete"].responses["200"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.41_openapi_assocs_removed_resp"; |
Removed | .paths["/slurmdb/v0.0.41/association/"]["delete"].responses["200"].content["application/x-yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.41/association/"]["delete"].responses["200"].content["application/x-yaml"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.41/association/"]["delete"].responses["200"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_assocs_removed_resp"; |
Removed | .paths["/slurmdb/v0.0.41/association/"]["delete"].responses["200"].content["text/yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.41/association/"]["delete"].responses["200"].content["text/yaml"].schema = {}; |
Replaced | .paths["/slurmdb/v0.0.41/association/"]["delete"].responses["200"].content["application/yaml"] = {}; |
Added | .paths["/slurmdb/v0.0.41/association/"]["delete"].responses["200"].content["application/yaml"].schema = {}; |
Added | .paths["/slurmdb/v0.0.41/association/"]["delete"].responses["200"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_assocs_removed_resp"; |
Removed | .paths["/slurmdb/v0.0.41/association/"]["delete"].responses["default"].content["application/jsonrequest"] = {}; |
Removed | .paths["/slurmdb/v0.0.41/association/"]["delete"].responses["default"].content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.41/association/"]["delete"].responses["default"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.41_openapi_assocs_removed_resp"; |
Removed | .paths["/slurmdb/v0.0.41/association/"]["delete"].responses["default"].content["application/x-yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.41/association/"]["delete"].responses["default"].content["application/x-yaml"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.41/association/"]["delete"].responses["default"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_assocs_removed_resp"; |
Removed | .paths["/slurmdb/v0.0.41/association/"]["delete"].responses["default"].content["text/yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.41/association/"]["delete"].responses["default"].content["text/yaml"].schema = {}; |
Replaced | .paths["/slurmdb/v0.0.41/association/"]["delete"].responses["default"].content["application/yaml"] = {}; |
Added | .paths["/slurmdb/v0.0.41/association/"]["delete"].responses["default"].content["application/yaml"].schema = {}; |
Added | .paths["/slurmdb/v0.0.41/association/"]["delete"].responses["default"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_assocs_removed_resp"; |
Removed | .paths["/slurmdb/v0.0.41/associations/"].get.responses["200"].content["application/jsonrequest"] = {}; |
Removed | .paths["/slurmdb/v0.0.41/associations/"].get.responses["200"].content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.41/associations/"].get.responses["200"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.41_openapi_assocs_resp"; |
Removed | .paths["/slurmdb/v0.0.41/associations/"].get.responses["200"].content["application/x-yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.41/associations/"].get.responses["200"].content["application/x-yaml"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.41/associations/"].get.responses["200"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_assocs_resp"; |
Removed | .paths["/slurmdb/v0.0.41/associations/"].get.responses["200"].content["text/yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.41/associations/"].get.responses["200"].content["text/yaml"].schema = {}; |
Replaced | .paths["/slurmdb/v0.0.41/associations/"].get.responses["200"].content["application/yaml"] = {}; |
Added | .paths["/slurmdb/v0.0.41/associations/"].get.responses["200"].content["application/yaml"].schema = {}; |
Added | .paths["/slurmdb/v0.0.41/associations/"].get.responses["200"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_assocs_resp"; |
Removed | .paths["/slurmdb/v0.0.41/associations/"].get.responses["default"].content["application/jsonrequest"] = {}; |
Removed | .paths["/slurmdb/v0.0.41/associations/"].get.responses["default"].content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.41/associations/"].get.responses["default"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.41_openapi_assocs_resp"; |
Removed | .paths["/slurmdb/v0.0.41/associations/"].get.responses["default"].content["application/x-yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.41/associations/"].get.responses["default"].content["application/x-yaml"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.41/associations/"].get.responses["default"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_assocs_resp"; |
Removed | .paths["/slurmdb/v0.0.41/associations/"].get.responses["default"].content["text/yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.41/associations/"].get.responses["default"].content["text/yaml"].schema = {}; |
Replaced | .paths["/slurmdb/v0.0.41/associations/"].get.responses["default"].content["application/yaml"] = {}; |
Added | .paths["/slurmdb/v0.0.41/associations/"].get.responses["default"].content["application/yaml"].schema = {}; |
Added | .paths["/slurmdb/v0.0.41/associations/"].get.responses["default"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_assocs_resp"; |
Removed | .paths["/slurmdb/v0.0.41/associations/"].post.requestBody.content["application/jsonrequest"] = {}; |
Removed | .paths["/slurmdb/v0.0.41/associations/"].post.requestBody.content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.41/associations/"].post.requestBody.content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.41_openapi_assocs_resp"; |
Removed | .paths["/slurmdb/v0.0.41/associations/"].post.requestBody.content["application/x-yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.41/associations/"].post.requestBody.content["application/x-yaml"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.41/associations/"].post.requestBody.content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_assocs_resp"; |
Removed | .paths["/slurmdb/v0.0.41/associations/"].post.requestBody.content["text/yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.41/associations/"].post.requestBody.content["text/yaml"].schema = {}; |
Replaced | .paths["/slurmdb/v0.0.41/associations/"].post.requestBody.content["application/yaml"] = {}; |
Added | .paths["/slurmdb/v0.0.41/associations/"].post.requestBody.content["application/yaml"].schema = {}; |
Added | .paths["/slurmdb/v0.0.41/associations/"].post.requestBody.content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_assocs_resp"; |
Removed | .paths["/slurmdb/v0.0.41/associations/"].post.responses["200"].content["application/jsonrequest"] = {}; |
Removed | .paths["/slurmdb/v0.0.41/associations/"].post.responses["200"].content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.41/associations/"].post.responses["200"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.41_openapi_resp"; |
Removed | .paths["/slurmdb/v0.0.41/associations/"].post.responses["200"].content["application/x-yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.41/associations/"].post.responses["200"].content["application/x-yaml"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.41/associations/"].post.responses["200"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_resp"; |
Removed | .paths["/slurmdb/v0.0.41/associations/"].post.responses["200"].content["text/yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.41/associations/"].post.responses["200"].content["text/yaml"].schema = {}; |
Replaced | .paths["/slurmdb/v0.0.41/associations/"].post.responses["200"].content["application/yaml"] = {}; |
Added | .paths["/slurmdb/v0.0.41/associations/"].post.responses["200"].content["application/yaml"].schema = {}; |
Added | .paths["/slurmdb/v0.0.41/associations/"].post.responses["200"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_resp"; |
Removed | .paths["/slurmdb/v0.0.41/associations/"].post.responses["default"].content["application/jsonrequest"] = {}; |
Removed | .paths["/slurmdb/v0.0.41/associations/"].post.responses["default"].content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.41/associations/"].post.responses["default"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.41_openapi_resp"; |
Removed | .paths["/slurmdb/v0.0.41/associations/"].post.responses["default"].content["application/x-yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.41/associations/"].post.responses["default"].content["application/x-yaml"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.41/associations/"].post.responses["default"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_resp"; |
Removed | .paths["/slurmdb/v0.0.41/associations/"].post.responses["default"].content["text/yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.41/associations/"].post.responses["default"].content["text/yaml"].schema = {}; |
Replaced | .paths["/slurmdb/v0.0.41/associations/"].post.responses["default"].content["application/yaml"] = {}; |
Added | .paths["/slurmdb/v0.0.41/associations/"].post.responses["default"].content["application/yaml"].schema = {}; |
Added | .paths["/slurmdb/v0.0.41/associations/"].post.responses["default"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_resp"; |
Removed | .paths["/slurmdb/v0.0.41/associations/"]["delete"].responses["200"].content["application/jsonrequest"] = {}; |
Removed | .paths["/slurmdb/v0.0.41/associations/"]["delete"].responses["200"].content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.41/associations/"]["delete"].responses["200"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.41_openapi_assocs_removed_resp"; |
Removed | .paths["/slurmdb/v0.0.41/associations/"]["delete"].responses["200"].content["application/x-yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.41/associations/"]["delete"].responses["200"].content["application/x-yaml"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.41/associations/"]["delete"].responses["200"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_assocs_removed_resp"; |
Removed | .paths["/slurmdb/v0.0.41/associations/"]["delete"].responses["200"].content["text/yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.41/associations/"]["delete"].responses["200"].content["text/yaml"].schema = {}; |
Replaced | .paths["/slurmdb/v0.0.41/associations/"]["delete"].responses["200"].content["application/yaml"] = {}; |
Added | .paths["/slurmdb/v0.0.41/associations/"]["delete"].responses["200"].content["application/yaml"].schema = {}; |
Added | .paths["/slurmdb/v0.0.41/associations/"]["delete"].responses["200"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_assocs_removed_resp"; |
Removed | .paths["/slurmdb/v0.0.41/associations/"]["delete"].responses["default"].content["application/jsonrequest"] = {}; |
Removed | .paths["/slurmdb/v0.0.41/associations/"]["delete"].responses["default"].content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.41/associations/"]["delete"].responses["default"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.41_openapi_assocs_removed_resp"; |
Removed | .paths["/slurmdb/v0.0.41/associations/"]["delete"].responses["default"].content["application/x-yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.41/associations/"]["delete"].responses["default"].content["application/x-yaml"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.41/associations/"]["delete"].responses["default"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_assocs_removed_resp"; |
Removed | .paths["/slurmdb/v0.0.41/associations/"]["delete"].responses["default"].content["text/yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.41/associations/"]["delete"].responses["default"].content["text/yaml"].schema = {}; |
Replaced | .paths["/slurmdb/v0.0.41/associations/"]["delete"].responses["default"].content["application/yaml"] = {}; |
Added | .paths["/slurmdb/v0.0.41/associations/"]["delete"].responses["default"].content["application/yaml"].schema = {}; |
Added | .paths["/slurmdb/v0.0.41/associations/"]["delete"].responses["default"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_assocs_removed_resp"; |
Removed | .paths["/slurmdb/v0.0.41/cluster/{cluster_name}"].get.responses["200"].content["application/jsonrequest"] = {}; |
Removed | .paths["/slurmdb/v0.0.41/cluster/{cluster_name}"].get.responses["200"].content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.41/cluster/{cluster_name}"].get.responses["200"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.41_openapi_clusters_resp"; |
Removed | .paths["/slurmdb/v0.0.41/cluster/{cluster_name}"].get.responses["200"].content["application/x-yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.41/cluster/{cluster_name}"].get.responses["200"].content["application/x-yaml"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.41/cluster/{cluster_name}"].get.responses["200"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_clusters_resp"; |
Removed | .paths["/slurmdb/v0.0.41/cluster/{cluster_name}"].get.responses["200"].content["text/yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.41/cluster/{cluster_name}"].get.responses["200"].content["text/yaml"].schema = {}; |
Replaced | .paths["/slurmdb/v0.0.41/cluster/{cluster_name}"].get.responses["200"].content["application/yaml"] = {}; |
Added | .paths["/slurmdb/v0.0.41/cluster/{cluster_name}"].get.responses["200"].content["application/yaml"].schema = {}; |
Added | .paths["/slurmdb/v0.0.41/cluster/{cluster_name}"].get.responses["200"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_clusters_resp"; |
Removed | .paths["/slurmdb/v0.0.41/cluster/{cluster_name}"].get.responses["default"].content["application/jsonrequest"] = {}; |
Removed | .paths["/slurmdb/v0.0.41/cluster/{cluster_name}"].get.responses["default"].content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.41/cluster/{cluster_name}"].get.responses["default"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.41_openapi_clusters_resp"; |
Removed | .paths["/slurmdb/v0.0.41/cluster/{cluster_name}"].get.responses["default"].content["application/x-yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.41/cluster/{cluster_name}"].get.responses["default"].content["application/x-yaml"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.41/cluster/{cluster_name}"].get.responses["default"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_clusters_resp"; |
Removed | .paths["/slurmdb/v0.0.41/cluster/{cluster_name}"].get.responses["default"].content["text/yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.41/cluster/{cluster_name}"].get.responses["default"].content["text/yaml"].schema = {}; |
Replaced | .paths["/slurmdb/v0.0.41/cluster/{cluster_name}"].get.responses["default"].content["application/yaml"] = {}; |
Added | .paths["/slurmdb/v0.0.41/cluster/{cluster_name}"].get.responses["default"].content["application/yaml"].schema = {}; |
Added | .paths["/slurmdb/v0.0.41/cluster/{cluster_name}"].get.responses["default"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_clusters_resp"; |
Removed | .paths["/slurmdb/v0.0.41/cluster/{cluster_name}"]["delete"].responses["200"].content["application/jsonrequest"] = {}; |
Removed | .paths["/slurmdb/v0.0.41/cluster/{cluster_name}"]["delete"].responses["200"].content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.41/cluster/{cluster_name}"]["delete"].responses["200"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.41_openapi_clusters_removed_resp"; |
Removed | .paths["/slurmdb/v0.0.41/cluster/{cluster_name}"]["delete"].responses["200"].content["application/x-yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.41/cluster/{cluster_name}"]["delete"].responses["200"].content["application/x-yaml"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.41/cluster/{cluster_name}"]["delete"].responses["200"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_clusters_removed_resp"; |
Removed | .paths["/slurmdb/v0.0.41/cluster/{cluster_name}"]["delete"].responses["200"].content["text/yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.41/cluster/{cluster_name}"]["delete"].responses["200"].content["text/yaml"].schema = {}; |
Replaced | .paths["/slurmdb/v0.0.41/cluster/{cluster_name}"]["delete"].responses["200"].content["application/yaml"] = {}; |
Added | .paths["/slurmdb/v0.0.41/cluster/{cluster_name}"]["delete"].responses["200"].content["application/yaml"].schema = {}; |
Added | .paths["/slurmdb/v0.0.41/cluster/{cluster_name}"]["delete"].responses["200"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_clusters_removed_resp"; |
Removed | .paths["/slurmdb/v0.0.41/cluster/{cluster_name}"]["delete"].responses["default"].content["application/jsonrequest"] = {}; |
Removed | .paths["/slurmdb/v0.0.41/cluster/{cluster_name}"]["delete"].responses["default"].content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.41/cluster/{cluster_name}"]["delete"].responses["default"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.41_openapi_clusters_removed_resp"; |
Removed | .paths["/slurmdb/v0.0.41/cluster/{cluster_name}"]["delete"].responses["default"].content["application/x-yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.41/cluster/{cluster_name}"]["delete"].responses["default"].content["application/x-yaml"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.41/cluster/{cluster_name}"]["delete"].responses["default"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_clusters_removed_resp"; |
Removed | .paths["/slurmdb/v0.0.41/cluster/{cluster_name}"]["delete"].responses["default"].content["text/yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.41/cluster/{cluster_name}"]["delete"].responses["default"].content["text/yaml"].schema = {}; |
Replaced | .paths["/slurmdb/v0.0.41/cluster/{cluster_name}"]["delete"].responses["default"].content["application/yaml"] = {}; |
Added | .paths["/slurmdb/v0.0.41/cluster/{cluster_name}"]["delete"].responses["default"].content["application/yaml"].schema = {}; |
Added | .paths["/slurmdb/v0.0.41/cluster/{cluster_name}"]["delete"].responses["default"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_clusters_removed_resp"; |
Removed | .paths["/slurmdb/v0.0.41/clusters/"].get.responses["200"].content["application/jsonrequest"] = {}; |
Removed | .paths["/slurmdb/v0.0.41/clusters/"].get.responses["200"].content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.41/clusters/"].get.responses["200"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.41_openapi_clusters_resp"; |
Removed | .paths["/slurmdb/v0.0.41/clusters/"].get.responses["200"].content["application/x-yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.41/clusters/"].get.responses["200"].content["application/x-yaml"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.41/clusters/"].get.responses["200"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_clusters_resp"; |
Removed | .paths["/slurmdb/v0.0.41/clusters/"].get.responses["200"].content["text/yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.41/clusters/"].get.responses["200"].content["text/yaml"].schema = {}; |
Replaced | .paths["/slurmdb/v0.0.41/clusters/"].get.responses["200"].content["application/yaml"] = {}; |
Added | .paths["/slurmdb/v0.0.41/clusters/"].get.responses["200"].content["application/yaml"].schema = {}; |
Added | .paths["/slurmdb/v0.0.41/clusters/"].get.responses["200"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_clusters_resp"; |
Removed | .paths["/slurmdb/v0.0.41/clusters/"].get.responses["default"].content["application/jsonrequest"] = {}; |
Removed | .paths["/slurmdb/v0.0.41/clusters/"].get.responses["default"].content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.41/clusters/"].get.responses["default"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.41_openapi_clusters_resp"; |
Removed | .paths["/slurmdb/v0.0.41/clusters/"].get.responses["default"].content["application/x-yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.41/clusters/"].get.responses["default"].content["application/x-yaml"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.41/clusters/"].get.responses["default"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_clusters_resp"; |
Removed | .paths["/slurmdb/v0.0.41/clusters/"].get.responses["default"].content["text/yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.41/clusters/"].get.responses["default"].content["text/yaml"].schema = {}; |
Replaced | .paths["/slurmdb/v0.0.41/clusters/"].get.responses["default"].content["application/yaml"] = {}; |
Added | .paths["/slurmdb/v0.0.41/clusters/"].get.responses["default"].content["application/yaml"].schema = {}; |
Added | .paths["/slurmdb/v0.0.41/clusters/"].get.responses["default"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_clusters_resp"; |
Removed | .paths["/slurmdb/v0.0.41/clusters/"].post.requestBody.content["application/jsonrequest"] = {}; |
Removed | .paths["/slurmdb/v0.0.41/clusters/"].post.requestBody.content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.41/clusters/"].post.requestBody.content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.41_openapi_clusters_resp"; |
Removed | .paths["/slurmdb/v0.0.41/clusters/"].post.requestBody.content["application/x-yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.41/clusters/"].post.requestBody.content["application/x-yaml"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.41/clusters/"].post.requestBody.content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_clusters_resp"; |
Removed | .paths["/slurmdb/v0.0.41/clusters/"].post.requestBody.content["text/yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.41/clusters/"].post.requestBody.content["text/yaml"].schema = {}; |
Replaced | .paths["/slurmdb/v0.0.41/clusters/"].post.requestBody.content["application/yaml"] = {}; |
Added | .paths["/slurmdb/v0.0.41/clusters/"].post.requestBody.content["application/yaml"].schema = {}; |
Added | .paths["/slurmdb/v0.0.41/clusters/"].post.requestBody.content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_clusters_resp"; |
Removed | .paths["/slurmdb/v0.0.41/clusters/"].post.responses["200"].content["application/jsonrequest"] = {}; |
Removed | .paths["/slurmdb/v0.0.41/clusters/"].post.responses["200"].content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.41/clusters/"].post.responses["200"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.41_openapi_resp"; |
Removed | .paths["/slurmdb/v0.0.41/clusters/"].post.responses["200"].content["application/x-yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.41/clusters/"].post.responses["200"].content["application/x-yaml"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.41/clusters/"].post.responses["200"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_resp"; |
Removed | .paths["/slurmdb/v0.0.41/clusters/"].post.responses["200"].content["text/yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.41/clusters/"].post.responses["200"].content["text/yaml"].schema = {}; |
Replaced | .paths["/slurmdb/v0.0.41/clusters/"].post.responses["200"].content["application/yaml"] = {}; |
Added | .paths["/slurmdb/v0.0.41/clusters/"].post.responses["200"].content["application/yaml"].schema = {}; |
Added | .paths["/slurmdb/v0.0.41/clusters/"].post.responses["200"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_resp"; |
Removed | .paths["/slurmdb/v0.0.41/clusters/"].post.responses["default"].content["application/jsonrequest"] = {}; |
Removed | .paths["/slurmdb/v0.0.41/clusters/"].post.responses["default"].content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.41/clusters/"].post.responses["default"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.41_openapi_resp"; |
Removed | .paths["/slurmdb/v0.0.41/clusters/"].post.responses["default"].content["application/x-yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.41/clusters/"].post.responses["default"].content["application/x-yaml"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.41/clusters/"].post.responses["default"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_resp"; |
Removed | .paths["/slurmdb/v0.0.41/clusters/"].post.responses["default"].content["text/yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.41/clusters/"].post.responses["default"].content["text/yaml"].schema = {}; |
Replaced | .paths["/slurmdb/v0.0.41/clusters/"].post.responses["default"].content["application/yaml"] = {}; |
Added | .paths["/slurmdb/v0.0.41/clusters/"].post.responses["default"].content["application/yaml"].schema = {}; |
Added | .paths["/slurmdb/v0.0.41/clusters/"].post.responses["default"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_resp"; |
Removed | .paths["/slurmdb/v0.0.41/config"].get.responses["200"].content["application/jsonrequest"] = {}; |
Removed | .paths["/slurmdb/v0.0.41/config"].get.responses["200"].content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.41/config"].get.responses["200"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.41_openapi_slurmdbd_config_resp"; |
Removed | .paths["/slurmdb/v0.0.41/config"].get.responses["200"].content["application/x-yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.41/config"].get.responses["200"].content["application/x-yaml"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.41/config"].get.responses["200"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_slurmdbd_config_resp"; |
Removed | .paths["/slurmdb/v0.0.41/config"].get.responses["200"].content["text/yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.41/config"].get.responses["200"].content["text/yaml"].schema = {}; |
Replaced | .paths["/slurmdb/v0.0.41/config"].get.responses["200"].content["application/yaml"] = {}; |
Added | .paths["/slurmdb/v0.0.41/config"].get.responses["200"].content["application/yaml"].schema = {}; |
Added | .paths["/slurmdb/v0.0.41/config"].get.responses["200"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_slurmdbd_config_resp"; |
Removed | .paths["/slurmdb/v0.0.41/config"].get.responses["default"].content["application/jsonrequest"] = {}; |
Removed | .paths["/slurmdb/v0.0.41/config"].get.responses["default"].content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.41/config"].get.responses["default"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.41_openapi_slurmdbd_config_resp"; |
Removed | .paths["/slurmdb/v0.0.41/config"].get.responses["default"].content["application/x-yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.41/config"].get.responses["default"].content["application/x-yaml"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.41/config"].get.responses["default"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_slurmdbd_config_resp"; |
Removed | .paths["/slurmdb/v0.0.41/config"].get.responses["default"].content["text/yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.41/config"].get.responses["default"].content["text/yaml"].schema = {}; |
Replaced | .paths["/slurmdb/v0.0.41/config"].get.responses["default"].content["application/yaml"] = {}; |
Added | .paths["/slurmdb/v0.0.41/config"].get.responses["default"].content["application/yaml"].schema = {}; |
Added | .paths["/slurmdb/v0.0.41/config"].get.responses["default"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_slurmdbd_config_resp"; |
Removed | .paths["/slurmdb/v0.0.41/config"].post.requestBody.content["application/jsonrequest"] = {}; |
Removed | .paths["/slurmdb/v0.0.41/config"].post.requestBody.content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.41/config"].post.requestBody.content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.41_openapi_slurmdbd_config_resp"; |
Removed | .paths["/slurmdb/v0.0.41/config"].post.requestBody.content["application/x-yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.41/config"].post.requestBody.content["application/x-yaml"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.41/config"].post.requestBody.content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_slurmdbd_config_resp"; |
Removed | .paths["/slurmdb/v0.0.41/config"].post.requestBody.content["text/yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.41/config"].post.requestBody.content["text/yaml"].schema = {}; |
Replaced | .paths["/slurmdb/v0.0.41/config"].post.requestBody.content["application/yaml"] = {}; |
Added | .paths["/slurmdb/v0.0.41/config"].post.requestBody.content["application/yaml"].schema = {}; |
Added | .paths["/slurmdb/v0.0.41/config"].post.requestBody.content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_slurmdbd_config_resp"; |
Removed | .paths["/slurmdb/v0.0.41/config"].post.responses["200"].content["application/jsonrequest"] = {}; |
Removed | .paths["/slurmdb/v0.0.41/config"].post.responses["200"].content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.41/config"].post.responses["200"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.41_openapi_resp"; |
Removed | .paths["/slurmdb/v0.0.41/config"].post.responses["200"].content["application/x-yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.41/config"].post.responses["200"].content["application/x-yaml"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.41/config"].post.responses["200"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_resp"; |
Removed | .paths["/slurmdb/v0.0.41/config"].post.responses["200"].content["text/yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.41/config"].post.responses["200"].content["text/yaml"].schema = {}; |
Replaced | .paths["/slurmdb/v0.0.41/config"].post.responses["200"].content["application/yaml"] = {}; |
Added | .paths["/slurmdb/v0.0.41/config"].post.responses["200"].content["application/yaml"].schema = {}; |
Added | .paths["/slurmdb/v0.0.41/config"].post.responses["200"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_resp"; |
Removed | .paths["/slurmdb/v0.0.41/config"].post.responses["default"].content["application/jsonrequest"] = {}; |
Removed | .paths["/slurmdb/v0.0.41/config"].post.responses["default"].content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.41/config"].post.responses["default"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.41_openapi_resp"; |
Removed | .paths["/slurmdb/v0.0.41/config"].post.responses["default"].content["application/x-yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.41/config"].post.responses["default"].content["application/x-yaml"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.41/config"].post.responses["default"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_resp"; |
Removed | .paths["/slurmdb/v0.0.41/config"].post.responses["default"].content["text/yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.41/config"].post.responses["default"].content["text/yaml"].schema = {}; |
Replaced | .paths["/slurmdb/v0.0.41/config"].post.responses["default"].content["application/yaml"] = {}; |
Added | .paths["/slurmdb/v0.0.41/config"].post.responses["default"].content["application/yaml"].schema = {}; |
Added | .paths["/slurmdb/v0.0.41/config"].post.responses["default"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_resp"; |
Removed | .paths["/slurmdb/v0.0.41/diag/"].get.responses["200"].content["application/jsonrequest"] = {}; |
Removed | .paths["/slurmdb/v0.0.41/diag/"].get.responses["200"].content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.41/diag/"].get.responses["200"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.41_openapi_slurmdbd_stats_resp"; |
Removed | .paths["/slurmdb/v0.0.41/diag/"].get.responses["200"].content["application/x-yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.41/diag/"].get.responses["200"].content["application/x-yaml"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.41/diag/"].get.responses["200"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_slurmdbd_stats_resp"; |
Removed | .paths["/slurmdb/v0.0.41/diag/"].get.responses["200"].content["text/yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.41/diag/"].get.responses["200"].content["text/yaml"].schema = {}; |
Replaced | .paths["/slurmdb/v0.0.41/diag/"].get.responses["200"].content["application/yaml"] = {}; |
Added | .paths["/slurmdb/v0.0.41/diag/"].get.responses["200"].content["application/yaml"].schema = {}; |
Added | .paths["/slurmdb/v0.0.41/diag/"].get.responses["200"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_slurmdbd_stats_resp"; |
Removed | .paths["/slurmdb/v0.0.41/diag/"].get.responses["default"].content["application/jsonrequest"] = {}; |
Removed | .paths["/slurmdb/v0.0.41/diag/"].get.responses["default"].content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.41/diag/"].get.responses["default"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.41_openapi_slurmdbd_stats_resp"; |
Removed | .paths["/slurmdb/v0.0.41/diag/"].get.responses["default"].content["application/x-yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.41/diag/"].get.responses["default"].content["application/x-yaml"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.41/diag/"].get.responses["default"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_slurmdbd_stats_resp"; |
Removed | .paths["/slurmdb/v0.0.41/diag/"].get.responses["default"].content["text/yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.41/diag/"].get.responses["default"].content["text/yaml"].schema = {}; |
Replaced | .paths["/slurmdb/v0.0.41/diag/"].get.responses["default"].content["application/yaml"] = {}; |
Added | .paths["/slurmdb/v0.0.41/diag/"].get.responses["default"].content["application/yaml"].schema = {}; |
Added | .paths["/slurmdb/v0.0.41/diag/"].get.responses["default"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_slurmdbd_stats_resp"; |
Removed | .paths["/slurmdb/v0.0.41/instance/"].get.responses["200"].content["application/jsonrequest"] = {}; |
Removed | .paths["/slurmdb/v0.0.41/instance/"].get.responses["200"].content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.41/instance/"].get.responses["200"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.41_openapi_instances_resp"; |
Removed | .paths["/slurmdb/v0.0.41/instance/"].get.responses["200"].content["application/x-yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.41/instance/"].get.responses["200"].content["application/x-yaml"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.41/instance/"].get.responses["200"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_instances_resp"; |
Removed | .paths["/slurmdb/v0.0.41/instance/"].get.responses["200"].content["text/yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.41/instance/"].get.responses["200"].content["text/yaml"].schema = {}; |
Replaced | .paths["/slurmdb/v0.0.41/instance/"].get.responses["200"].content["application/yaml"] = {}; |
Added | .paths["/slurmdb/v0.0.41/instance/"].get.responses["200"].content["application/yaml"].schema = {}; |
Added | .paths["/slurmdb/v0.0.41/instance/"].get.responses["200"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_instances_resp"; |
Removed | .paths["/slurmdb/v0.0.41/instance/"].get.responses["default"].content["application/jsonrequest"] = {}; |
Removed | .paths["/slurmdb/v0.0.41/instance/"].get.responses["default"].content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.41/instance/"].get.responses["default"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.41_openapi_instances_resp"; |
Removed | .paths["/slurmdb/v0.0.41/instance/"].get.responses["default"].content["application/x-yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.41/instance/"].get.responses["default"].content["application/x-yaml"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.41/instance/"].get.responses["default"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_instances_resp"; |
Removed | .paths["/slurmdb/v0.0.41/instance/"].get.responses["default"].content["text/yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.41/instance/"].get.responses["default"].content["text/yaml"].schema = {}; |
Replaced | .paths["/slurmdb/v0.0.41/instance/"].get.responses["default"].content["application/yaml"] = {}; |
Added | .paths["/slurmdb/v0.0.41/instance/"].get.responses["default"].content["application/yaml"].schema = {}; |
Added | .paths["/slurmdb/v0.0.41/instance/"].get.responses["default"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_instances_resp"; |
Removed | .paths["/slurmdb/v0.0.41/instances/"].get.responses["200"].content["application/jsonrequest"] = {}; |
Removed | .paths["/slurmdb/v0.0.41/instances/"].get.responses["200"].content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.41/instances/"].get.responses["200"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.41_openapi_instances_resp"; |
Removed | .paths["/slurmdb/v0.0.41/instances/"].get.responses["200"].content["application/x-yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.41/instances/"].get.responses["200"].content["application/x-yaml"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.41/instances/"].get.responses["200"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_instances_resp"; |
Removed | .paths["/slurmdb/v0.0.41/instances/"].get.responses["200"].content["text/yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.41/instances/"].get.responses["200"].content["text/yaml"].schema = {}; |
Replaced | .paths["/slurmdb/v0.0.41/instances/"].get.responses["200"].content["application/yaml"] = {}; |
Added | .paths["/slurmdb/v0.0.41/instances/"].get.responses["200"].content["application/yaml"].schema = {}; |
Added | .paths["/slurmdb/v0.0.41/instances/"].get.responses["200"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_instances_resp"; |
Removed | .paths["/slurmdb/v0.0.41/instances/"].get.responses["default"].content["application/jsonrequest"] = {}; |
Removed | .paths["/slurmdb/v0.0.41/instances/"].get.responses["default"].content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.41/instances/"].get.responses["default"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.41_openapi_instances_resp"; |
Removed | .paths["/slurmdb/v0.0.41/instances/"].get.responses["default"].content["application/x-yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.41/instances/"].get.responses["default"].content["application/x-yaml"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.41/instances/"].get.responses["default"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_instances_resp"; |
Removed | .paths["/slurmdb/v0.0.41/instances/"].get.responses["default"].content["text/yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.41/instances/"].get.responses["default"].content["text/yaml"].schema = {}; |
Replaced | .paths["/slurmdb/v0.0.41/instances/"].get.responses["default"].content["application/yaml"] = {}; |
Added | .paths["/slurmdb/v0.0.41/instances/"].get.responses["default"].content["application/yaml"].schema = {}; |
Added | .paths["/slurmdb/v0.0.41/instances/"].get.responses["default"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_instances_resp"; |
Removed | .paths["/slurmdb/v0.0.41/job/{job_id}"].get.responses["200"].content["application/jsonrequest"] = {}; |
Removed | .paths["/slurmdb/v0.0.41/job/{job_id}"].get.responses["200"].content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.41/job/{job_id}"].get.responses["200"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.41_openapi_slurmdbd_jobs_resp"; |
Removed | .paths["/slurmdb/v0.0.41/job/{job_id}"].get.responses["200"].content["application/x-yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.41/job/{job_id}"].get.responses["200"].content["application/x-yaml"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.41/job/{job_id}"].get.responses["200"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_slurmdbd_jobs_resp"; |
Removed | .paths["/slurmdb/v0.0.41/job/{job_id}"].get.responses["200"].content["text/yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.41/job/{job_id}"].get.responses["200"].content["text/yaml"].schema = {}; |
Replaced | .paths["/slurmdb/v0.0.41/job/{job_id}"].get.responses["200"].content["application/yaml"] = {}; |
Added | .paths["/slurmdb/v0.0.41/job/{job_id}"].get.responses["200"].content["application/yaml"].schema = {}; |
Added | .paths["/slurmdb/v0.0.41/job/{job_id}"].get.responses["200"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_slurmdbd_jobs_resp"; |
Removed | .paths["/slurmdb/v0.0.41/job/{job_id}"].get.responses["default"].content["application/jsonrequest"] = {}; |
Removed | .paths["/slurmdb/v0.0.41/job/{job_id}"].get.responses["default"].content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.41/job/{job_id}"].get.responses["default"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.41_openapi_slurmdbd_jobs_resp"; |
Removed | .paths["/slurmdb/v0.0.41/job/{job_id}"].get.responses["default"].content["application/x-yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.41/job/{job_id}"].get.responses["default"].content["application/x-yaml"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.41/job/{job_id}"].get.responses["default"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_slurmdbd_jobs_resp"; |
Removed | .paths["/slurmdb/v0.0.41/job/{job_id}"].get.responses["default"].content["text/yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.41/job/{job_id}"].get.responses["default"].content["text/yaml"].schema = {}; |
Replaced | .paths["/slurmdb/v0.0.41/job/{job_id}"].get.responses["default"].content["application/yaml"] = {}; |
Added | .paths["/slurmdb/v0.0.41/job/{job_id}"].get.responses["default"].content["application/yaml"].schema = {}; |
Added | .paths["/slurmdb/v0.0.41/job/{job_id}"].get.responses["default"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_slurmdbd_jobs_resp"; |
Removed | .paths["/slurmdb/v0.0.41/jobs/"].get.responses["200"].content["application/jsonrequest"] = {}; |
Removed | .paths["/slurmdb/v0.0.41/jobs/"].get.responses["200"].content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.41/jobs/"].get.responses["200"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.41_openapi_slurmdbd_jobs_resp"; |
Removed | .paths["/slurmdb/v0.0.41/jobs/"].get.responses["200"].content["application/x-yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.41/jobs/"].get.responses["200"].content["application/x-yaml"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.41/jobs/"].get.responses["200"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_slurmdbd_jobs_resp"; |
Removed | .paths["/slurmdb/v0.0.41/jobs/"].get.responses["200"].content["text/yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.41/jobs/"].get.responses["200"].content["text/yaml"].schema = {}; |
Replaced | .paths["/slurmdb/v0.0.41/jobs/"].get.responses["200"].content["application/yaml"] = {}; |
Added | .paths["/slurmdb/v0.0.41/jobs/"].get.responses["200"].content["application/yaml"].schema = {}; |
Added | .paths["/slurmdb/v0.0.41/jobs/"].get.responses["200"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_slurmdbd_jobs_resp"; |
Removed | .paths["/slurmdb/v0.0.41/jobs/"].get.responses["default"].content["application/jsonrequest"] = {}; |
Removed | .paths["/slurmdb/v0.0.41/jobs/"].get.responses["default"].content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.41/jobs/"].get.responses["default"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.41_openapi_slurmdbd_jobs_resp"; |
Removed | .paths["/slurmdb/v0.0.41/jobs/"].get.responses["default"].content["application/x-yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.41/jobs/"].get.responses["default"].content["application/x-yaml"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.41/jobs/"].get.responses["default"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_slurmdbd_jobs_resp"; |
Removed | .paths["/slurmdb/v0.0.41/jobs/"].get.responses["default"].content["text/yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.41/jobs/"].get.responses["default"].content["text/yaml"].schema = {}; |
Replaced | .paths["/slurmdb/v0.0.41/jobs/"].get.responses["default"].content["application/yaml"] = {}; |
Added | .paths["/slurmdb/v0.0.41/jobs/"].get.responses["default"].content["application/yaml"].schema = {}; |
Added | .paths["/slurmdb/v0.0.41/jobs/"].get.responses["default"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_slurmdbd_jobs_resp"; |
Removed | .paths["/slurmdb/v0.0.41/qos/"].get.responses["200"].content["application/jsonrequest"] = {}; |
Removed | .paths["/slurmdb/v0.0.41/qos/"].get.responses["200"].content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.41/qos/"].get.responses["200"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.41_openapi_slurmdbd_qos_resp"; |
Removed | .paths["/slurmdb/v0.0.41/qos/"].get.responses["200"].content["application/x-yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.41/qos/"].get.responses["200"].content["application/x-yaml"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.41/qos/"].get.responses["200"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_slurmdbd_qos_resp"; |
Removed | .paths["/slurmdb/v0.0.41/qos/"].get.responses["200"].content["text/yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.41/qos/"].get.responses["200"].content["text/yaml"].schema = {}; |
Replaced | .paths["/slurmdb/v0.0.41/qos/"].get.responses["200"].content["application/yaml"] = {}; |
Added | .paths["/slurmdb/v0.0.41/qos/"].get.responses["200"].content["application/yaml"].schema = {}; |
Added | .paths["/slurmdb/v0.0.41/qos/"].get.responses["200"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_slurmdbd_qos_resp"; |
Removed | .paths["/slurmdb/v0.0.41/qos/"].get.responses["default"].content["application/jsonrequest"] = {}; |
Removed | .paths["/slurmdb/v0.0.41/qos/"].get.responses["default"].content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.41/qos/"].get.responses["default"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.41_openapi_slurmdbd_qos_resp"; |
Removed | .paths["/slurmdb/v0.0.41/qos/"].get.responses["default"].content["application/x-yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.41/qos/"].get.responses["default"].content["application/x-yaml"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.41/qos/"].get.responses["default"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_slurmdbd_qos_resp"; |
Removed | .paths["/slurmdb/v0.0.41/qos/"].get.responses["default"].content["text/yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.41/qos/"].get.responses["default"].content["text/yaml"].schema = {}; |
Replaced | .paths["/slurmdb/v0.0.41/qos/"].get.responses["default"].content["application/yaml"] = {}; |
Added | .paths["/slurmdb/v0.0.41/qos/"].get.responses["default"].content["application/yaml"].schema = {}; |
Added | .paths["/slurmdb/v0.0.41/qos/"].get.responses["default"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_slurmdbd_qos_resp"; |
Removed | .paths["/slurmdb/v0.0.41/qos/"].post.requestBody.content["application/jsonrequest"] = {}; |
Removed | .paths["/slurmdb/v0.0.41/qos/"].post.requestBody.content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.41/qos/"].post.requestBody.content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.41_openapi_slurmdbd_qos_resp"; |
Removed | .paths["/slurmdb/v0.0.41/qos/"].post.requestBody.content["application/x-yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.41/qos/"].post.requestBody.content["application/x-yaml"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.41/qos/"].post.requestBody.content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_slurmdbd_qos_resp"; |
Removed | .paths["/slurmdb/v0.0.41/qos/"].post.requestBody.content["text/yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.41/qos/"].post.requestBody.content["text/yaml"].schema = {}; |
Replaced | .paths["/slurmdb/v0.0.41/qos/"].post.requestBody.content["application/yaml"] = {}; |
Added | .paths["/slurmdb/v0.0.41/qos/"].post.requestBody.content["application/yaml"].schema = {}; |
Added | .paths["/slurmdb/v0.0.41/qos/"].post.requestBody.content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_slurmdbd_qos_resp"; |
Removed | .paths["/slurmdb/v0.0.41/qos/"].post.responses["200"].content["application/jsonrequest"] = {}; |
Removed | .paths["/slurmdb/v0.0.41/qos/"].post.responses["200"].content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.41/qos/"].post.responses["200"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.41_openapi_resp"; |
Removed | .paths["/slurmdb/v0.0.41/qos/"].post.responses["200"].content["application/x-yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.41/qos/"].post.responses["200"].content["application/x-yaml"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.41/qos/"].post.responses["200"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_resp"; |
Removed | .paths["/slurmdb/v0.0.41/qos/"].post.responses["200"].content["text/yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.41/qos/"].post.responses["200"].content["text/yaml"].schema = {}; |
Replaced | .paths["/slurmdb/v0.0.41/qos/"].post.responses["200"].content["application/yaml"] = {}; |
Added | .paths["/slurmdb/v0.0.41/qos/"].post.responses["200"].content["application/yaml"].schema = {}; |
Added | .paths["/slurmdb/v0.0.41/qos/"].post.responses["200"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_resp"; |
Removed | .paths["/slurmdb/v0.0.41/qos/"].post.responses["default"].content["application/jsonrequest"] = {}; |
Removed | .paths["/slurmdb/v0.0.41/qos/"].post.responses["default"].content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.41/qos/"].post.responses["default"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.41_openapi_resp"; |
Removed | .paths["/slurmdb/v0.0.41/qos/"].post.responses["default"].content["application/x-yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.41/qos/"].post.responses["default"].content["application/x-yaml"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.41/qos/"].post.responses["default"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_resp"; |
Removed | .paths["/slurmdb/v0.0.41/qos/"].post.responses["default"].content["text/yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.41/qos/"].post.responses["default"].content["text/yaml"].schema = {}; |
Replaced | .paths["/slurmdb/v0.0.41/qos/"].post.responses["default"].content["application/yaml"] = {}; |
Added | .paths["/slurmdb/v0.0.41/qos/"].post.responses["default"].content["application/yaml"].schema = {}; |
Added | .paths["/slurmdb/v0.0.41/qos/"].post.responses["default"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_resp"; |
Removed | .paths["/slurmdb/v0.0.41/qos/{qos}"].get.responses["200"].content["application/jsonrequest"] = {}; |
Removed | .paths["/slurmdb/v0.0.41/qos/{qos}"].get.responses["200"].content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.41/qos/{qos}"].get.responses["200"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.41_openapi_slurmdbd_qos_resp"; |
Removed | .paths["/slurmdb/v0.0.41/qos/{qos}"].get.responses["200"].content["application/x-yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.41/qos/{qos}"].get.responses["200"].content["application/x-yaml"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.41/qos/{qos}"].get.responses["200"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_slurmdbd_qos_resp"; |
Removed | .paths["/slurmdb/v0.0.41/qos/{qos}"].get.responses["200"].content["text/yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.41/qos/{qos}"].get.responses["200"].content["text/yaml"].schema = {}; |
Replaced | .paths["/slurmdb/v0.0.41/qos/{qos}"].get.responses["200"].content["application/yaml"] = {}; |
Added | .paths["/slurmdb/v0.0.41/qos/{qos}"].get.responses["200"].content["application/yaml"].schema = {}; |
Added | .paths["/slurmdb/v0.0.41/qos/{qos}"].get.responses["200"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_slurmdbd_qos_resp"; |
Removed | .paths["/slurmdb/v0.0.41/qos/{qos}"].get.responses["default"].content["application/jsonrequest"] = {}; |
Removed | .paths["/slurmdb/v0.0.41/qos/{qos}"].get.responses["default"].content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.41/qos/{qos}"].get.responses["default"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.41_openapi_slurmdbd_qos_resp"; |
Removed | .paths["/slurmdb/v0.0.41/qos/{qos}"].get.responses["default"].content["application/x-yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.41/qos/{qos}"].get.responses["default"].content["application/x-yaml"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.41/qos/{qos}"].get.responses["default"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_slurmdbd_qos_resp"; |
Removed | .paths["/slurmdb/v0.0.41/qos/{qos}"].get.responses["default"].content["text/yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.41/qos/{qos}"].get.responses["default"].content["text/yaml"].schema = {}; |
Replaced | .paths["/slurmdb/v0.0.41/qos/{qos}"].get.responses["default"].content["application/yaml"] = {}; |
Added | .paths["/slurmdb/v0.0.41/qos/{qos}"].get.responses["default"].content["application/yaml"].schema = {}; |
Added | .paths["/slurmdb/v0.0.41/qos/{qos}"].get.responses["default"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_slurmdbd_qos_resp"; |
Removed | .paths["/slurmdb/v0.0.41/qos/{qos}"]["delete"].responses["200"].content["application/jsonrequest"] = {}; |
Removed | .paths["/slurmdb/v0.0.41/qos/{qos}"]["delete"].responses["200"].content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.41/qos/{qos}"]["delete"].responses["200"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.41_openapi_slurmdbd_qos_removed_resp"; |
Removed | .paths["/slurmdb/v0.0.41/qos/{qos}"]["delete"].responses["200"].content["application/x-yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.41/qos/{qos}"]["delete"].responses["200"].content["application/x-yaml"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.41/qos/{qos}"]["delete"].responses["200"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_slurmdbd_qos_removed_resp"; |
Removed | .paths["/slurmdb/v0.0.41/qos/{qos}"]["delete"].responses["200"].content["text/yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.41/qos/{qos}"]["delete"].responses["200"].content["text/yaml"].schema = {}; |
Replaced | .paths["/slurmdb/v0.0.41/qos/{qos}"]["delete"].responses["200"].content["application/yaml"] = {}; |
Added | .paths["/slurmdb/v0.0.41/qos/{qos}"]["delete"].responses["200"].content["application/yaml"].schema = {}; |
Added | .paths["/slurmdb/v0.0.41/qos/{qos}"]["delete"].responses["200"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_slurmdbd_qos_removed_resp"; |
Removed | .paths["/slurmdb/v0.0.41/qos/{qos}"]["delete"].responses["default"].content["application/jsonrequest"] = {}; |
Removed | .paths["/slurmdb/v0.0.41/qos/{qos}"]["delete"].responses["default"].content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.41/qos/{qos}"]["delete"].responses["default"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.41_openapi_slurmdbd_qos_removed_resp"; |
Removed | .paths["/slurmdb/v0.0.41/qos/{qos}"]["delete"].responses["default"].content["application/x-yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.41/qos/{qos}"]["delete"].responses["default"].content["application/x-yaml"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.41/qos/{qos}"]["delete"].responses["default"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_slurmdbd_qos_removed_resp"; |
Removed | .paths["/slurmdb/v0.0.41/qos/{qos}"]["delete"].responses["default"].content["text/yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.41/qos/{qos}"]["delete"].responses["default"].content["text/yaml"].schema = {}; |
Replaced | .paths["/slurmdb/v0.0.41/qos/{qos}"]["delete"].responses["default"].content["application/yaml"] = {}; |
Added | .paths["/slurmdb/v0.0.41/qos/{qos}"]["delete"].responses["default"].content["application/yaml"].schema = {}; |
Added | .paths["/slurmdb/v0.0.41/qos/{qos}"]["delete"].responses["default"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_slurmdbd_qos_removed_resp"; |
Removed | .paths["/slurmdb/v0.0.41/tres/"].get.responses["200"].content["application/jsonrequest"] = {}; |
Removed | .paths["/slurmdb/v0.0.41/tres/"].get.responses["200"].content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.41/tres/"].get.responses["200"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.41_openapi_tres_resp"; |
Removed | .paths["/slurmdb/v0.0.41/tres/"].get.responses["200"].content["application/x-yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.41/tres/"].get.responses["200"].content["application/x-yaml"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.41/tres/"].get.responses["200"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_tres_resp"; |
Removed | .paths["/slurmdb/v0.0.41/tres/"].get.responses["200"].content["text/yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.41/tres/"].get.responses["200"].content["text/yaml"].schema = {}; |
Replaced | .paths["/slurmdb/v0.0.41/tres/"].get.responses["200"].content["application/yaml"] = {}; |
Added | .paths["/slurmdb/v0.0.41/tres/"].get.responses["200"].content["application/yaml"].schema = {}; |
Added | .paths["/slurmdb/v0.0.41/tres/"].get.responses["200"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_tres_resp"; |
Removed | .paths["/slurmdb/v0.0.41/tres/"].get.responses["default"].content["application/jsonrequest"] = {}; |
Removed | .paths["/slurmdb/v0.0.41/tres/"].get.responses["default"].content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.41/tres/"].get.responses["default"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.41_openapi_tres_resp"; |
Removed | .paths["/slurmdb/v0.0.41/tres/"].get.responses["default"].content["application/x-yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.41/tres/"].get.responses["default"].content["application/x-yaml"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.41/tres/"].get.responses["default"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_tres_resp"; |
Removed | .paths["/slurmdb/v0.0.41/tres/"].get.responses["default"].content["text/yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.41/tres/"].get.responses["default"].content["text/yaml"].schema = {}; |
Replaced | .paths["/slurmdb/v0.0.41/tres/"].get.responses["default"].content["application/yaml"] = {}; |
Added | .paths["/slurmdb/v0.0.41/tres/"].get.responses["default"].content["application/yaml"].schema = {}; |
Added | .paths["/slurmdb/v0.0.41/tres/"].get.responses["default"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_tres_resp"; |
Removed | .paths["/slurmdb/v0.0.41/tres/"].post.requestBody.content["application/jsonrequest"] = {}; |
Removed | .paths["/slurmdb/v0.0.41/tres/"].post.requestBody.content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.41/tres/"].post.requestBody.content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.41_openapi_tres_resp"; |
Removed | .paths["/slurmdb/v0.0.41/tres/"].post.requestBody.content["application/x-yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.41/tres/"].post.requestBody.content["application/x-yaml"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.41/tres/"].post.requestBody.content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_tres_resp"; |
Removed | .paths["/slurmdb/v0.0.41/tres/"].post.requestBody.content["text/yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.41/tres/"].post.requestBody.content["text/yaml"].schema = {}; |
Replaced | .paths["/slurmdb/v0.0.41/tres/"].post.requestBody.content["application/yaml"] = {}; |
Added | .paths["/slurmdb/v0.0.41/tres/"].post.requestBody.content["application/yaml"].schema = {}; |
Added | .paths["/slurmdb/v0.0.41/tres/"].post.requestBody.content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_tres_resp"; |
Removed | .paths["/slurmdb/v0.0.41/tres/"].post.responses["200"].content["application/jsonrequest"] = {}; |
Removed | .paths["/slurmdb/v0.0.41/tres/"].post.responses["200"].content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.41/tres/"].post.responses["200"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.41_openapi_resp"; |
Removed | .paths["/slurmdb/v0.0.41/tres/"].post.responses["200"].content["application/x-yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.41/tres/"].post.responses["200"].content["application/x-yaml"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.41/tres/"].post.responses["200"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_resp"; |
Removed | .paths["/slurmdb/v0.0.41/tres/"].post.responses["200"].content["text/yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.41/tres/"].post.responses["200"].content["text/yaml"].schema = {}; |
Replaced | .paths["/slurmdb/v0.0.41/tres/"].post.responses["200"].content["application/yaml"] = {}; |
Added | .paths["/slurmdb/v0.0.41/tres/"].post.responses["200"].content["application/yaml"].schema = {}; |
Added | .paths["/slurmdb/v0.0.41/tres/"].post.responses["200"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_resp"; |
Removed | .paths["/slurmdb/v0.0.41/tres/"].post.responses["default"].content["application/jsonrequest"] = {}; |
Removed | .paths["/slurmdb/v0.0.41/tres/"].post.responses["default"].content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.41/tres/"].post.responses["default"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.41_openapi_resp"; |
Removed | .paths["/slurmdb/v0.0.41/tres/"].post.responses["default"].content["application/x-yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.41/tres/"].post.responses["default"].content["application/x-yaml"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.41/tres/"].post.responses["default"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_resp"; |
Removed | .paths["/slurmdb/v0.0.41/tres/"].post.responses["default"].content["text/yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.41/tres/"].post.responses["default"].content["text/yaml"].schema = {}; |
Replaced | .paths["/slurmdb/v0.0.41/tres/"].post.responses["default"].content["application/yaml"] = {}; |
Added | .paths["/slurmdb/v0.0.41/tres/"].post.responses["default"].content["application/yaml"].schema = {}; |
Added | .paths["/slurmdb/v0.0.41/tres/"].post.responses["default"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_resp"; |
Removed | .paths["/slurmdb/v0.0.41/user/{name}"].get.responses["200"].content["application/jsonrequest"] = {}; |
Removed | .paths["/slurmdb/v0.0.41/user/{name}"].get.responses["200"].content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.41/user/{name}"].get.responses["200"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.41_openapi_users_resp"; |
Removed | .paths["/slurmdb/v0.0.41/user/{name}"].get.responses["200"].content["application/x-yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.41/user/{name}"].get.responses["200"].content["application/x-yaml"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.41/user/{name}"].get.responses["200"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_users_resp"; |
Removed | .paths["/slurmdb/v0.0.41/user/{name}"].get.responses["200"].content["text/yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.41/user/{name}"].get.responses["200"].content["text/yaml"].schema = {}; |
Replaced | .paths["/slurmdb/v0.0.41/user/{name}"].get.responses["200"].content["application/yaml"] = {}; |
Added | .paths["/slurmdb/v0.0.41/user/{name}"].get.responses["200"].content["application/yaml"].schema = {}; |
Added | .paths["/slurmdb/v0.0.41/user/{name}"].get.responses["200"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_users_resp"; |
Removed | .paths["/slurmdb/v0.0.41/user/{name}"].get.responses["default"].content["application/jsonrequest"] = {}; |
Removed | .paths["/slurmdb/v0.0.41/user/{name}"].get.responses["default"].content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.41/user/{name}"].get.responses["default"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.41_openapi_users_resp"; |
Removed | .paths["/slurmdb/v0.0.41/user/{name}"].get.responses["default"].content["application/x-yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.41/user/{name}"].get.responses["default"].content["application/x-yaml"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.41/user/{name}"].get.responses["default"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_users_resp"; |
Removed | .paths["/slurmdb/v0.0.41/user/{name}"].get.responses["default"].content["text/yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.41/user/{name}"].get.responses["default"].content["text/yaml"].schema = {}; |
Replaced | .paths["/slurmdb/v0.0.41/user/{name}"].get.responses["default"].content["application/yaml"] = {}; |
Added | .paths["/slurmdb/v0.0.41/user/{name}"].get.responses["default"].content["application/yaml"].schema = {}; |
Added | .paths["/slurmdb/v0.0.41/user/{name}"].get.responses["default"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_users_resp"; |
Removed | .paths["/slurmdb/v0.0.41/user/{name}"]["delete"].responses["200"].content["application/jsonrequest"] = {}; |
Removed | .paths["/slurmdb/v0.0.41/user/{name}"]["delete"].responses["200"].content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.41/user/{name}"]["delete"].responses["200"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.41_openapi_resp"; |
Removed | .paths["/slurmdb/v0.0.41/user/{name}"]["delete"].responses["200"].content["application/x-yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.41/user/{name}"]["delete"].responses["200"].content["application/x-yaml"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.41/user/{name}"]["delete"].responses["200"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_resp"; |
Removed | .paths["/slurmdb/v0.0.41/user/{name}"]["delete"].responses["200"].content["text/yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.41/user/{name}"]["delete"].responses["200"].content["text/yaml"].schema = {}; |
Replaced | .paths["/slurmdb/v0.0.41/user/{name}"]["delete"].responses["200"].content["application/yaml"] = {}; |
Added | .paths["/slurmdb/v0.0.41/user/{name}"]["delete"].responses["200"].content["application/yaml"].schema = {}; |
Added | .paths["/slurmdb/v0.0.41/user/{name}"]["delete"].responses["200"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_resp"; |
Removed | .paths["/slurmdb/v0.0.41/user/{name}"]["delete"].responses["default"].content["application/jsonrequest"] = {}; |
Removed | .paths["/slurmdb/v0.0.41/user/{name}"]["delete"].responses["default"].content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.41/user/{name}"]["delete"].responses["default"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.41_openapi_resp"; |
Removed | .paths["/slurmdb/v0.0.41/user/{name}"]["delete"].responses["default"].content["application/x-yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.41/user/{name}"]["delete"].responses["default"].content["application/x-yaml"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.41/user/{name}"]["delete"].responses["default"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_resp"; |
Removed | .paths["/slurmdb/v0.0.41/user/{name}"]["delete"].responses["default"].content["text/yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.41/user/{name}"]["delete"].responses["default"].content["text/yaml"].schema = {}; |
Replaced | .paths["/slurmdb/v0.0.41/user/{name}"]["delete"].responses["default"].content["application/yaml"] = {}; |
Added | .paths["/slurmdb/v0.0.41/user/{name}"]["delete"].responses["default"].content["application/yaml"].schema = {}; |
Added | .paths["/slurmdb/v0.0.41/user/{name}"]["delete"].responses["default"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_resp"; |
Removed | .paths["/slurmdb/v0.0.41/users/"].get.responses["200"].content["application/jsonrequest"] = {}; |
Removed | .paths["/slurmdb/v0.0.41/users/"].get.responses["200"].content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.41/users/"].get.responses["200"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.41_openapi_users_resp"; |
Removed | .paths["/slurmdb/v0.0.41/users/"].get.responses["200"].content["application/x-yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.41/users/"].get.responses["200"].content["application/x-yaml"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.41/users/"].get.responses["200"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_users_resp"; |
Removed | .paths["/slurmdb/v0.0.41/users/"].get.responses["200"].content["text/yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.41/users/"].get.responses["200"].content["text/yaml"].schema = {}; |
Replaced | .paths["/slurmdb/v0.0.41/users/"].get.responses["200"].content["application/yaml"] = {}; |
Added | .paths["/slurmdb/v0.0.41/users/"].get.responses["200"].content["application/yaml"].schema = {}; |
Added | .paths["/slurmdb/v0.0.41/users/"].get.responses["200"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_users_resp"; |
Removed | .paths["/slurmdb/v0.0.41/users/"].get.responses["default"].content["application/jsonrequest"] = {}; |
Removed | .paths["/slurmdb/v0.0.41/users/"].get.responses["default"].content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.41/users/"].get.responses["default"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.41_openapi_users_resp"; |
Removed | .paths["/slurmdb/v0.0.41/users/"].get.responses["default"].content["application/x-yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.41/users/"].get.responses["default"].content["application/x-yaml"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.41/users/"].get.responses["default"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_users_resp"; |
Removed | .paths["/slurmdb/v0.0.41/users/"].get.responses["default"].content["text/yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.41/users/"].get.responses["default"].content["text/yaml"].schema = {}; |
Replaced | .paths["/slurmdb/v0.0.41/users/"].get.responses["default"].content["application/yaml"] = {}; |
Added | .paths["/slurmdb/v0.0.41/users/"].get.responses["default"].content["application/yaml"].schema = {}; |
Added | .paths["/slurmdb/v0.0.41/users/"].get.responses["default"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_users_resp"; |
Removed | .paths["/slurmdb/v0.0.41/users/"].post.requestBody.content["application/jsonrequest"] = {}; |
Removed | .paths["/slurmdb/v0.0.41/users/"].post.requestBody.content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.41/users/"].post.requestBody.content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.41_openapi_users_resp"; |
Removed | .paths["/slurmdb/v0.0.41/users/"].post.requestBody.content["application/x-yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.41/users/"].post.requestBody.content["application/x-yaml"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.41/users/"].post.requestBody.content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_users_resp"; |
Removed | .paths["/slurmdb/v0.0.41/users/"].post.requestBody.content["text/yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.41/users/"].post.requestBody.content["text/yaml"].schema = {}; |
Replaced | .paths["/slurmdb/v0.0.41/users/"].post.requestBody.content["application/yaml"] = {}; |
Added | .paths["/slurmdb/v0.0.41/users/"].post.requestBody.content["application/yaml"].schema = {}; |
Added | .paths["/slurmdb/v0.0.41/users/"].post.requestBody.content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_users_resp"; |
Removed | .paths["/slurmdb/v0.0.41/users/"].post.responses["200"].content["application/jsonrequest"] = {}; |
Removed | .paths["/slurmdb/v0.0.41/users/"].post.responses["200"].content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.41/users/"].post.responses["200"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.41_openapi_resp"; |
Removed | .paths["/slurmdb/v0.0.41/users/"].post.responses["200"].content["application/x-yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.41/users/"].post.responses["200"].content["application/x-yaml"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.41/users/"].post.responses["200"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_resp"; |
Removed | .paths["/slurmdb/v0.0.41/users/"].post.responses["200"].content["text/yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.41/users/"].post.responses["200"].content["text/yaml"].schema = {}; |
Replaced | .paths["/slurmdb/v0.0.41/users/"].post.responses["200"].content["application/yaml"] = {}; |
Added | .paths["/slurmdb/v0.0.41/users/"].post.responses["200"].content["application/yaml"].schema = {}; |
Added | .paths["/slurmdb/v0.0.41/users/"].post.responses["200"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_resp"; |
Removed | .paths["/slurmdb/v0.0.41/users/"].post.responses["default"].content["application/jsonrequest"] = {}; |
Removed | .paths["/slurmdb/v0.0.41/users/"].post.responses["default"].content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.41/users/"].post.responses["default"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.41_openapi_resp"; |
Removed | .paths["/slurmdb/v0.0.41/users/"].post.responses["default"].content["application/x-yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.41/users/"].post.responses["default"].content["application/x-yaml"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.41/users/"].post.responses["default"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_resp"; |
Removed | .paths["/slurmdb/v0.0.41/users/"].post.responses["default"].content["text/yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.41/users/"].post.responses["default"].content["text/yaml"].schema = {}; |
Replaced | .paths["/slurmdb/v0.0.41/users/"].post.responses["default"].content["application/yaml"] = {}; |
Added | .paths["/slurmdb/v0.0.41/users/"].post.responses["default"].content["application/yaml"].schema = {}; |
Added | .paths["/slurmdb/v0.0.41/users/"].post.responses["default"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_resp"; |
Removed | .paths["/slurmdb/v0.0.41/users_association/"].post.requestBody.content["application/jsonrequest"] = {}; |
Removed | .paths["/slurmdb/v0.0.41/users_association/"].post.requestBody.content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.41/users_association/"].post.requestBody.content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.41_openapi_users_add_cond_resp"; |
Removed | .paths["/slurmdb/v0.0.41/users_association/"].post.requestBody.content["application/x-yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.41/users_association/"].post.requestBody.content["application/x-yaml"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.41/users_association/"].post.requestBody.content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_users_add_cond_resp"; |
Removed | .paths["/slurmdb/v0.0.41/users_association/"].post.requestBody.content["text/yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.41/users_association/"].post.requestBody.content["text/yaml"].schema = {}; |
Replaced | .paths["/slurmdb/v0.0.41/users_association/"].post.requestBody.content["application/yaml"] = {}; |
Added | .paths["/slurmdb/v0.0.41/users_association/"].post.requestBody.content["application/yaml"].schema = {}; |
Added | .paths["/slurmdb/v0.0.41/users_association/"].post.requestBody.content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_users_add_cond_resp"; |
Removed | .paths["/slurmdb/v0.0.41/users_association/"].post.responses["200"].content["application/jsonrequest"] = {}; |
Removed | .paths["/slurmdb/v0.0.41/users_association/"].post.responses["200"].content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.41/users_association/"].post.responses["200"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.41_openapi_users_add_cond_resp_str"; |
Removed | .paths["/slurmdb/v0.0.41/users_association/"].post.responses["200"].content["application/x-yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.41/users_association/"].post.responses["200"].content["application/x-yaml"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.41/users_association/"].post.responses["200"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_users_add_cond_resp_str"; |
Removed | .paths["/slurmdb/v0.0.41/users_association/"].post.responses["200"].content["text/yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.41/users_association/"].post.responses["200"].content["text/yaml"].schema = {}; |
Replaced | .paths["/slurmdb/v0.0.41/users_association/"].post.responses["200"].content["application/yaml"] = {}; |
Added | .paths["/slurmdb/v0.0.41/users_association/"].post.responses["200"].content["application/yaml"].schema = {}; |
Added | .paths["/slurmdb/v0.0.41/users_association/"].post.responses["200"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_users_add_cond_resp_str"; |
Removed | .paths["/slurmdb/v0.0.41/users_association/"].post.responses["default"].content["application/jsonrequest"] = {}; |
Removed | .paths["/slurmdb/v0.0.41/users_association/"].post.responses["default"].content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.41/users_association/"].post.responses["default"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.41_openapi_users_add_cond_resp_str"; |
Removed | .paths["/slurmdb/v0.0.41/users_association/"].post.responses["default"].content["application/x-yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.41/users_association/"].post.responses["default"].content["application/x-yaml"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.41/users_association/"].post.responses["default"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_users_add_cond_resp_str"; |
Removed | .paths["/slurmdb/v0.0.41/users_association/"].post.responses["default"].content["text/yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.41/users_association/"].post.responses["default"].content["text/yaml"].schema = {}; |
Replaced | .paths["/slurmdb/v0.0.41/users_association/"].post.responses["default"].content["application/yaml"] = {}; |
Added | .paths["/slurmdb/v0.0.41/users_association/"].post.responses["default"].content["application/yaml"].schema = {}; |
Added | .paths["/slurmdb/v0.0.41/users_association/"].post.responses["default"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_users_add_cond_resp_str"; |
Removed | .paths["/slurmdb/v0.0.41/wckey/{id}"].get.responses["200"].content["application/jsonrequest"] = {}; |
Removed | .paths["/slurmdb/v0.0.41/wckey/{id}"].get.responses["200"].content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.41/wckey/{id}"].get.responses["200"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.41_openapi_wckey_resp"; |
Removed | .paths["/slurmdb/v0.0.41/wckey/{id}"].get.responses["200"].content["application/x-yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.41/wckey/{id}"].get.responses["200"].content["application/x-yaml"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.41/wckey/{id}"].get.responses["200"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_wckey_resp"; |
Removed | .paths["/slurmdb/v0.0.41/wckey/{id}"].get.responses["200"].content["text/yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.41/wckey/{id}"].get.responses["200"].content["text/yaml"].schema = {}; |
Replaced | .paths["/slurmdb/v0.0.41/wckey/{id}"].get.responses["200"].content["application/yaml"] = {}; |
Added | .paths["/slurmdb/v0.0.41/wckey/{id}"].get.responses["200"].content["application/yaml"].schema = {}; |
Added | .paths["/slurmdb/v0.0.41/wckey/{id}"].get.responses["200"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_wckey_resp"; |
Removed | .paths["/slurmdb/v0.0.41/wckey/{id}"].get.responses["default"].content["application/jsonrequest"] = {}; |
Removed | .paths["/slurmdb/v0.0.41/wckey/{id}"].get.responses["default"].content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.41/wckey/{id}"].get.responses["default"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.41_openapi_wckey_resp"; |
Removed | .paths["/slurmdb/v0.0.41/wckey/{id}"].get.responses["default"].content["application/x-yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.41/wckey/{id}"].get.responses["default"].content["application/x-yaml"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.41/wckey/{id}"].get.responses["default"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_wckey_resp"; |
Removed | .paths["/slurmdb/v0.0.41/wckey/{id}"].get.responses["default"].content["text/yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.41/wckey/{id}"].get.responses["default"].content["text/yaml"].schema = {}; |
Replaced | .paths["/slurmdb/v0.0.41/wckey/{id}"].get.responses["default"].content["application/yaml"] = {}; |
Added | .paths["/slurmdb/v0.0.41/wckey/{id}"].get.responses["default"].content["application/yaml"].schema = {}; |
Added | .paths["/slurmdb/v0.0.41/wckey/{id}"].get.responses["default"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_wckey_resp"; |
Removed | .paths["/slurmdb/v0.0.41/wckey/{id}"]["delete"].responses["200"].content["application/jsonrequest"] = {}; |
Removed | .paths["/slurmdb/v0.0.41/wckey/{id}"]["delete"].responses["200"].content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.41/wckey/{id}"]["delete"].responses["200"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.41_openapi_wckey_removed_resp"; |
Removed | .paths["/slurmdb/v0.0.41/wckey/{id}"]["delete"].responses["200"].content["application/x-yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.41/wckey/{id}"]["delete"].responses["200"].content["application/x-yaml"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.41/wckey/{id}"]["delete"].responses["200"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_wckey_removed_resp"; |
Removed | .paths["/slurmdb/v0.0.41/wckey/{id}"]["delete"].responses["200"].content["text/yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.41/wckey/{id}"]["delete"].responses["200"].content["text/yaml"].schema = {}; |
Replaced | .paths["/slurmdb/v0.0.41/wckey/{id}"]["delete"].responses["200"].content["application/yaml"] = {}; |
Added | .paths["/slurmdb/v0.0.41/wckey/{id}"]["delete"].responses["200"].content["application/yaml"].schema = {}; |
Added | .paths["/slurmdb/v0.0.41/wckey/{id}"]["delete"].responses["200"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_wckey_removed_resp"; |
Removed | .paths["/slurmdb/v0.0.41/wckey/{id}"]["delete"].responses["default"].content["application/jsonrequest"] = {}; |
Removed | .paths["/slurmdb/v0.0.41/wckey/{id}"]["delete"].responses["default"].content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.41/wckey/{id}"]["delete"].responses["default"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.41_openapi_wckey_removed_resp"; |
Removed | .paths["/slurmdb/v0.0.41/wckey/{id}"]["delete"].responses["default"].content["application/x-yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.41/wckey/{id}"]["delete"].responses["default"].content["application/x-yaml"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.41/wckey/{id}"]["delete"].responses["default"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_wckey_removed_resp"; |
Removed | .paths["/slurmdb/v0.0.41/wckey/{id}"]["delete"].responses["default"].content["text/yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.41/wckey/{id}"]["delete"].responses["default"].content["text/yaml"].schema = {}; |
Replaced | .paths["/slurmdb/v0.0.41/wckey/{id}"]["delete"].responses["default"].content["application/yaml"] = {}; |
Added | .paths["/slurmdb/v0.0.41/wckey/{id}"]["delete"].responses["default"].content["application/yaml"].schema = {}; |
Added | .paths["/slurmdb/v0.0.41/wckey/{id}"]["delete"].responses["default"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_wckey_removed_resp"; |
Removed | .paths["/slurmdb/v0.0.41/wckeys/"].get.responses["200"].content["application/jsonrequest"] = {}; |
Removed | .paths["/slurmdb/v0.0.41/wckeys/"].get.responses["200"].content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.41/wckeys/"].get.responses["200"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.41_openapi_wckey_resp"; |
Removed | .paths["/slurmdb/v0.0.41/wckeys/"].get.responses["200"].content["application/x-yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.41/wckeys/"].get.responses["200"].content["application/x-yaml"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.41/wckeys/"].get.responses["200"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_wckey_resp"; |
Removed | .paths["/slurmdb/v0.0.41/wckeys/"].get.responses["200"].content["text/yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.41/wckeys/"].get.responses["200"].content["text/yaml"].schema = {}; |
Replaced | .paths["/slurmdb/v0.0.41/wckeys/"].get.responses["200"].content["application/yaml"] = {}; |
Added | .paths["/slurmdb/v0.0.41/wckeys/"].get.responses["200"].content["application/yaml"].schema = {}; |
Added | .paths["/slurmdb/v0.0.41/wckeys/"].get.responses["200"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_wckey_resp"; |
Removed | .paths["/slurmdb/v0.0.41/wckeys/"].get.responses["default"].content["application/jsonrequest"] = {}; |
Removed | .paths["/slurmdb/v0.0.41/wckeys/"].get.responses["default"].content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.41/wckeys/"].get.responses["default"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.41_openapi_wckey_resp"; |
Removed | .paths["/slurmdb/v0.0.41/wckeys/"].get.responses["default"].content["application/x-yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.41/wckeys/"].get.responses["default"].content["application/x-yaml"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.41/wckeys/"].get.responses["default"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_wckey_resp"; |
Removed | .paths["/slurmdb/v0.0.41/wckeys/"].get.responses["default"].content["text/yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.41/wckeys/"].get.responses["default"].content["text/yaml"].schema = {}; |
Replaced | .paths["/slurmdb/v0.0.41/wckeys/"].get.responses["default"].content["application/yaml"] = {}; |
Added | .paths["/slurmdb/v0.0.41/wckeys/"].get.responses["default"].content["application/yaml"].schema = {}; |
Added | .paths["/slurmdb/v0.0.41/wckeys/"].get.responses["default"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_wckey_resp"; |
Removed | .paths["/slurmdb/v0.0.41/wckeys/"].post.requestBody.content["application/jsonrequest"] = {}; |
Removed | .paths["/slurmdb/v0.0.41/wckeys/"].post.requestBody.content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.41/wckeys/"].post.requestBody.content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.41_openapi_wckey_resp"; |
Removed | .paths["/slurmdb/v0.0.41/wckeys/"].post.requestBody.content["application/x-yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.41/wckeys/"].post.requestBody.content["application/x-yaml"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.41/wckeys/"].post.requestBody.content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_wckey_resp"; |
Removed | .paths["/slurmdb/v0.0.41/wckeys/"].post.requestBody.content["text/yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.41/wckeys/"].post.requestBody.content["text/yaml"].schema = {}; |
Replaced | .paths["/slurmdb/v0.0.41/wckeys/"].post.requestBody.content["application/yaml"] = {}; |
Added | .paths["/slurmdb/v0.0.41/wckeys/"].post.requestBody.content["application/yaml"].schema = {}; |
Added | .paths["/slurmdb/v0.0.41/wckeys/"].post.requestBody.content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_wckey_resp"; |
Removed | .paths["/slurmdb/v0.0.41/wckeys/"].post.responses["200"].content["application/jsonrequest"] = {}; |
Removed | .paths["/slurmdb/v0.0.41/wckeys/"].post.responses["200"].content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.41/wckeys/"].post.responses["200"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.41_openapi_resp"; |
Removed | .paths["/slurmdb/v0.0.41/wckeys/"].post.responses["200"].content["application/x-yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.41/wckeys/"].post.responses["200"].content["application/x-yaml"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.41/wckeys/"].post.responses["200"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_resp"; |
Removed | .paths["/slurmdb/v0.0.41/wckeys/"].post.responses["200"].content["text/yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.41/wckeys/"].post.responses["200"].content["text/yaml"].schema = {}; |
Replaced | .paths["/slurmdb/v0.0.41/wckeys/"].post.responses["200"].content["application/yaml"] = {}; |
Added | .paths["/slurmdb/v0.0.41/wckeys/"].post.responses["200"].content["application/yaml"].schema = {}; |
Added | .paths["/slurmdb/v0.0.41/wckeys/"].post.responses["200"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_resp"; |
Removed | .paths["/slurmdb/v0.0.41/wckeys/"].post.responses["default"].content["application/jsonrequest"] = {}; |
Removed | .paths["/slurmdb/v0.0.41/wckeys/"].post.responses["default"].content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.41/wckeys/"].post.responses["default"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.41_openapi_resp"; |
Removed | .paths["/slurmdb/v0.0.41/wckeys/"].post.responses["default"].content["application/x-yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.41/wckeys/"].post.responses["default"].content["application/x-yaml"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.41/wckeys/"].post.responses["default"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_resp"; |
Removed | .paths["/slurmdb/v0.0.41/wckeys/"].post.responses["default"].content["text/yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.41/wckeys/"].post.responses["default"].content["text/yaml"].schema = {}; |
Replaced | .paths["/slurmdb/v0.0.41/wckeys/"].post.responses["default"].content["application/yaml"] = {}; |
Added | .paths["/slurmdb/v0.0.41/wckeys/"].post.responses["default"].content["application/yaml"].schema = {}; |
Added | .paths["/slurmdb/v0.0.41/wckeys/"].post.responses["default"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_resp"; |
Removed | .paths["/slurm/v0.0.41/diag/"].get.responses["200"].content["application/jsonrequest"] = {}; |
Removed | .paths["/slurm/v0.0.41/diag/"].get.responses["200"].content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurm/v0.0.41/diag/"].get.responses["200"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.41_openapi_diag_resp"; |
Removed | .paths["/slurm/v0.0.41/diag/"].get.responses["200"].content["application/x-yaml"] = {}; |
Removed | .paths["/slurm/v0.0.41/diag/"].get.responses["200"].content["application/x-yaml"].schema = {}; |
Removed | .paths["/slurm/v0.0.41/diag/"].get.responses["200"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_diag_resp"; |
Removed | .paths["/slurm/v0.0.41/diag/"].get.responses["200"].content["text/yaml"] = {}; |
Removed | .paths["/slurm/v0.0.41/diag/"].get.responses["200"].content["text/yaml"].schema = {}; |
Replaced | .paths["/slurm/v0.0.41/diag/"].get.responses["200"].content["application/yaml"] = {}; |
Added | .paths["/slurm/v0.0.41/diag/"].get.responses["200"].content["application/yaml"].schema = {}; |
Added | .paths["/slurm/v0.0.41/diag/"].get.responses["200"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_diag_resp"; |
Removed | .paths["/slurm/v0.0.41/diag/"].get.responses["default"].content["application/jsonrequest"] = {}; |
Removed | .paths["/slurm/v0.0.41/diag/"].get.responses["default"].content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurm/v0.0.41/diag/"].get.responses["default"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.41_openapi_diag_resp"; |
Removed | .paths["/slurm/v0.0.41/diag/"].get.responses["default"].content["application/x-yaml"] = {}; |
Removed | .paths["/slurm/v0.0.41/diag/"].get.responses["default"].content["application/x-yaml"].schema = {}; |
Removed | .paths["/slurm/v0.0.41/diag/"].get.responses["default"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_diag_resp"; |
Removed | .paths["/slurm/v0.0.41/diag/"].get.responses["default"].content["text/yaml"] = {}; |
Removed | .paths["/slurm/v0.0.41/diag/"].get.responses["default"].content["text/yaml"].schema = {}; |
Replaced | .paths["/slurm/v0.0.41/diag/"].get.responses["default"].content["application/yaml"] = {}; |
Added | .paths["/slurm/v0.0.41/diag/"].get.responses["default"].content["application/yaml"].schema = {}; |
Added | .paths["/slurm/v0.0.41/diag/"].get.responses["default"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_diag_resp"; |
Removed | .paths["/slurm/v0.0.41/job/allocate"].post.requestBody.content["application/jsonrequest"] = {}; |
Removed | .paths["/slurm/v0.0.41/job/allocate"].post.requestBody.content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurm/v0.0.41/job/allocate"].post.requestBody.content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.41_job_alloc_req"; |
Removed | .paths["/slurm/v0.0.41/job/allocate"].post.requestBody.content["application/x-yaml"] = {}; |
Removed | .paths["/slurm/v0.0.41/job/allocate"].post.requestBody.content["application/x-yaml"].schema = {}; |
Removed | .paths["/slurm/v0.0.41/job/allocate"].post.requestBody.content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.41_job_alloc_req"; |
Removed | .paths["/slurm/v0.0.41/job/allocate"].post.requestBody.content["text/yaml"] = {}; |
Removed | .paths["/slurm/v0.0.41/job/allocate"].post.requestBody.content["text/yaml"].schema = {}; |
Replaced | .paths["/slurm/v0.0.41/job/allocate"].post.requestBody.content["application/yaml"] = {}; |
Added | .paths["/slurm/v0.0.41/job/allocate"].post.requestBody.content["application/yaml"].schema = {}; |
Added | .paths["/slurm/v0.0.41/job/allocate"].post.requestBody.content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.41_job_alloc_req"; |
Removed | .paths["/slurm/v0.0.41/job/allocate"].post.responses["200"].content["application/jsonrequest"] = {}; |
Removed | .paths["/slurm/v0.0.41/job/allocate"].post.responses["200"].content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurm/v0.0.41/job/allocate"].post.responses["200"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.41_openapi_job_alloc_resp"; |
Removed | .paths["/slurm/v0.0.41/job/allocate"].post.responses["200"].content["application/x-yaml"] = {}; |
Removed | .paths["/slurm/v0.0.41/job/allocate"].post.responses["200"].content["application/x-yaml"].schema = {}; |
Removed | .paths["/slurm/v0.0.41/job/allocate"].post.responses["200"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_job_alloc_resp"; |
Removed | .paths["/slurm/v0.0.41/job/allocate"].post.responses["200"].content["text/yaml"] = {}; |
Removed | .paths["/slurm/v0.0.41/job/allocate"].post.responses["200"].content["text/yaml"].schema = {}; |
Replaced | .paths["/slurm/v0.0.41/job/allocate"].post.responses["200"].content["application/yaml"] = {}; |
Added | .paths["/slurm/v0.0.41/job/allocate"].post.responses["200"].content["application/yaml"].schema = {}; |
Added | .paths["/slurm/v0.0.41/job/allocate"].post.responses["200"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_job_alloc_resp"; |
Removed | .paths["/slurm/v0.0.41/job/allocate"].post.responses["default"].content["application/jsonrequest"] = {}; |
Removed | .paths["/slurm/v0.0.41/job/allocate"].post.responses["default"].content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurm/v0.0.41/job/allocate"].post.responses["default"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.41_openapi_job_alloc_resp"; |
Removed | .paths["/slurm/v0.0.41/job/allocate"].post.responses["default"].content["application/x-yaml"] = {}; |
Removed | .paths["/slurm/v0.0.41/job/allocate"].post.responses["default"].content["application/x-yaml"].schema = {}; |
Removed | .paths["/slurm/v0.0.41/job/allocate"].post.responses["default"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_job_alloc_resp"; |
Removed | .paths["/slurm/v0.0.41/job/allocate"].post.responses["default"].content["text/yaml"] = {}; |
Removed | .paths["/slurm/v0.0.41/job/allocate"].post.responses["default"].content["text/yaml"].schema = {}; |
Replaced | .paths["/slurm/v0.0.41/job/allocate"].post.responses["default"].content["application/yaml"] = {}; |
Added | .paths["/slurm/v0.0.41/job/allocate"].post.responses["default"].content["application/yaml"].schema = {}; |
Added | .paths["/slurm/v0.0.41/job/allocate"].post.responses["default"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_job_alloc_resp"; |
Removed | .paths["/slurm/v0.0.41/job/submit"].post.requestBody.content["application/jsonrequest"] = {}; |
Removed | .paths["/slurm/v0.0.41/job/submit"].post.requestBody.content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurm/v0.0.41/job/submit"].post.requestBody.content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.41_job_submit_req"; |
Removed | .paths["/slurm/v0.0.41/job/submit"].post.requestBody.content["application/x-yaml"] = {}; |
Removed | .paths["/slurm/v0.0.41/job/submit"].post.requestBody.content["application/x-yaml"].schema = {}; |
Removed | .paths["/slurm/v0.0.41/job/submit"].post.requestBody.content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.41_job_submit_req"; |
Removed | .paths["/slurm/v0.0.41/job/submit"].post.requestBody.content["text/yaml"] = {}; |
Removed | .paths["/slurm/v0.0.41/job/submit"].post.requestBody.content["text/yaml"].schema = {}; |
Replaced | .paths["/slurm/v0.0.41/job/submit"].post.requestBody.content["application/yaml"] = {}; |
Added | .paths["/slurm/v0.0.41/job/submit"].post.requestBody.content["application/yaml"].schema = {}; |
Added | .paths["/slurm/v0.0.41/job/submit"].post.requestBody.content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.41_job_submit_req"; |
Removed | .paths["/slurm/v0.0.41/job/submit"].post.responses["200"].content["application/jsonrequest"] = {}; |
Removed | .paths["/slurm/v0.0.41/job/submit"].post.responses["200"].content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurm/v0.0.41/job/submit"].post.responses["200"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.41_openapi_job_submit_response"; |
Removed | .paths["/slurm/v0.0.41/job/submit"].post.responses["200"].content["application/x-yaml"] = {}; |
Removed | .paths["/slurm/v0.0.41/job/submit"].post.responses["200"].content["application/x-yaml"].schema = {}; |
Removed | .paths["/slurm/v0.0.41/job/submit"].post.responses["200"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_job_submit_response"; |
Removed | .paths["/slurm/v0.0.41/job/submit"].post.responses["200"].content["text/yaml"] = {}; |
Removed | .paths["/slurm/v0.0.41/job/submit"].post.responses["200"].content["text/yaml"].schema = {}; |
Replaced | .paths["/slurm/v0.0.41/job/submit"].post.responses["200"].content["application/yaml"] = {}; |
Added | .paths["/slurm/v0.0.41/job/submit"].post.responses["200"].content["application/yaml"].schema = {}; |
Added | .paths["/slurm/v0.0.41/job/submit"].post.responses["200"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_job_submit_response"; |
Removed | .paths["/slurm/v0.0.41/job/submit"].post.responses["default"].content["application/jsonrequest"] = {}; |
Removed | .paths["/slurm/v0.0.41/job/submit"].post.responses["default"].content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurm/v0.0.41/job/submit"].post.responses["default"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.41_openapi_job_submit_response"; |
Removed | .paths["/slurm/v0.0.41/job/submit"].post.responses["default"].content["application/x-yaml"] = {}; |
Removed | .paths["/slurm/v0.0.41/job/submit"].post.responses["default"].content["application/x-yaml"].schema = {}; |
Removed | .paths["/slurm/v0.0.41/job/submit"].post.responses["default"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_job_submit_response"; |
Removed | .paths["/slurm/v0.0.41/job/submit"].post.responses["default"].content["text/yaml"] = {}; |
Removed | .paths["/slurm/v0.0.41/job/submit"].post.responses["default"].content["text/yaml"].schema = {}; |
Replaced | .paths["/slurm/v0.0.41/job/submit"].post.responses["default"].content["application/yaml"] = {}; |
Added | .paths["/slurm/v0.0.41/job/submit"].post.responses["default"].content["application/yaml"].schema = {}; |
Added | .paths["/slurm/v0.0.41/job/submit"].post.responses["default"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_job_submit_response"; |
Removed | .paths["/slurm/v0.0.41/job/{job_id}"].get.responses["200"].content["application/jsonrequest"] = {}; |
Removed | .paths["/slurm/v0.0.41/job/{job_id}"].get.responses["200"].content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurm/v0.0.41/job/{job_id}"].get.responses["200"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.41_openapi_job_info_resp"; |
Removed | .paths["/slurm/v0.0.41/job/{job_id}"].get.responses["200"].content["application/x-yaml"] = {}; |
Removed | .paths["/slurm/v0.0.41/job/{job_id}"].get.responses["200"].content["application/x-yaml"].schema = {}; |
Removed | .paths["/slurm/v0.0.41/job/{job_id}"].get.responses["200"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_job_info_resp"; |
Removed | .paths["/slurm/v0.0.41/job/{job_id}"].get.responses["200"].content["text/yaml"] = {}; |
Removed | .paths["/slurm/v0.0.41/job/{job_id}"].get.responses["200"].content["text/yaml"].schema = {}; |
Replaced | .paths["/slurm/v0.0.41/job/{job_id}"].get.responses["200"].content["application/yaml"] = {}; |
Added | .paths["/slurm/v0.0.41/job/{job_id}"].get.responses["200"].content["application/yaml"].schema = {}; |
Added | .paths["/slurm/v0.0.41/job/{job_id}"].get.responses["200"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_job_info_resp"; |
Removed | .paths["/slurm/v0.0.41/job/{job_id}"].get.responses["default"].content["application/jsonrequest"] = {}; |
Removed | .paths["/slurm/v0.0.41/job/{job_id}"].get.responses["default"].content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurm/v0.0.41/job/{job_id}"].get.responses["default"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.41_openapi_job_info_resp"; |
Removed | .paths["/slurm/v0.0.41/job/{job_id}"].get.responses["default"].content["application/x-yaml"] = {}; |
Removed | .paths["/slurm/v0.0.41/job/{job_id}"].get.responses["default"].content["application/x-yaml"].schema = {}; |
Removed | .paths["/slurm/v0.0.41/job/{job_id}"].get.responses["default"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_job_info_resp"; |
Removed | .paths["/slurm/v0.0.41/job/{job_id}"].get.responses["default"].content["text/yaml"] = {}; |
Removed | .paths["/slurm/v0.0.41/job/{job_id}"].get.responses["default"].content["text/yaml"].schema = {}; |
Replaced | .paths["/slurm/v0.0.41/job/{job_id}"].get.responses["default"].content["application/yaml"] = {}; |
Added | .paths["/slurm/v0.0.41/job/{job_id}"].get.responses["default"].content["application/yaml"].schema = {}; |
Added | .paths["/slurm/v0.0.41/job/{job_id}"].get.responses["default"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_job_info_resp"; |
Removed | .paths["/slurm/v0.0.41/job/{job_id}"].post.requestBody.content["application/jsonrequest"] = {}; |
Removed | .paths["/slurm/v0.0.41/job/{job_id}"].post.requestBody.content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurm/v0.0.41/job/{job_id}"].post.requestBody.content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.41_job_desc_msg"; |
Removed | .paths["/slurm/v0.0.41/job/{job_id}"].post.requestBody.content["application/x-yaml"] = {}; |
Removed | .paths["/slurm/v0.0.41/job/{job_id}"].post.requestBody.content["application/x-yaml"].schema = {}; |
Removed | .paths["/slurm/v0.0.41/job/{job_id}"].post.requestBody.content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.41_job_desc_msg"; |
Removed | .paths["/slurm/v0.0.41/job/{job_id}"].post.requestBody.content["text/yaml"] = {}; |
Removed | .paths["/slurm/v0.0.41/job/{job_id}"].post.requestBody.content["text/yaml"].schema = {}; |
Replaced | .paths["/slurm/v0.0.41/job/{job_id}"].post.requestBody.content["application/yaml"] = {}; |
Added | .paths["/slurm/v0.0.41/job/{job_id}"].post.requestBody.content["application/yaml"].schema = {}; |
Added | .paths["/slurm/v0.0.41/job/{job_id}"].post.requestBody.content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.41_job_desc_msg"; |
Removed | .paths["/slurm/v0.0.41/job/{job_id}"].post.responses["200"].content["application/jsonrequest"] = {}; |
Removed | .paths["/slurm/v0.0.41/job/{job_id}"].post.responses["200"].content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurm/v0.0.41/job/{job_id}"].post.responses["200"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.41_openapi_job_post_response"; |
Removed | .paths["/slurm/v0.0.41/job/{job_id}"].post.responses["200"].content["application/x-yaml"] = {}; |
Removed | .paths["/slurm/v0.0.41/job/{job_id}"].post.responses["200"].content["application/x-yaml"].schema = {}; |
Removed | .paths["/slurm/v0.0.41/job/{job_id}"].post.responses["200"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_job_post_response"; |
Removed | .paths["/slurm/v0.0.41/job/{job_id}"].post.responses["200"].content["text/yaml"] = {}; |
Removed | .paths["/slurm/v0.0.41/job/{job_id}"].post.responses["200"].content["text/yaml"].schema = {}; |
Replaced | .paths["/slurm/v0.0.41/job/{job_id}"].post.responses["200"].content["application/yaml"] = {}; |
Added | .paths["/slurm/v0.0.41/job/{job_id}"].post.responses["200"].content["application/yaml"].schema = {}; |
Added | .paths["/slurm/v0.0.41/job/{job_id}"].post.responses["200"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_job_post_response"; |
Removed | .paths["/slurm/v0.0.41/job/{job_id}"].post.responses["default"].content["application/jsonrequest"] = {}; |
Removed | .paths["/slurm/v0.0.41/job/{job_id}"].post.responses["default"].content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurm/v0.0.41/job/{job_id}"].post.responses["default"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.41_openapi_job_post_response"; |
Removed | .paths["/slurm/v0.0.41/job/{job_id}"].post.responses["default"].content["application/x-yaml"] = {}; |
Removed | .paths["/slurm/v0.0.41/job/{job_id}"].post.responses["default"].content["application/x-yaml"].schema = {}; |
Removed | .paths["/slurm/v0.0.41/job/{job_id}"].post.responses["default"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_job_post_response"; |
Removed | .paths["/slurm/v0.0.41/job/{job_id}"].post.responses["default"].content["text/yaml"] = {}; |
Removed | .paths["/slurm/v0.0.41/job/{job_id}"].post.responses["default"].content["text/yaml"].schema = {}; |
Replaced | .paths["/slurm/v0.0.41/job/{job_id}"].post.responses["default"].content["application/yaml"] = {}; |
Added | .paths["/slurm/v0.0.41/job/{job_id}"].post.responses["default"].content["application/yaml"].schema = {}; |
Added | .paths["/slurm/v0.0.41/job/{job_id}"].post.responses["default"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_job_post_response"; |
Removed | .paths["/slurm/v0.0.41/job/{job_id}"]["delete"].responses["200"].content["application/jsonrequest"] = {}; |
Removed | .paths["/slurm/v0.0.41/job/{job_id}"]["delete"].responses["200"].content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurm/v0.0.41/job/{job_id}"]["delete"].responses["200"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.41_openapi_resp"; |
Removed | .paths["/slurm/v0.0.41/job/{job_id}"]["delete"].responses["200"].content["application/x-yaml"] = {}; |
Removed | .paths["/slurm/v0.0.41/job/{job_id}"]["delete"].responses["200"].content["application/x-yaml"].schema = {}; |
Removed | .paths["/slurm/v0.0.41/job/{job_id}"]["delete"].responses["200"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_resp"; |
Removed | .paths["/slurm/v0.0.41/job/{job_id}"]["delete"].responses["200"].content["text/yaml"] = {}; |
Removed | .paths["/slurm/v0.0.41/job/{job_id}"]["delete"].responses["200"].content["text/yaml"].schema = {}; |
Replaced | .paths["/slurm/v0.0.41/job/{job_id}"]["delete"].responses["200"].content["application/yaml"] = {}; |
Added | .paths["/slurm/v0.0.41/job/{job_id}"]["delete"].responses["200"].content["application/yaml"].schema = {}; |
Added | .paths["/slurm/v0.0.41/job/{job_id}"]["delete"].responses["200"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_resp"; |
Removed | .paths["/slurm/v0.0.41/job/{job_id}"]["delete"].responses["default"].content["application/jsonrequest"] = {}; |
Removed | .paths["/slurm/v0.0.41/job/{job_id}"]["delete"].responses["default"].content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurm/v0.0.41/job/{job_id}"]["delete"].responses["default"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.41_openapi_resp"; |
Removed | .paths["/slurm/v0.0.41/job/{job_id}"]["delete"].responses["default"].content["application/x-yaml"] = {}; |
Removed | .paths["/slurm/v0.0.41/job/{job_id}"]["delete"].responses["default"].content["application/x-yaml"].schema = {}; |
Removed | .paths["/slurm/v0.0.41/job/{job_id}"]["delete"].responses["default"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_resp"; |
Removed | .paths["/slurm/v0.0.41/job/{job_id}"]["delete"].responses["default"].content["text/yaml"] = {}; |
Removed | .paths["/slurm/v0.0.41/job/{job_id}"]["delete"].responses["default"].content["text/yaml"].schema = {}; |
Replaced | .paths["/slurm/v0.0.41/job/{job_id}"]["delete"].responses["default"].content["application/yaml"] = {}; |
Added | .paths["/slurm/v0.0.41/job/{job_id}"]["delete"].responses["default"].content["application/yaml"].schema = {}; |
Added | .paths["/slurm/v0.0.41/job/{job_id}"]["delete"].responses["default"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_resp"; |
Removed | .paths["/slurm/v0.0.41/jobs/"].get.responses["200"].content["application/jsonrequest"] = {}; |
Removed | .paths["/slurm/v0.0.41/jobs/"].get.responses["200"].content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurm/v0.0.41/jobs/"].get.responses["200"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.41_openapi_job_info_resp"; |
Removed | .paths["/slurm/v0.0.41/jobs/"].get.responses["200"].content["application/x-yaml"] = {}; |
Removed | .paths["/slurm/v0.0.41/jobs/"].get.responses["200"].content["application/x-yaml"].schema = {}; |
Removed | .paths["/slurm/v0.0.41/jobs/"].get.responses["200"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_job_info_resp"; |
Removed | .paths["/slurm/v0.0.41/jobs/"].get.responses["200"].content["text/yaml"] = {}; |
Removed | .paths["/slurm/v0.0.41/jobs/"].get.responses["200"].content["text/yaml"].schema = {}; |
Replaced | .paths["/slurm/v0.0.41/jobs/"].get.responses["200"].content["application/yaml"] = {}; |
Added | .paths["/slurm/v0.0.41/jobs/"].get.responses["200"].content["application/yaml"].schema = {}; |
Added | .paths["/slurm/v0.0.41/jobs/"].get.responses["200"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_job_info_resp"; |
Removed | .paths["/slurm/v0.0.41/jobs/"].get.responses["default"].content["application/jsonrequest"] = {}; |
Removed | .paths["/slurm/v0.0.41/jobs/"].get.responses["default"].content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurm/v0.0.41/jobs/"].get.responses["default"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.41_openapi_job_info_resp"; |
Removed | .paths["/slurm/v0.0.41/jobs/"].get.responses["default"].content["application/x-yaml"] = {}; |
Removed | .paths["/slurm/v0.0.41/jobs/"].get.responses["default"].content["application/x-yaml"].schema = {}; |
Removed | .paths["/slurm/v0.0.41/jobs/"].get.responses["default"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_job_info_resp"; |
Removed | .paths["/slurm/v0.0.41/jobs/"].get.responses["default"].content["text/yaml"] = {}; |
Removed | .paths["/slurm/v0.0.41/jobs/"].get.responses["default"].content["text/yaml"].schema = {}; |
Replaced | .paths["/slurm/v0.0.41/jobs/"].get.responses["default"].content["application/yaml"] = {}; |
Added | .paths["/slurm/v0.0.41/jobs/"].get.responses["default"].content["application/yaml"].schema = {}; |
Added | .paths["/slurm/v0.0.41/jobs/"].get.responses["default"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_job_info_resp"; |
Removed | .paths["/slurm/v0.0.41/jobs/"]["delete"].responses["200"].content["application/jsonrequest"] = {}; |
Removed | .paths["/slurm/v0.0.41/jobs/"]["delete"].responses["200"].content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurm/v0.0.41/jobs/"]["delete"].responses["200"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.41_openapi_kill_jobs_resp"; |
Removed | .paths["/slurm/v0.0.41/jobs/"]["delete"].responses["200"].content["application/x-yaml"] = {}; |
Removed | .paths["/slurm/v0.0.41/jobs/"]["delete"].responses["200"].content["application/x-yaml"].schema = {}; |
Removed | .paths["/slurm/v0.0.41/jobs/"]["delete"].responses["200"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_kill_jobs_resp"; |
Removed | .paths["/slurm/v0.0.41/jobs/"]["delete"].responses["200"].content["text/yaml"] = {}; |
Removed | .paths["/slurm/v0.0.41/jobs/"]["delete"].responses["200"].content["text/yaml"].schema = {}; |
Replaced | .paths["/slurm/v0.0.41/jobs/"]["delete"].responses["200"].content["application/yaml"] = {}; |
Added | .paths["/slurm/v0.0.41/jobs/"]["delete"].responses["200"].content["application/yaml"].schema = {}; |
Added | .paths["/slurm/v0.0.41/jobs/"]["delete"].responses["200"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_kill_jobs_resp"; |
Removed | .paths["/slurm/v0.0.41/jobs/"]["delete"].responses["default"].content["application/jsonrequest"] = {}; |
Removed | .paths["/slurm/v0.0.41/jobs/"]["delete"].responses["default"].content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurm/v0.0.41/jobs/"]["delete"].responses["default"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.41_openapi_kill_jobs_resp"; |
Removed | .paths["/slurm/v0.0.41/jobs/"]["delete"].responses["default"].content["application/x-yaml"] = {}; |
Removed | .paths["/slurm/v0.0.41/jobs/"]["delete"].responses["default"].content["application/x-yaml"].schema = {}; |
Removed | .paths["/slurm/v0.0.41/jobs/"]["delete"].responses["default"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_kill_jobs_resp"; |
Removed | .paths["/slurm/v0.0.41/jobs/"]["delete"].responses["default"].content["text/yaml"] = {}; |
Removed | .paths["/slurm/v0.0.41/jobs/"]["delete"].responses["default"].content["text/yaml"].schema = {}; |
Replaced | .paths["/slurm/v0.0.41/jobs/"]["delete"].responses["default"].content["application/yaml"] = {}; |
Added | .paths["/slurm/v0.0.41/jobs/"]["delete"].responses["default"].content["application/yaml"].schema = {}; |
Added | .paths["/slurm/v0.0.41/jobs/"]["delete"].responses["default"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_kill_jobs_resp"; |
Removed | .paths["/slurm/v0.0.41/jobs/state/"].get.responses["200"].content["application/jsonrequest"] = {}; |
Removed | .paths["/slurm/v0.0.41/jobs/state/"].get.responses["200"].content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurm/v0.0.41/jobs/state/"].get.responses["200"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.41_openapi_job_info_resp"; |
Removed | .paths["/slurm/v0.0.41/jobs/state/"].get.responses["200"].content["application/x-yaml"] = {}; |
Removed | .paths["/slurm/v0.0.41/jobs/state/"].get.responses["200"].content["application/x-yaml"].schema = {}; |
Removed | .paths["/slurm/v0.0.41/jobs/state/"].get.responses["200"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_job_info_resp"; |
Removed | .paths["/slurm/v0.0.41/jobs/state/"].get.responses["200"].content["text/yaml"] = {}; |
Removed | .paths["/slurm/v0.0.41/jobs/state/"].get.responses["200"].content["text/yaml"].schema = {}; |
Replaced | .paths["/slurm/v0.0.41/jobs/state/"].get.responses["200"].content["application/yaml"] = {}; |
Added | .paths["/slurm/v0.0.41/jobs/state/"].get.responses["200"].content["application/yaml"].schema = {}; |
Added | .paths["/slurm/v0.0.41/jobs/state/"].get.responses["200"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_job_info_resp"; |
Removed | .paths["/slurm/v0.0.41/jobs/state/"].get.responses["default"].content["application/jsonrequest"] = {}; |
Removed | .paths["/slurm/v0.0.41/jobs/state/"].get.responses["default"].content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurm/v0.0.41/jobs/state/"].get.responses["default"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.41_openapi_job_info_resp"; |
Removed | .paths["/slurm/v0.0.41/jobs/state/"].get.responses["default"].content["application/x-yaml"] = {}; |
Removed | .paths["/slurm/v0.0.41/jobs/state/"].get.responses["default"].content["application/x-yaml"].schema = {}; |
Removed | .paths["/slurm/v0.0.41/jobs/state/"].get.responses["default"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_job_info_resp"; |
Removed | .paths["/slurm/v0.0.41/jobs/state/"].get.responses["default"].content["text/yaml"] = {}; |
Removed | .paths["/slurm/v0.0.41/jobs/state/"].get.responses["default"].content["text/yaml"].schema = {}; |
Replaced | .paths["/slurm/v0.0.41/jobs/state/"].get.responses["default"].content["application/yaml"] = {}; |
Added | .paths["/slurm/v0.0.41/jobs/state/"].get.responses["default"].content["application/yaml"].schema = {}; |
Added | .paths["/slurm/v0.0.41/jobs/state/"].get.responses["default"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_job_info_resp"; |
Removed | .paths["/slurm/v0.0.41/licenses/"].get.responses["200"].content["application/jsonrequest"] = {}; |
Removed | .paths["/slurm/v0.0.41/licenses/"].get.responses["200"].content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurm/v0.0.41/licenses/"].get.responses["200"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.41_openapi_licenses_resp"; |
Removed | .paths["/slurm/v0.0.41/licenses/"].get.responses["200"].content["application/x-yaml"] = {}; |
Removed | .paths["/slurm/v0.0.41/licenses/"].get.responses["200"].content["application/x-yaml"].schema = {}; |
Removed | .paths["/slurm/v0.0.41/licenses/"].get.responses["200"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_licenses_resp"; |
Removed | .paths["/slurm/v0.0.41/licenses/"].get.responses["200"].content["text/yaml"] = {}; |
Removed | .paths["/slurm/v0.0.41/licenses/"].get.responses["200"].content["text/yaml"].schema = {}; |
Replaced | .paths["/slurm/v0.0.41/licenses/"].get.responses["200"].content["application/yaml"] = {}; |
Added | .paths["/slurm/v0.0.41/licenses/"].get.responses["200"].content["application/yaml"].schema = {}; |
Added | .paths["/slurm/v0.0.41/licenses/"].get.responses["200"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_licenses_resp"; |
Removed | .paths["/slurm/v0.0.41/licenses/"].get.responses["default"].content["application/jsonrequest"] = {}; |
Removed | .paths["/slurm/v0.0.41/licenses/"].get.responses["default"].content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurm/v0.0.41/licenses/"].get.responses["default"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.41_openapi_licenses_resp"; |
Removed | .paths["/slurm/v0.0.41/licenses/"].get.responses["default"].content["application/x-yaml"] = {}; |
Removed | .paths["/slurm/v0.0.41/licenses/"].get.responses["default"].content["application/x-yaml"].schema = {}; |
Removed | .paths["/slurm/v0.0.41/licenses/"].get.responses["default"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_licenses_resp"; |
Removed | .paths["/slurm/v0.0.41/licenses/"].get.responses["default"].content["text/yaml"] = {}; |
Removed | .paths["/slurm/v0.0.41/licenses/"].get.responses["default"].content["text/yaml"].schema = {}; |
Replaced | .paths["/slurm/v0.0.41/licenses/"].get.responses["default"].content["application/yaml"] = {}; |
Added | .paths["/slurm/v0.0.41/licenses/"].get.responses["default"].content["application/yaml"].schema = {}; |
Added | .paths["/slurm/v0.0.41/licenses/"].get.responses["default"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_licenses_resp"; |
Removed | .paths["/slurm/v0.0.41/node/{node_name}"].get.responses["200"].content["application/jsonrequest"] = {}; |
Removed | .paths["/slurm/v0.0.41/node/{node_name}"].get.responses["200"].content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurm/v0.0.41/node/{node_name}"].get.responses["200"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.41_openapi_nodes_resp"; |
Removed | .paths["/slurm/v0.0.41/node/{node_name}"].get.responses["200"].content["application/x-yaml"] = {}; |
Removed | .paths["/slurm/v0.0.41/node/{node_name}"].get.responses["200"].content["application/x-yaml"].schema = {}; |
Removed | .paths["/slurm/v0.0.41/node/{node_name}"].get.responses["200"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_nodes_resp"; |
Removed | .paths["/slurm/v0.0.41/node/{node_name}"].get.responses["200"].content["text/yaml"] = {}; |
Removed | .paths["/slurm/v0.0.41/node/{node_name}"].get.responses["200"].content["text/yaml"].schema = {}; |
Replaced | .paths["/slurm/v0.0.41/node/{node_name}"].get.responses["200"].content["application/yaml"] = {}; |
Added | .paths["/slurm/v0.0.41/node/{node_name}"].get.responses["200"].content["application/yaml"].schema = {}; |
Added | .paths["/slurm/v0.0.41/node/{node_name}"].get.responses["200"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_nodes_resp"; |
Removed | .paths["/slurm/v0.0.41/node/{node_name}"].get.responses["default"].content["application/jsonrequest"] = {}; |
Removed | .paths["/slurm/v0.0.41/node/{node_name}"].get.responses["default"].content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurm/v0.0.41/node/{node_name}"].get.responses["default"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.41_openapi_nodes_resp"; |
Removed | .paths["/slurm/v0.0.41/node/{node_name}"].get.responses["default"].content["application/x-yaml"] = {}; |
Removed | .paths["/slurm/v0.0.41/node/{node_name}"].get.responses["default"].content["application/x-yaml"].schema = {}; |
Removed | .paths["/slurm/v0.0.41/node/{node_name}"].get.responses["default"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_nodes_resp"; |
Removed | .paths["/slurm/v0.0.41/node/{node_name}"].get.responses["default"].content["text/yaml"] = {}; |
Removed | .paths["/slurm/v0.0.41/node/{node_name}"].get.responses["default"].content["text/yaml"].schema = {}; |
Replaced | .paths["/slurm/v0.0.41/node/{node_name}"].get.responses["default"].content["application/yaml"] = {}; |
Added | .paths["/slurm/v0.0.41/node/{node_name}"].get.responses["default"].content["application/yaml"].schema = {}; |
Added | .paths["/slurm/v0.0.41/node/{node_name}"].get.responses["default"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_nodes_resp"; |
Removed | .paths["/slurm/v0.0.41/node/{node_name}"].post.requestBody.content["application/jsonrequest"] = {}; |
Removed | .paths["/slurm/v0.0.41/node/{node_name}"].post.requestBody.content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurm/v0.0.41/node/{node_name}"].post.requestBody.content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.41_update_node_msg"; |
Removed | .paths["/slurm/v0.0.41/node/{node_name}"].post.requestBody.content["application/x-yaml"] = {}; |
Removed | .paths["/slurm/v0.0.41/node/{node_name}"].post.requestBody.content["application/x-yaml"].schema = {}; |
Removed | .paths["/slurm/v0.0.41/node/{node_name}"].post.requestBody.content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.41_update_node_msg"; |
Removed | .paths["/slurm/v0.0.41/node/{node_name}"].post.requestBody.content["text/yaml"] = {}; |
Removed | .paths["/slurm/v0.0.41/node/{node_name}"].post.requestBody.content["text/yaml"].schema = {}; |
Replaced | .paths["/slurm/v0.0.41/node/{node_name}"].post.requestBody.content["application/yaml"] = {}; |
Added | .paths["/slurm/v0.0.41/node/{node_name}"].post.requestBody.content["application/yaml"].schema = {}; |
Added | .paths["/slurm/v0.0.41/node/{node_name}"].post.requestBody.content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.41_update_node_msg"; |
Removed | .paths["/slurm/v0.0.41/node/{node_name}"].post.responses["200"].content["application/jsonrequest"] = {}; |
Removed | .paths["/slurm/v0.0.41/node/{node_name}"].post.responses["200"].content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurm/v0.0.41/node/{node_name}"].post.responses["200"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.41_openapi_resp"; |
Removed | .paths["/slurm/v0.0.41/node/{node_name}"].post.responses["200"].content["application/x-yaml"] = {}; |
Removed | .paths["/slurm/v0.0.41/node/{node_name}"].post.responses["200"].content["application/x-yaml"].schema = {}; |
Removed | .paths["/slurm/v0.0.41/node/{node_name}"].post.responses["200"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_resp"; |
Removed | .paths["/slurm/v0.0.41/node/{node_name}"].post.responses["200"].content["text/yaml"] = {}; |
Removed | .paths["/slurm/v0.0.41/node/{node_name}"].post.responses["200"].content["text/yaml"].schema = {}; |
Replaced | .paths["/slurm/v0.0.41/node/{node_name}"].post.responses["200"].content["application/yaml"] = {}; |
Added | .paths["/slurm/v0.0.41/node/{node_name}"].post.responses["200"].content["application/yaml"].schema = {}; |
Added | .paths["/slurm/v0.0.41/node/{node_name}"].post.responses["200"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_resp"; |
Removed | .paths["/slurm/v0.0.41/node/{node_name}"].post.responses["default"].content["application/jsonrequest"] = {}; |
Removed | .paths["/slurm/v0.0.41/node/{node_name}"].post.responses["default"].content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurm/v0.0.41/node/{node_name}"].post.responses["default"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.41_openapi_resp"; |
Removed | .paths["/slurm/v0.0.41/node/{node_name}"].post.responses["default"].content["application/x-yaml"] = {}; |
Removed | .paths["/slurm/v0.0.41/node/{node_name}"].post.responses["default"].content["application/x-yaml"].schema = {}; |
Removed | .paths["/slurm/v0.0.41/node/{node_name}"].post.responses["default"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_resp"; |
Removed | .paths["/slurm/v0.0.41/node/{node_name}"].post.responses["default"].content["text/yaml"] = {}; |
Removed | .paths["/slurm/v0.0.41/node/{node_name}"].post.responses["default"].content["text/yaml"].schema = {}; |
Replaced | .paths["/slurm/v0.0.41/node/{node_name}"].post.responses["default"].content["application/yaml"] = {}; |
Added | .paths["/slurm/v0.0.41/node/{node_name}"].post.responses["default"].content["application/yaml"].schema = {}; |
Added | .paths["/slurm/v0.0.41/node/{node_name}"].post.responses["default"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_resp"; |
Removed | .paths["/slurm/v0.0.41/node/{node_name}"]["delete"].responses["200"].content["application/jsonrequest"] = {}; |
Removed | .paths["/slurm/v0.0.41/node/{node_name}"]["delete"].responses["200"].content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurm/v0.0.41/node/{node_name}"]["delete"].responses["200"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.41_openapi_resp"; |
Removed | .paths["/slurm/v0.0.41/node/{node_name}"]["delete"].responses["200"].content["application/x-yaml"] = {}; |
Removed | .paths["/slurm/v0.0.41/node/{node_name}"]["delete"].responses["200"].content["application/x-yaml"].schema = {}; |
Removed | .paths["/slurm/v0.0.41/node/{node_name}"]["delete"].responses["200"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_resp"; |
Removed | .paths["/slurm/v0.0.41/node/{node_name}"]["delete"].responses["200"].content["text/yaml"] = {}; |
Removed | .paths["/slurm/v0.0.41/node/{node_name}"]["delete"].responses["200"].content["text/yaml"].schema = {}; |
Replaced | .paths["/slurm/v0.0.41/node/{node_name}"]["delete"].responses["200"].content["application/yaml"] = {}; |
Added | .paths["/slurm/v0.0.41/node/{node_name}"]["delete"].responses["200"].content["application/yaml"].schema = {}; |
Added | .paths["/slurm/v0.0.41/node/{node_name}"]["delete"].responses["200"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_resp"; |
Removed | .paths["/slurm/v0.0.41/node/{node_name}"]["delete"].responses["default"].content["application/jsonrequest"] = {}; |
Removed | .paths["/slurm/v0.0.41/node/{node_name}"]["delete"].responses["default"].content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurm/v0.0.41/node/{node_name}"]["delete"].responses["default"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.41_openapi_resp"; |
Removed | .paths["/slurm/v0.0.41/node/{node_name}"]["delete"].responses["default"].content["application/x-yaml"] = {}; |
Removed | .paths["/slurm/v0.0.41/node/{node_name}"]["delete"].responses["default"].content["application/x-yaml"].schema = {}; |
Removed | .paths["/slurm/v0.0.41/node/{node_name}"]["delete"].responses["default"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_resp"; |
Removed | .paths["/slurm/v0.0.41/node/{node_name}"]["delete"].responses["default"].content["text/yaml"] = {}; |
Removed | .paths["/slurm/v0.0.41/node/{node_name}"]["delete"].responses["default"].content["text/yaml"].schema = {}; |
Replaced | .paths["/slurm/v0.0.41/node/{node_name}"]["delete"].responses["default"].content["application/yaml"] = {}; |
Added | .paths["/slurm/v0.0.41/node/{node_name}"]["delete"].responses["default"].content["application/yaml"].schema = {}; |
Added | .paths["/slurm/v0.0.41/node/{node_name}"]["delete"].responses["default"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_resp"; |
Removed | .paths["/slurm/v0.0.41/nodes/"].get.responses["200"].content["application/jsonrequest"] = {}; |
Removed | .paths["/slurm/v0.0.41/nodes/"].get.responses["200"].content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurm/v0.0.41/nodes/"].get.responses["200"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.41_openapi_nodes_resp"; |
Removed | .paths["/slurm/v0.0.41/nodes/"].get.responses["200"].content["application/x-yaml"] = {}; |
Removed | .paths["/slurm/v0.0.41/nodes/"].get.responses["200"].content["application/x-yaml"].schema = {}; |
Removed | .paths["/slurm/v0.0.41/nodes/"].get.responses["200"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_nodes_resp"; |
Removed | .paths["/slurm/v0.0.41/nodes/"].get.responses["200"].content["text/yaml"] = {}; |
Removed | .paths["/slurm/v0.0.41/nodes/"].get.responses["200"].content["text/yaml"].schema = {}; |
Replaced | .paths["/slurm/v0.0.41/nodes/"].get.responses["200"].content["application/yaml"] = {}; |
Added | .paths["/slurm/v0.0.41/nodes/"].get.responses["200"].content["application/yaml"].schema = {}; |
Added | .paths["/slurm/v0.0.41/nodes/"].get.responses["200"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_nodes_resp"; |
Removed | .paths["/slurm/v0.0.41/nodes/"].get.responses["default"].content["application/jsonrequest"] = {}; |
Removed | .paths["/slurm/v0.0.41/nodes/"].get.responses["default"].content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurm/v0.0.41/nodes/"].get.responses["default"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.41_openapi_nodes_resp"; |
Removed | .paths["/slurm/v0.0.41/nodes/"].get.responses["default"].content["application/x-yaml"] = {}; |
Removed | .paths["/slurm/v0.0.41/nodes/"].get.responses["default"].content["application/x-yaml"].schema = {}; |
Removed | .paths["/slurm/v0.0.41/nodes/"].get.responses["default"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_nodes_resp"; |
Removed | .paths["/slurm/v0.0.41/nodes/"].get.responses["default"].content["text/yaml"] = {}; |
Removed | .paths["/slurm/v0.0.41/nodes/"].get.responses["default"].content["text/yaml"].schema = {}; |
Replaced | .paths["/slurm/v0.0.41/nodes/"].get.responses["default"].content["application/yaml"] = {}; |
Added | .paths["/slurm/v0.0.41/nodes/"].get.responses["default"].content["application/yaml"].schema = {}; |
Added | .paths["/slurm/v0.0.41/nodes/"].get.responses["default"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_nodes_resp"; |
Removed | .paths["/slurm/v0.0.41/partition/{partition_name}"].get.responses["200"].content["application/jsonrequest"] = {}; |
Removed | .paths["/slurm/v0.0.41/partition/{partition_name}"].get.responses["200"].content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurm/v0.0.41/partition/{partition_name}"].get.responses["200"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.41_openapi_partition_resp"; |
Removed | .paths["/slurm/v0.0.41/partition/{partition_name}"].get.responses["200"].content["application/x-yaml"] = {}; |
Removed | .paths["/slurm/v0.0.41/partition/{partition_name}"].get.responses["200"].content["application/x-yaml"].schema = {}; |
Removed | .paths["/slurm/v0.0.41/partition/{partition_name}"].get.responses["200"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_partition_resp"; |
Removed | .paths["/slurm/v0.0.41/partition/{partition_name}"].get.responses["200"].content["text/yaml"] = {}; |
Removed | .paths["/slurm/v0.0.41/partition/{partition_name}"].get.responses["200"].content["text/yaml"].schema = {}; |
Replaced | .paths["/slurm/v0.0.41/partition/{partition_name}"].get.responses["200"].content["application/yaml"] = {}; |
Added | .paths["/slurm/v0.0.41/partition/{partition_name}"].get.responses["200"].content["application/yaml"].schema = {}; |
Added | .paths["/slurm/v0.0.41/partition/{partition_name}"].get.responses["200"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_partition_resp"; |
Removed | .paths["/slurm/v0.0.41/partition/{partition_name}"].get.responses["default"].content["application/jsonrequest"] = {}; |
Removed | .paths["/slurm/v0.0.41/partition/{partition_name}"].get.responses["default"].content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurm/v0.0.41/partition/{partition_name}"].get.responses["default"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.41_openapi_partition_resp"; |
Removed | .paths["/slurm/v0.0.41/partition/{partition_name}"].get.responses["default"].content["application/x-yaml"] = {}; |
Removed | .paths["/slurm/v0.0.41/partition/{partition_name}"].get.responses["default"].content["application/x-yaml"].schema = {}; |
Removed | .paths["/slurm/v0.0.41/partition/{partition_name}"].get.responses["default"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_partition_resp"; |
Removed | .paths["/slurm/v0.0.41/partition/{partition_name}"].get.responses["default"].content["text/yaml"] = {}; |
Removed | .paths["/slurm/v0.0.41/partition/{partition_name}"].get.responses["default"].content["text/yaml"].schema = {}; |
Replaced | .paths["/slurm/v0.0.41/partition/{partition_name}"].get.responses["default"].content["application/yaml"] = {}; |
Added | .paths["/slurm/v0.0.41/partition/{partition_name}"].get.responses["default"].content["application/yaml"].schema = {}; |
Added | .paths["/slurm/v0.0.41/partition/{partition_name}"].get.responses["default"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_partition_resp"; |
Removed | .paths["/slurm/v0.0.41/partitions/"].get.responses["200"].content["application/jsonrequest"] = {}; |
Removed | .paths["/slurm/v0.0.41/partitions/"].get.responses["200"].content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurm/v0.0.41/partitions/"].get.responses["200"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.41_openapi_partition_resp"; |
Removed | .paths["/slurm/v0.0.41/partitions/"].get.responses["200"].content["application/x-yaml"] = {}; |
Removed | .paths["/slurm/v0.0.41/partitions/"].get.responses["200"].content["application/x-yaml"].schema = {}; |
Removed | .paths["/slurm/v0.0.41/partitions/"].get.responses["200"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_partition_resp"; |
Removed | .paths["/slurm/v0.0.41/partitions/"].get.responses["200"].content["text/yaml"] = {}; |
Removed | .paths["/slurm/v0.0.41/partitions/"].get.responses["200"].content["text/yaml"].schema = {}; |
Replaced | .paths["/slurm/v0.0.41/partitions/"].get.responses["200"].content["application/yaml"] = {}; |
Added | .paths["/slurm/v0.0.41/partitions/"].get.responses["200"].content["application/yaml"].schema = {}; |
Added | .paths["/slurm/v0.0.41/partitions/"].get.responses["200"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_partition_resp"; |
Removed | .paths["/slurm/v0.0.41/partitions/"].get.responses["default"].content["application/jsonrequest"] = {}; |
Removed | .paths["/slurm/v0.0.41/partitions/"].get.responses["default"].content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurm/v0.0.41/partitions/"].get.responses["default"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.41_openapi_partition_resp"; |
Removed | .paths["/slurm/v0.0.41/partitions/"].get.responses["default"].content["application/x-yaml"] = {}; |
Removed | .paths["/slurm/v0.0.41/partitions/"].get.responses["default"].content["application/x-yaml"].schema = {}; |
Removed | .paths["/slurm/v0.0.41/partitions/"].get.responses["default"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_partition_resp"; |
Removed | .paths["/slurm/v0.0.41/partitions/"].get.responses["default"].content["text/yaml"] = {}; |
Removed | .paths["/slurm/v0.0.41/partitions/"].get.responses["default"].content["text/yaml"].schema = {}; |
Replaced | .paths["/slurm/v0.0.41/partitions/"].get.responses["default"].content["application/yaml"] = {}; |
Added | .paths["/slurm/v0.0.41/partitions/"].get.responses["default"].content["application/yaml"].schema = {}; |
Added | .paths["/slurm/v0.0.41/partitions/"].get.responses["default"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_partition_resp"; |
Removed | .paths["/slurm/v0.0.41/ping/"].get.responses["200"].content["application/jsonrequest"] = {}; |
Removed | .paths["/slurm/v0.0.41/ping/"].get.responses["200"].content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurm/v0.0.41/ping/"].get.responses["200"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.41_openapi_ping_array_resp"; |
Removed | .paths["/slurm/v0.0.41/ping/"].get.responses["200"].content["application/x-yaml"] = {}; |
Removed | .paths["/slurm/v0.0.41/ping/"].get.responses["200"].content["application/x-yaml"].schema = {}; |
Removed | .paths["/slurm/v0.0.41/ping/"].get.responses["200"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_ping_array_resp"; |
Removed | .paths["/slurm/v0.0.41/ping/"].get.responses["200"].content["text/yaml"] = {}; |
Removed | .paths["/slurm/v0.0.41/ping/"].get.responses["200"].content["text/yaml"].schema = {}; |
Replaced | .paths["/slurm/v0.0.41/ping/"].get.responses["200"].content["application/yaml"] = {}; |
Added | .paths["/slurm/v0.0.41/ping/"].get.responses["200"].content["application/yaml"].schema = {}; |
Added | .paths["/slurm/v0.0.41/ping/"].get.responses["200"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_ping_array_resp"; |
Removed | .paths["/slurm/v0.0.41/ping/"].get.responses["default"].content["application/jsonrequest"] = {}; |
Removed | .paths["/slurm/v0.0.41/ping/"].get.responses["default"].content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurm/v0.0.41/ping/"].get.responses["default"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.41_openapi_ping_array_resp"; |
Removed | .paths["/slurm/v0.0.41/ping/"].get.responses["default"].content["application/x-yaml"] = {}; |
Removed | .paths["/slurm/v0.0.41/ping/"].get.responses["default"].content["application/x-yaml"].schema = {}; |
Removed | .paths["/slurm/v0.0.41/ping/"].get.responses["default"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_ping_array_resp"; |
Removed | .paths["/slurm/v0.0.41/ping/"].get.responses["default"].content["text/yaml"] = {}; |
Removed | .paths["/slurm/v0.0.41/ping/"].get.responses["default"].content["text/yaml"].schema = {}; |
Replaced | .paths["/slurm/v0.0.41/ping/"].get.responses["default"].content["application/yaml"] = {}; |
Added | .paths["/slurm/v0.0.41/ping/"].get.responses["default"].content["application/yaml"].schema = {}; |
Added | .paths["/slurm/v0.0.41/ping/"].get.responses["default"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_ping_array_resp"; |
Removed | .paths["/slurm/v0.0.41/reconfigure/"].get.responses["200"].content["application/jsonrequest"] = {}; |
Removed | .paths["/slurm/v0.0.41/reconfigure/"].get.responses["200"].content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurm/v0.0.41/reconfigure/"].get.responses["200"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.41_openapi_resp"; |
Removed | .paths["/slurm/v0.0.41/reconfigure/"].get.responses["200"].content["application/x-yaml"] = {}; |
Removed | .paths["/slurm/v0.0.41/reconfigure/"].get.responses["200"].content["application/x-yaml"].schema = {}; |
Removed | .paths["/slurm/v0.0.41/reconfigure/"].get.responses["200"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_resp"; |
Removed | .paths["/slurm/v0.0.41/reconfigure/"].get.responses["200"].content["text/yaml"] = {}; |
Removed | .paths["/slurm/v0.0.41/reconfigure/"].get.responses["200"].content["text/yaml"].schema = {}; |
Replaced | .paths["/slurm/v0.0.41/reconfigure/"].get.responses["200"].content["application/yaml"] = {}; |
Added | .paths["/slurm/v0.0.41/reconfigure/"].get.responses["200"].content["application/yaml"].schema = {}; |
Added | .paths["/slurm/v0.0.41/reconfigure/"].get.responses["200"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_resp"; |
Removed | .paths["/slurm/v0.0.41/reconfigure/"].get.responses["default"].content["application/jsonrequest"] = {}; |
Removed | .paths["/slurm/v0.0.41/reconfigure/"].get.responses["default"].content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurm/v0.0.41/reconfigure/"].get.responses["default"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.41_openapi_resp"; |
Removed | .paths["/slurm/v0.0.41/reconfigure/"].get.responses["default"].content["application/x-yaml"] = {}; |
Removed | .paths["/slurm/v0.0.41/reconfigure/"].get.responses["default"].content["application/x-yaml"].schema = {}; |
Removed | .paths["/slurm/v0.0.41/reconfigure/"].get.responses["default"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_resp"; |
Removed | .paths["/slurm/v0.0.41/reconfigure/"].get.responses["default"].content["text/yaml"] = {}; |
Removed | .paths["/slurm/v0.0.41/reconfigure/"].get.responses["default"].content["text/yaml"].schema = {}; |
Replaced | .paths["/slurm/v0.0.41/reconfigure/"].get.responses["default"].content["application/yaml"] = {}; |
Added | .paths["/slurm/v0.0.41/reconfigure/"].get.responses["default"].content["application/yaml"].schema = {}; |
Added | .paths["/slurm/v0.0.41/reconfigure/"].get.responses["default"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_resp"; |
Removed | .paths["/slurm/v0.0.41/reservation/{reservation_name}"].get.responses["200"].content["application/jsonrequest"] = {}; |
Removed | .paths["/slurm/v0.0.41/reservation/{reservation_name}"].get.responses["200"].content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurm/v0.0.41/reservation/{reservation_name}"].get.responses["200"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.41_openapi_reservation_resp"; |
Removed | .paths["/slurm/v0.0.41/reservation/{reservation_name}"].get.responses["200"].content["application/x-yaml"] = {}; |
Removed | .paths["/slurm/v0.0.41/reservation/{reservation_name}"].get.responses["200"].content["application/x-yaml"].schema = {}; |
Removed | .paths["/slurm/v0.0.41/reservation/{reservation_name}"].get.responses["200"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_reservation_resp"; |
Removed | .paths["/slurm/v0.0.41/reservation/{reservation_name}"].get.responses["200"].content["text/yaml"] = {}; |
Removed | .paths["/slurm/v0.0.41/reservation/{reservation_name}"].get.responses["200"].content["text/yaml"].schema = {}; |
Replaced | .paths["/slurm/v0.0.41/reservation/{reservation_name}"].get.responses["200"].content["application/yaml"] = {}; |
Added | .paths["/slurm/v0.0.41/reservation/{reservation_name}"].get.responses["200"].content["application/yaml"].schema = {}; |
Added | .paths["/slurm/v0.0.41/reservation/{reservation_name}"].get.responses["200"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_reservation_resp"; |
Removed | .paths["/slurm/v0.0.41/reservation/{reservation_name}"].get.responses["default"].content["application/jsonrequest"] = {}; |
Removed | .paths["/slurm/v0.0.41/reservation/{reservation_name}"].get.responses["default"].content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurm/v0.0.41/reservation/{reservation_name}"].get.responses["default"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.41_openapi_reservation_resp"; |
Removed | .paths["/slurm/v0.0.41/reservation/{reservation_name}"].get.responses["default"].content["application/x-yaml"] = {}; |
Removed | .paths["/slurm/v0.0.41/reservation/{reservation_name}"].get.responses["default"].content["application/x-yaml"].schema = {}; |
Removed | .paths["/slurm/v0.0.41/reservation/{reservation_name}"].get.responses["default"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_reservation_resp"; |
Removed | .paths["/slurm/v0.0.41/reservation/{reservation_name}"].get.responses["default"].content["text/yaml"] = {}; |
Removed | .paths["/slurm/v0.0.41/reservation/{reservation_name}"].get.responses["default"].content["text/yaml"].schema = {}; |
Replaced | .paths["/slurm/v0.0.41/reservation/{reservation_name}"].get.responses["default"].content["application/yaml"] = {}; |
Added | .paths["/slurm/v0.0.41/reservation/{reservation_name}"].get.responses["default"].content["application/yaml"].schema = {}; |
Added | .paths["/slurm/v0.0.41/reservation/{reservation_name}"].get.responses["default"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_reservation_resp"; |
Removed | .paths["/slurm/v0.0.41/reservations/"].get.responses["200"].content["application/jsonrequest"] = {}; |
Removed | .paths["/slurm/v0.0.41/reservations/"].get.responses["200"].content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurm/v0.0.41/reservations/"].get.responses["200"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.41_openapi_reservation_resp"; |
Removed | .paths["/slurm/v0.0.41/reservations/"].get.responses["200"].content["application/x-yaml"] = {}; |
Removed | .paths["/slurm/v0.0.41/reservations/"].get.responses["200"].content["application/x-yaml"].schema = {}; |
Removed | .paths["/slurm/v0.0.41/reservations/"].get.responses["200"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_reservation_resp"; |
Removed | .paths["/slurm/v0.0.41/reservations/"].get.responses["200"].content["text/yaml"] = {}; |
Removed | .paths["/slurm/v0.0.41/reservations/"].get.responses["200"].content["text/yaml"].schema = {}; |
Replaced | .paths["/slurm/v0.0.41/reservations/"].get.responses["200"].content["application/yaml"] = {}; |
Added | .paths["/slurm/v0.0.41/reservations/"].get.responses["200"].content["application/yaml"].schema = {}; |
Added | .paths["/slurm/v0.0.41/reservations/"].get.responses["200"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_reservation_resp"; |
Removed | .paths["/slurm/v0.0.41/reservations/"].get.responses["default"].content["application/jsonrequest"] = {}; |
Removed | .paths["/slurm/v0.0.41/reservations/"].get.responses["default"].content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurm/v0.0.41/reservations/"].get.responses["default"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.41_openapi_reservation_resp"; |
Removed | .paths["/slurm/v0.0.41/reservations/"].get.responses["default"].content["application/x-yaml"] = {}; |
Removed | .paths["/slurm/v0.0.41/reservations/"].get.responses["default"].content["application/x-yaml"].schema = {}; |
Removed | .paths["/slurm/v0.0.41/reservations/"].get.responses["default"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_reservation_resp"; |
Removed | .paths["/slurm/v0.0.41/reservations/"].get.responses["default"].content["text/yaml"] = {}; |
Removed | .paths["/slurm/v0.0.41/reservations/"].get.responses["default"].content["text/yaml"].schema = {}; |
Replaced | .paths["/slurm/v0.0.41/reservations/"].get.responses["default"].content["application/yaml"] = {}; |
Added | .paths["/slurm/v0.0.41/reservations/"].get.responses["default"].content["application/yaml"].schema = {}; |
Added | .paths["/slurm/v0.0.41/reservations/"].get.responses["default"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_reservation_resp"; |
Removed | .paths["/slurm/v0.0.41/shares"].get.responses["200"].content["application/jsonrequest"] = {}; |
Removed | .paths["/slurm/v0.0.41/shares"].get.responses["200"].content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurm/v0.0.41/shares"].get.responses["200"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.41_openapi_shares_resp"; |
Removed | .paths["/slurm/v0.0.41/shares"].get.responses["200"].content["application/x-yaml"] = {}; |
Removed | .paths["/slurm/v0.0.41/shares"].get.responses["200"].content["application/x-yaml"].schema = {}; |
Removed | .paths["/slurm/v0.0.41/shares"].get.responses["200"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_shares_resp"; |
Removed | .paths["/slurm/v0.0.41/shares"].get.responses["200"].content["text/yaml"] = {}; |
Removed | .paths["/slurm/v0.0.41/shares"].get.responses["200"].content["text/yaml"].schema = {}; |
Replaced | .paths["/slurm/v0.0.41/shares"].get.responses["200"].content["application/yaml"] = {}; |
Added | .paths["/slurm/v0.0.41/shares"].get.responses["200"].content["application/yaml"].schema = {}; |
Added | .paths["/slurm/v0.0.41/shares"].get.responses["200"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_shares_resp"; |
Removed | .paths["/slurm/v0.0.41/shares"].get.responses["default"].content["application/jsonrequest"] = {}; |
Removed | .paths["/slurm/v0.0.41/shares"].get.responses["default"].content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurm/v0.0.41/shares"].get.responses["default"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.41_openapi_shares_resp"; |
Removed | .paths["/slurm/v0.0.41/shares"].get.responses["default"].content["application/x-yaml"] = {}; |
Removed | .paths["/slurm/v0.0.41/shares"].get.responses["default"].content["application/x-yaml"].schema = {}; |
Removed | .paths["/slurm/v0.0.41/shares"].get.responses["default"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_shares_resp"; |
Removed | .paths["/slurm/v0.0.41/shares"].get.responses["default"].content["text/yaml"] = {}; |
Removed | .paths["/slurm/v0.0.41/shares"].get.responses["default"].content["text/yaml"].schema = {}; |
Replaced | .paths["/slurm/v0.0.41/shares"].get.responses["default"].content["application/yaml"] = {}; |
Added | .paths["/slurm/v0.0.41/shares"].get.responses["default"].content["application/yaml"].schema = {}; |
Added | .paths["/slurm/v0.0.41/shares"].get.responses["default"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_shares_resp"; |
data_parser/v0.0.40
Modified Fields
Removed | .paths["/slurmdb/v0.0.40/account/{account_name}"].get.responses["200"].content["application/jsonrequest"] = {}; |
Removed | .paths["/slurmdb/v0.0.40/account/{account_name}"].get.responses["200"].content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.40/account/{account_name}"].get.responses["200"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.40_openapi_accounts_resp"; |
Removed | .paths["/slurmdb/v0.0.40/account/{account_name}"].get.responses["200"].content["application/x-yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.40/account/{account_name}"].get.responses["200"].content["application/x-yaml"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.40/account/{account_name}"].get.responses["200"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_accounts_resp"; |
Removed | .paths["/slurmdb/v0.0.40/account/{account_name}"].get.responses["200"].content["text/yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.40/account/{account_name}"].get.responses["200"].content["text/yaml"].schema = {}; |
Replaced | .paths["/slurmdb/v0.0.40/account/{account_name}"].get.responses["200"].content["application/yaml"] = {}; |
Added | .paths["/slurmdb/v0.0.40/account/{account_name}"].get.responses["200"].content["application/yaml"].schema = {}; |
Added | .paths["/slurmdb/v0.0.40/account/{account_name}"].get.responses["200"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_accounts_resp"; |
Removed | .paths["/slurmdb/v0.0.40/account/{account_name}"].get.responses["default"].content["application/jsonrequest"] = {}; |
Removed | .paths["/slurmdb/v0.0.40/account/{account_name}"].get.responses["default"].content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.40/account/{account_name}"].get.responses["default"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.40_openapi_accounts_resp"; |
Removed | .paths["/slurmdb/v0.0.40/account/{account_name}"].get.responses["default"].content["application/x-yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.40/account/{account_name}"].get.responses["default"].content["application/x-yaml"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.40/account/{account_name}"].get.responses["default"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_accounts_resp"; |
Removed | .paths["/slurmdb/v0.0.40/account/{account_name}"].get.responses["default"].content["text/yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.40/account/{account_name}"].get.responses["default"].content["text/yaml"].schema = {}; |
Replaced | .paths["/slurmdb/v0.0.40/account/{account_name}"].get.responses["default"].content["application/yaml"] = {}; |
Added | .paths["/slurmdb/v0.0.40/account/{account_name}"].get.responses["default"].content["application/yaml"].schema = {}; |
Added | .paths["/slurmdb/v0.0.40/account/{account_name}"].get.responses["default"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_accounts_resp"; |
Removed | .paths["/slurmdb/v0.0.40/account/{account_name}"]["delete"].responses["200"].content["application/jsonrequest"] = {}; |
Removed | .paths["/slurmdb/v0.0.40/account/{account_name}"]["delete"].responses["200"].content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.40/account/{account_name}"]["delete"].responses["200"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.40_openapi_accounts_removed_resp"; |
Removed | .paths["/slurmdb/v0.0.40/account/{account_name}"]["delete"].responses["200"].content["application/x-yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.40/account/{account_name}"]["delete"].responses["200"].content["application/x-yaml"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.40/account/{account_name}"]["delete"].responses["200"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_accounts_removed_resp"; |
Removed | .paths["/slurmdb/v0.0.40/account/{account_name}"]["delete"].responses["200"].content["text/yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.40/account/{account_name}"]["delete"].responses["200"].content["text/yaml"].schema = {}; |
Replaced | .paths["/slurmdb/v0.0.40/account/{account_name}"]["delete"].responses["200"].content["application/yaml"] = {}; |
Added | .paths["/slurmdb/v0.0.40/account/{account_name}"]["delete"].responses["200"].content["application/yaml"].schema = {}; |
Added | .paths["/slurmdb/v0.0.40/account/{account_name}"]["delete"].responses["200"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_accounts_removed_resp"; |
Removed | .paths["/slurmdb/v0.0.40/account/{account_name}"]["delete"].responses["default"].content["application/jsonrequest"] = {}; |
Removed | .paths["/slurmdb/v0.0.40/account/{account_name}"]["delete"].responses["default"].content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.40/account/{account_name}"]["delete"].responses["default"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.40_openapi_accounts_removed_resp"; |
Removed | .paths["/slurmdb/v0.0.40/account/{account_name}"]["delete"].responses["default"].content["application/x-yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.40/account/{account_name}"]["delete"].responses["default"].content["application/x-yaml"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.40/account/{account_name}"]["delete"].responses["default"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_accounts_removed_resp"; |
Removed | .paths["/slurmdb/v0.0.40/account/{account_name}"]["delete"].responses["default"].content["text/yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.40/account/{account_name}"]["delete"].responses["default"].content["text/yaml"].schema = {}; |
Replaced | .paths["/slurmdb/v0.0.40/account/{account_name}"]["delete"].responses["default"].content["application/yaml"] = {}; |
Added | .paths["/slurmdb/v0.0.40/account/{account_name}"]["delete"].responses["default"].content["application/yaml"].schema = {}; |
Added | .paths["/slurmdb/v0.0.40/account/{account_name}"]["delete"].responses["default"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_accounts_removed_resp"; |
Removed | .paths["/slurmdb/v0.0.40/accounts/"].get.responses["200"].content["application/jsonrequest"] = {}; |
Removed | .paths["/slurmdb/v0.0.40/accounts/"].get.responses["200"].content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.40/accounts/"].get.responses["200"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.40_openapi_accounts_resp"; |
Removed | .paths["/slurmdb/v0.0.40/accounts/"].get.responses["200"].content["application/x-yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.40/accounts/"].get.responses["200"].content["application/x-yaml"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.40/accounts/"].get.responses["200"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_accounts_resp"; |
Removed | .paths["/slurmdb/v0.0.40/accounts/"].get.responses["200"].content["text/yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.40/accounts/"].get.responses["200"].content["text/yaml"].schema = {}; |
Replaced | .paths["/slurmdb/v0.0.40/accounts/"].get.responses["200"].content["application/yaml"] = {}; |
Added | .paths["/slurmdb/v0.0.40/accounts/"].get.responses["200"].content["application/yaml"].schema = {}; |
Added | .paths["/slurmdb/v0.0.40/accounts/"].get.responses["200"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_accounts_resp"; |
Removed | .paths["/slurmdb/v0.0.40/accounts/"].get.responses["default"].content["application/jsonrequest"] = {}; |
Removed | .paths["/slurmdb/v0.0.40/accounts/"].get.responses["default"].content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.40/accounts/"].get.responses["default"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.40_openapi_accounts_resp"; |
Removed | .paths["/slurmdb/v0.0.40/accounts/"].get.responses["default"].content["application/x-yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.40/accounts/"].get.responses["default"].content["application/x-yaml"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.40/accounts/"].get.responses["default"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_accounts_resp"; |
Removed | .paths["/slurmdb/v0.0.40/accounts/"].get.responses["default"].content["text/yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.40/accounts/"].get.responses["default"].content["text/yaml"].schema = {}; |
Replaced | .paths["/slurmdb/v0.0.40/accounts/"].get.responses["default"].content["application/yaml"] = {}; |
Added | .paths["/slurmdb/v0.0.40/accounts/"].get.responses["default"].content["application/yaml"].schema = {}; |
Added | .paths["/slurmdb/v0.0.40/accounts/"].get.responses["default"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_accounts_resp"; |
Removed | .paths["/slurmdb/v0.0.40/accounts/"].post.requestBody.content["application/jsonrequest"] = {}; |
Removed | .paths["/slurmdb/v0.0.40/accounts/"].post.requestBody.content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.40/accounts/"].post.requestBody.content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.40_openapi_accounts_resp"; |
Removed | .paths["/slurmdb/v0.0.40/accounts/"].post.requestBody.content["application/x-yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.40/accounts/"].post.requestBody.content["application/x-yaml"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.40/accounts/"].post.requestBody.content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_accounts_resp"; |
Removed | .paths["/slurmdb/v0.0.40/accounts/"].post.requestBody.content["text/yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.40/accounts/"].post.requestBody.content["text/yaml"].schema = {}; |
Replaced | .paths["/slurmdb/v0.0.40/accounts/"].post.requestBody.content["application/yaml"] = {}; |
Added | .paths["/slurmdb/v0.0.40/accounts/"].post.requestBody.content["application/yaml"].schema = {}; |
Added | .paths["/slurmdb/v0.0.40/accounts/"].post.requestBody.content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_accounts_resp"; |
Removed | .paths["/slurmdb/v0.0.40/accounts/"].post.responses["200"].content["application/jsonrequest"] = {}; |
Removed | .paths["/slurmdb/v0.0.40/accounts/"].post.responses["200"].content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.40/accounts/"].post.responses["200"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.40_openapi_resp"; |
Removed | .paths["/slurmdb/v0.0.40/accounts/"].post.responses["200"].content["application/x-yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.40/accounts/"].post.responses["200"].content["application/x-yaml"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.40/accounts/"].post.responses["200"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_resp"; |
Removed | .paths["/slurmdb/v0.0.40/accounts/"].post.responses["200"].content["text/yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.40/accounts/"].post.responses["200"].content["text/yaml"].schema = {}; |
Replaced | .paths["/slurmdb/v0.0.40/accounts/"].post.responses["200"].content["application/yaml"] = {}; |
Added | .paths["/slurmdb/v0.0.40/accounts/"].post.responses["200"].content["application/yaml"].schema = {}; |
Added | .paths["/slurmdb/v0.0.40/accounts/"].post.responses["200"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_resp"; |
Removed | .paths["/slurmdb/v0.0.40/accounts/"].post.responses["default"].content["application/jsonrequest"] = {}; |
Removed | .paths["/slurmdb/v0.0.40/accounts/"].post.responses["default"].content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.40/accounts/"].post.responses["default"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.40_openapi_resp"; |
Removed | .paths["/slurmdb/v0.0.40/accounts/"].post.responses["default"].content["application/x-yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.40/accounts/"].post.responses["default"].content["application/x-yaml"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.40/accounts/"].post.responses["default"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_resp"; |
Removed | .paths["/slurmdb/v0.0.40/accounts/"].post.responses["default"].content["text/yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.40/accounts/"].post.responses["default"].content["text/yaml"].schema = {}; |
Replaced | .paths["/slurmdb/v0.0.40/accounts/"].post.responses["default"].content["application/yaml"] = {}; |
Added | .paths["/slurmdb/v0.0.40/accounts/"].post.responses["default"].content["application/yaml"].schema = {}; |
Added | .paths["/slurmdb/v0.0.40/accounts/"].post.responses["default"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_resp"; |
Removed | .paths["/slurmdb/v0.0.40/accounts_association/"].post.requestBody.content["application/jsonrequest"] = {}; |
Removed | .paths["/slurmdb/v0.0.40/accounts_association/"].post.requestBody.content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.40/accounts_association/"].post.requestBody.content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.40_openapi_accounts_add_cond_resp"; |
Removed | .paths["/slurmdb/v0.0.40/accounts_association/"].post.requestBody.content["application/x-yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.40/accounts_association/"].post.requestBody.content["application/x-yaml"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.40/accounts_association/"].post.requestBody.content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_accounts_add_cond_resp"; |
Removed | .paths["/slurmdb/v0.0.40/accounts_association/"].post.requestBody.content["text/yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.40/accounts_association/"].post.requestBody.content["text/yaml"].schema = {}; |
Replaced | .paths["/slurmdb/v0.0.40/accounts_association/"].post.requestBody.content["application/yaml"] = {}; |
Added | .paths["/slurmdb/v0.0.40/accounts_association/"].post.requestBody.content["application/yaml"].schema = {}; |
Added | .paths["/slurmdb/v0.0.40/accounts_association/"].post.requestBody.content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_accounts_add_cond_resp"; |
Removed | .paths["/slurmdb/v0.0.40/accounts_association/"].post.responses["200"].content["application/jsonrequest"] = {}; |
Removed | .paths["/slurmdb/v0.0.40/accounts_association/"].post.responses["200"].content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.40/accounts_association/"].post.responses["200"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.40_openapi_accounts_add_cond_resp_str"; |
Removed | .paths["/slurmdb/v0.0.40/accounts_association/"].post.responses["200"].content["application/x-yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.40/accounts_association/"].post.responses["200"].content["application/x-yaml"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.40/accounts_association/"].post.responses["200"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_accounts_add_cond_resp_str"; |
Removed | .paths["/slurmdb/v0.0.40/accounts_association/"].post.responses["200"].content["text/yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.40/accounts_association/"].post.responses["200"].content["text/yaml"].schema = {}; |
Replaced | .paths["/slurmdb/v0.0.40/accounts_association/"].post.responses["200"].content["application/yaml"] = {}; |
Added | .paths["/slurmdb/v0.0.40/accounts_association/"].post.responses["200"].content["application/yaml"].schema = {}; |
Added | .paths["/slurmdb/v0.0.40/accounts_association/"].post.responses["200"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_accounts_add_cond_resp_str"; |
Removed | .paths["/slurmdb/v0.0.40/accounts_association/"].post.responses["default"].content["application/jsonrequest"] = {}; |
Removed | .paths["/slurmdb/v0.0.40/accounts_association/"].post.responses["default"].content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.40/accounts_association/"].post.responses["default"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.40_openapi_accounts_add_cond_resp_str"; |
Removed | .paths["/slurmdb/v0.0.40/accounts_association/"].post.responses["default"].content["application/x-yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.40/accounts_association/"].post.responses["default"].content["application/x-yaml"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.40/accounts_association/"].post.responses["default"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_accounts_add_cond_resp_str"; |
Removed | .paths["/slurmdb/v0.0.40/accounts_association/"].post.responses["default"].content["text/yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.40/accounts_association/"].post.responses["default"].content["text/yaml"].schema = {}; |
Replaced | .paths["/slurmdb/v0.0.40/accounts_association/"].post.responses["default"].content["application/yaml"] = {}; |
Added | .paths["/slurmdb/v0.0.40/accounts_association/"].post.responses["default"].content["application/yaml"].schema = {}; |
Added | .paths["/slurmdb/v0.0.40/accounts_association/"].post.responses["default"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_accounts_add_cond_resp_str"; |
Removed | .paths["/slurmdb/v0.0.40/association/"].get.responses["200"].content["application/jsonrequest"] = {}; |
Removed | .paths["/slurmdb/v0.0.40/association/"].get.responses["200"].content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.40/association/"].get.responses["200"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.40_openapi_assocs_resp"; |
Removed | .paths["/slurmdb/v0.0.40/association/"].get.responses["200"].content["application/x-yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.40/association/"].get.responses["200"].content["application/x-yaml"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.40/association/"].get.responses["200"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_assocs_resp"; |
Removed | .paths["/slurmdb/v0.0.40/association/"].get.responses["200"].content["text/yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.40/association/"].get.responses["200"].content["text/yaml"].schema = {}; |
Replaced | .paths["/slurmdb/v0.0.40/association/"].get.responses["200"].content["application/yaml"] = {}; |
Added | .paths["/slurmdb/v0.0.40/association/"].get.responses["200"].content["application/yaml"].schema = {}; |
Added | .paths["/slurmdb/v0.0.40/association/"].get.responses["200"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_assocs_resp"; |
Removed | .paths["/slurmdb/v0.0.40/association/"].get.responses["default"].content["application/jsonrequest"] = {}; |
Removed | .paths["/slurmdb/v0.0.40/association/"].get.responses["default"].content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.40/association/"].get.responses["default"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.40_openapi_assocs_resp"; |
Removed | .paths["/slurmdb/v0.0.40/association/"].get.responses["default"].content["application/x-yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.40/association/"].get.responses["default"].content["application/x-yaml"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.40/association/"].get.responses["default"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_assocs_resp"; |
Removed | .paths["/slurmdb/v0.0.40/association/"].get.responses["default"].content["text/yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.40/association/"].get.responses["default"].content["text/yaml"].schema = {}; |
Replaced | .paths["/slurmdb/v0.0.40/association/"].get.responses["default"].content["application/yaml"] = {}; |
Added | .paths["/slurmdb/v0.0.40/association/"].get.responses["default"].content["application/yaml"].schema = {}; |
Added | .paths["/slurmdb/v0.0.40/association/"].get.responses["default"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_assocs_resp"; |
Removed | .paths["/slurmdb/v0.0.40/association/"]["delete"].responses["200"].content["application/jsonrequest"] = {}; |
Removed | .paths["/slurmdb/v0.0.40/association/"]["delete"].responses["200"].content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.40/association/"]["delete"].responses["200"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.40_openapi_assocs_removed_resp"; |
Removed | .paths["/slurmdb/v0.0.40/association/"]["delete"].responses["200"].content["application/x-yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.40/association/"]["delete"].responses["200"].content["application/x-yaml"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.40/association/"]["delete"].responses["200"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_assocs_removed_resp"; |
Removed | .paths["/slurmdb/v0.0.40/association/"]["delete"].responses["200"].content["text/yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.40/association/"]["delete"].responses["200"].content["text/yaml"].schema = {}; |
Replaced | .paths["/slurmdb/v0.0.40/association/"]["delete"].responses["200"].content["application/yaml"] = {}; |
Added | .paths["/slurmdb/v0.0.40/association/"]["delete"].responses["200"].content["application/yaml"].schema = {}; |
Added | .paths["/slurmdb/v0.0.40/association/"]["delete"].responses["200"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_assocs_removed_resp"; |
Removed | .paths["/slurmdb/v0.0.40/association/"]["delete"].responses["default"].content["application/jsonrequest"] = {}; |
Removed | .paths["/slurmdb/v0.0.40/association/"]["delete"].responses["default"].content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.40/association/"]["delete"].responses["default"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.40_openapi_assocs_removed_resp"; |
Removed | .paths["/slurmdb/v0.0.40/association/"]["delete"].responses["default"].content["application/x-yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.40/association/"]["delete"].responses["default"].content["application/x-yaml"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.40/association/"]["delete"].responses["default"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_assocs_removed_resp"; |
Removed | .paths["/slurmdb/v0.0.40/association/"]["delete"].responses["default"].content["text/yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.40/association/"]["delete"].responses["default"].content["text/yaml"].schema = {}; |
Replaced | .paths["/slurmdb/v0.0.40/association/"]["delete"].responses["default"].content["application/yaml"] = {}; |
Added | .paths["/slurmdb/v0.0.40/association/"]["delete"].responses["default"].content["application/yaml"].schema = {}; |
Added | .paths["/slurmdb/v0.0.40/association/"]["delete"].responses["default"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_assocs_removed_resp"; |
Removed | .paths["/slurmdb/v0.0.40/associations/"].get.responses["200"].content["application/jsonrequest"] = {}; |
Removed | .paths["/slurmdb/v0.0.40/associations/"].get.responses["200"].content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.40/associations/"].get.responses["200"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.40_openapi_assocs_resp"; |
Removed | .paths["/slurmdb/v0.0.40/associations/"].get.responses["200"].content["application/x-yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.40/associations/"].get.responses["200"].content["application/x-yaml"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.40/associations/"].get.responses["200"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_assocs_resp"; |
Removed | .paths["/slurmdb/v0.0.40/associations/"].get.responses["200"].content["text/yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.40/associations/"].get.responses["200"].content["text/yaml"].schema = {}; |
Replaced | .paths["/slurmdb/v0.0.40/associations/"].get.responses["200"].content["application/yaml"] = {}; |
Added | .paths["/slurmdb/v0.0.40/associations/"].get.responses["200"].content["application/yaml"].schema = {}; |
Added | .paths["/slurmdb/v0.0.40/associations/"].get.responses["200"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_assocs_resp"; |
Removed | .paths["/slurmdb/v0.0.40/associations/"].get.responses["default"].content["application/jsonrequest"] = {}; |
Removed | .paths["/slurmdb/v0.0.40/associations/"].get.responses["default"].content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.40/associations/"].get.responses["default"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.40_openapi_assocs_resp"; |
Removed | .paths["/slurmdb/v0.0.40/associations/"].get.responses["default"].content["application/x-yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.40/associations/"].get.responses["default"].content["application/x-yaml"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.40/associations/"].get.responses["default"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_assocs_resp"; |
Removed | .paths["/slurmdb/v0.0.40/associations/"].get.responses["default"].content["text/yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.40/associations/"].get.responses["default"].content["text/yaml"].schema = {}; |
Replaced | .paths["/slurmdb/v0.0.40/associations/"].get.responses["default"].content["application/yaml"] = {}; |
Added | .paths["/slurmdb/v0.0.40/associations/"].get.responses["default"].content["application/yaml"].schema = {}; |
Added | .paths["/slurmdb/v0.0.40/associations/"].get.responses["default"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_assocs_resp"; |
Removed | .paths["/slurmdb/v0.0.40/associations/"].post.requestBody.content["application/jsonrequest"] = {}; |
Removed | .paths["/slurmdb/v0.0.40/associations/"].post.requestBody.content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.40/associations/"].post.requestBody.content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.40_openapi_assocs_resp"; |
Removed | .paths["/slurmdb/v0.0.40/associations/"].post.requestBody.content["application/x-yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.40/associations/"].post.requestBody.content["application/x-yaml"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.40/associations/"].post.requestBody.content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_assocs_resp"; |
Removed | .paths["/slurmdb/v0.0.40/associations/"].post.requestBody.content["text/yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.40/associations/"].post.requestBody.content["text/yaml"].schema = {}; |
Replaced | .paths["/slurmdb/v0.0.40/associations/"].post.requestBody.content["application/yaml"] = {}; |
Added | .paths["/slurmdb/v0.0.40/associations/"].post.requestBody.content["application/yaml"].schema = {}; |
Added | .paths["/slurmdb/v0.0.40/associations/"].post.requestBody.content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_assocs_resp"; |
Removed | .paths["/slurmdb/v0.0.40/associations/"].post.responses["200"].content["application/jsonrequest"] = {}; |
Removed | .paths["/slurmdb/v0.0.40/associations/"].post.responses["200"].content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.40/associations/"].post.responses["200"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.40_openapi_resp"; |
Removed | .paths["/slurmdb/v0.0.40/associations/"].post.responses["200"].content["application/x-yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.40/associations/"].post.responses["200"].content["application/x-yaml"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.40/associations/"].post.responses["200"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_resp"; |
Removed | .paths["/slurmdb/v0.0.40/associations/"].post.responses["200"].content["text/yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.40/associations/"].post.responses["200"].content["text/yaml"].schema = {}; |
Replaced | .paths["/slurmdb/v0.0.40/associations/"].post.responses["200"].content["application/yaml"] = {}; |
Added | .paths["/slurmdb/v0.0.40/associations/"].post.responses["200"].content["application/yaml"].schema = {}; |
Added | .paths["/slurmdb/v0.0.40/associations/"].post.responses["200"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_resp"; |
Removed | .paths["/slurmdb/v0.0.40/associations/"].post.responses["default"].content["application/jsonrequest"] = {}; |
Removed | .paths["/slurmdb/v0.0.40/associations/"].post.responses["default"].content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.40/associations/"].post.responses["default"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.40_openapi_resp"; |
Removed | .paths["/slurmdb/v0.0.40/associations/"].post.responses["default"].content["application/x-yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.40/associations/"].post.responses["default"].content["application/x-yaml"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.40/associations/"].post.responses["default"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_resp"; |
Removed | .paths["/slurmdb/v0.0.40/associations/"].post.responses["default"].content["text/yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.40/associations/"].post.responses["default"].content["text/yaml"].schema = {}; |
Replaced | .paths["/slurmdb/v0.0.40/associations/"].post.responses["default"].content["application/yaml"] = {}; |
Added | .paths["/slurmdb/v0.0.40/associations/"].post.responses["default"].content["application/yaml"].schema = {}; |
Added | .paths["/slurmdb/v0.0.40/associations/"].post.responses["default"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_resp"; |
Removed | .paths["/slurmdb/v0.0.40/associations/"]["delete"].responses["200"].content["application/jsonrequest"] = {}; |
Removed | .paths["/slurmdb/v0.0.40/associations/"]["delete"].responses["200"].content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.40/associations/"]["delete"].responses["200"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.40_openapi_assocs_removed_resp"; |
Removed | .paths["/slurmdb/v0.0.40/associations/"]["delete"].responses["200"].content["application/x-yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.40/associations/"]["delete"].responses["200"].content["application/x-yaml"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.40/associations/"]["delete"].responses["200"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_assocs_removed_resp"; |
Removed | .paths["/slurmdb/v0.0.40/associations/"]["delete"].responses["200"].content["text/yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.40/associations/"]["delete"].responses["200"].content["text/yaml"].schema = {}; |
Replaced | .paths["/slurmdb/v0.0.40/associations/"]["delete"].responses["200"].content["application/yaml"] = {}; |
Added | .paths["/slurmdb/v0.0.40/associations/"]["delete"].responses["200"].content["application/yaml"].schema = {}; |
Added | .paths["/slurmdb/v0.0.40/associations/"]["delete"].responses["200"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_assocs_removed_resp"; |
Removed | .paths["/slurmdb/v0.0.40/associations/"]["delete"].responses["default"].content["application/jsonrequest"] = {}; |
Removed | .paths["/slurmdb/v0.0.40/associations/"]["delete"].responses["default"].content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.40/associations/"]["delete"].responses["default"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.40_openapi_assocs_removed_resp"; |
Removed | .paths["/slurmdb/v0.0.40/associations/"]["delete"].responses["default"].content["application/x-yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.40/associations/"]["delete"].responses["default"].content["application/x-yaml"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.40/associations/"]["delete"].responses["default"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_assocs_removed_resp"; |
Removed | .paths["/slurmdb/v0.0.40/associations/"]["delete"].responses["default"].content["text/yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.40/associations/"]["delete"].responses["default"].content["text/yaml"].schema = {}; |
Replaced | .paths["/slurmdb/v0.0.40/associations/"]["delete"].responses["default"].content["application/yaml"] = {}; |
Added | .paths["/slurmdb/v0.0.40/associations/"]["delete"].responses["default"].content["application/yaml"].schema = {}; |
Added | .paths["/slurmdb/v0.0.40/associations/"]["delete"].responses["default"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_assocs_removed_resp"; |
Removed | .paths["/slurmdb/v0.0.40/cluster/{cluster_name}"].get.responses["200"].content["application/jsonrequest"] = {}; |
Removed | .paths["/slurmdb/v0.0.40/cluster/{cluster_name}"].get.responses["200"].content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.40/cluster/{cluster_name}"].get.responses["200"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.40_openapi_clusters_resp"; |
Removed | .paths["/slurmdb/v0.0.40/cluster/{cluster_name}"].get.responses["200"].content["application/x-yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.40/cluster/{cluster_name}"].get.responses["200"].content["application/x-yaml"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.40/cluster/{cluster_name}"].get.responses["200"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_clusters_resp"; |
Removed | .paths["/slurmdb/v0.0.40/cluster/{cluster_name}"].get.responses["200"].content["text/yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.40/cluster/{cluster_name}"].get.responses["200"].content["text/yaml"].schema = {}; |
Replaced | .paths["/slurmdb/v0.0.40/cluster/{cluster_name}"].get.responses["200"].content["application/yaml"] = {}; |
Added | .paths["/slurmdb/v0.0.40/cluster/{cluster_name}"].get.responses["200"].content["application/yaml"].schema = {}; |
Added | .paths["/slurmdb/v0.0.40/cluster/{cluster_name}"].get.responses["200"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_clusters_resp"; |
Removed | .paths["/slurmdb/v0.0.40/cluster/{cluster_name}"].get.responses["default"].content["application/jsonrequest"] = {}; |
Removed | .paths["/slurmdb/v0.0.40/cluster/{cluster_name}"].get.responses["default"].content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.40/cluster/{cluster_name}"].get.responses["default"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.40_openapi_clusters_resp"; |
Removed | .paths["/slurmdb/v0.0.40/cluster/{cluster_name}"].get.responses["default"].content["application/x-yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.40/cluster/{cluster_name}"].get.responses["default"].content["application/x-yaml"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.40/cluster/{cluster_name}"].get.responses["default"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_clusters_resp"; |
Removed | .paths["/slurmdb/v0.0.40/cluster/{cluster_name}"].get.responses["default"].content["text/yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.40/cluster/{cluster_name}"].get.responses["default"].content["text/yaml"].schema = {}; |
Replaced | .paths["/slurmdb/v0.0.40/cluster/{cluster_name}"].get.responses["default"].content["application/yaml"] = {}; |
Added | .paths["/slurmdb/v0.0.40/cluster/{cluster_name}"].get.responses["default"].content["application/yaml"].schema = {}; |
Added | .paths["/slurmdb/v0.0.40/cluster/{cluster_name}"].get.responses["default"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_clusters_resp"; |
Removed | .paths["/slurmdb/v0.0.40/cluster/{cluster_name}"]["delete"].responses["200"].content["application/jsonrequest"] = {}; |
Removed | .paths["/slurmdb/v0.0.40/cluster/{cluster_name}"]["delete"].responses["200"].content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.40/cluster/{cluster_name}"]["delete"].responses["200"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.40_openapi_clusters_removed_resp"; |
Removed | .paths["/slurmdb/v0.0.40/cluster/{cluster_name}"]["delete"].responses["200"].content["application/x-yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.40/cluster/{cluster_name}"]["delete"].responses["200"].content["application/x-yaml"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.40/cluster/{cluster_name}"]["delete"].responses["200"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_clusters_removed_resp"; |
Removed | .paths["/slurmdb/v0.0.40/cluster/{cluster_name}"]["delete"].responses["200"].content["text/yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.40/cluster/{cluster_name}"]["delete"].responses["200"].content["text/yaml"].schema = {}; |
Replaced | .paths["/slurmdb/v0.0.40/cluster/{cluster_name}"]["delete"].responses["200"].content["application/yaml"] = {}; |
Added | .paths["/slurmdb/v0.0.40/cluster/{cluster_name}"]["delete"].responses["200"].content["application/yaml"].schema = {}; |
Added | .paths["/slurmdb/v0.0.40/cluster/{cluster_name}"]["delete"].responses["200"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_clusters_removed_resp"; |
Removed | .paths["/slurmdb/v0.0.40/cluster/{cluster_name}"]["delete"].responses["default"].content["application/jsonrequest"] = {}; |
Removed | .paths["/slurmdb/v0.0.40/cluster/{cluster_name}"]["delete"].responses["default"].content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.40/cluster/{cluster_name}"]["delete"].responses["default"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.40_openapi_clusters_removed_resp"; |
Removed | .paths["/slurmdb/v0.0.40/cluster/{cluster_name}"]["delete"].responses["default"].content["application/x-yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.40/cluster/{cluster_name}"]["delete"].responses["default"].content["application/x-yaml"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.40/cluster/{cluster_name}"]["delete"].responses["default"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_clusters_removed_resp"; |
Removed | .paths["/slurmdb/v0.0.40/cluster/{cluster_name}"]["delete"].responses["default"].content["text/yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.40/cluster/{cluster_name}"]["delete"].responses["default"].content["text/yaml"].schema = {}; |
Replaced | .paths["/slurmdb/v0.0.40/cluster/{cluster_name}"]["delete"].responses["default"].content["application/yaml"] = {}; |
Added | .paths["/slurmdb/v0.0.40/cluster/{cluster_name}"]["delete"].responses["default"].content["application/yaml"].schema = {}; |
Added | .paths["/slurmdb/v0.0.40/cluster/{cluster_name}"]["delete"].responses["default"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_clusters_removed_resp"; |
Removed | .paths["/slurmdb/v0.0.40/clusters/"].get.responses["200"].content["application/jsonrequest"] = {}; |
Removed | .paths["/slurmdb/v0.0.40/clusters/"].get.responses["200"].content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.40/clusters/"].get.responses["200"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.40_openapi_clusters_resp"; |
Removed | .paths["/slurmdb/v0.0.40/clusters/"].get.responses["200"].content["application/x-yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.40/clusters/"].get.responses["200"].content["application/x-yaml"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.40/clusters/"].get.responses["200"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_clusters_resp"; |
Removed | .paths["/slurmdb/v0.0.40/clusters/"].get.responses["200"].content["text/yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.40/clusters/"].get.responses["200"].content["text/yaml"].schema = {}; |
Replaced | .paths["/slurmdb/v0.0.40/clusters/"].get.responses["200"].content["application/yaml"] = {}; |
Added | .paths["/slurmdb/v0.0.40/clusters/"].get.responses["200"].content["application/yaml"].schema = {}; |
Added | .paths["/slurmdb/v0.0.40/clusters/"].get.responses["200"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_clusters_resp"; |
Removed | .paths["/slurmdb/v0.0.40/clusters/"].get.responses["default"].content["application/jsonrequest"] = {}; |
Removed | .paths["/slurmdb/v0.0.40/clusters/"].get.responses["default"].content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.40/clusters/"].get.responses["default"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.40_openapi_clusters_resp"; |
Removed | .paths["/slurmdb/v0.0.40/clusters/"].get.responses["default"].content["application/x-yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.40/clusters/"].get.responses["default"].content["application/x-yaml"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.40/clusters/"].get.responses["default"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_clusters_resp"; |
Removed | .paths["/slurmdb/v0.0.40/clusters/"].get.responses["default"].content["text/yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.40/clusters/"].get.responses["default"].content["text/yaml"].schema = {}; |
Replaced | .paths["/slurmdb/v0.0.40/clusters/"].get.responses["default"].content["application/yaml"] = {}; |
Added | .paths["/slurmdb/v0.0.40/clusters/"].get.responses["default"].content["application/yaml"].schema = {}; |
Added | .paths["/slurmdb/v0.0.40/clusters/"].get.responses["default"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_clusters_resp"; |
Removed | .paths["/slurmdb/v0.0.40/clusters/"].post.requestBody.content["application/jsonrequest"] = {}; |
Removed | .paths["/slurmdb/v0.0.40/clusters/"].post.requestBody.content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.40/clusters/"].post.requestBody.content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.40_openapi_clusters_resp"; |
Removed | .paths["/slurmdb/v0.0.40/clusters/"].post.requestBody.content["application/x-yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.40/clusters/"].post.requestBody.content["application/x-yaml"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.40/clusters/"].post.requestBody.content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_clusters_resp"; |
Removed | .paths["/slurmdb/v0.0.40/clusters/"].post.requestBody.content["text/yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.40/clusters/"].post.requestBody.content["text/yaml"].schema = {}; |
Replaced | .paths["/slurmdb/v0.0.40/clusters/"].post.requestBody.content["application/yaml"] = {}; |
Added | .paths["/slurmdb/v0.0.40/clusters/"].post.requestBody.content["application/yaml"].schema = {}; |
Added | .paths["/slurmdb/v0.0.40/clusters/"].post.requestBody.content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_clusters_resp"; |
Removed | .paths["/slurmdb/v0.0.40/clusters/"].post.responses["200"].content["application/jsonrequest"] = {}; |
Removed | .paths["/slurmdb/v0.0.40/clusters/"].post.responses["200"].content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.40/clusters/"].post.responses["200"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.40_openapi_resp"; |
Removed | .paths["/slurmdb/v0.0.40/clusters/"].post.responses["200"].content["application/x-yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.40/clusters/"].post.responses["200"].content["application/x-yaml"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.40/clusters/"].post.responses["200"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_resp"; |
Removed | .paths["/slurmdb/v0.0.40/clusters/"].post.responses["200"].content["text/yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.40/clusters/"].post.responses["200"].content["text/yaml"].schema = {}; |
Replaced | .paths["/slurmdb/v0.0.40/clusters/"].post.responses["200"].content["application/yaml"] = {}; |
Added | .paths["/slurmdb/v0.0.40/clusters/"].post.responses["200"].content["application/yaml"].schema = {}; |
Added | .paths["/slurmdb/v0.0.40/clusters/"].post.responses["200"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_resp"; |
Removed | .paths["/slurmdb/v0.0.40/clusters/"].post.responses["default"].content["application/jsonrequest"] = {}; |
Removed | .paths["/slurmdb/v0.0.40/clusters/"].post.responses["default"].content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.40/clusters/"].post.responses["default"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.40_openapi_resp"; |
Removed | .paths["/slurmdb/v0.0.40/clusters/"].post.responses["default"].content["application/x-yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.40/clusters/"].post.responses["default"].content["application/x-yaml"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.40/clusters/"].post.responses["default"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_resp"; |
Removed | .paths["/slurmdb/v0.0.40/clusters/"].post.responses["default"].content["text/yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.40/clusters/"].post.responses["default"].content["text/yaml"].schema = {}; |
Replaced | .paths["/slurmdb/v0.0.40/clusters/"].post.responses["default"].content["application/yaml"] = {}; |
Added | .paths["/slurmdb/v0.0.40/clusters/"].post.responses["default"].content["application/yaml"].schema = {}; |
Added | .paths["/slurmdb/v0.0.40/clusters/"].post.responses["default"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_resp"; |
Removed | .paths["/slurmdb/v0.0.40/config"].get.responses["200"].content["application/jsonrequest"] = {}; |
Removed | .paths["/slurmdb/v0.0.40/config"].get.responses["200"].content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.40/config"].get.responses["200"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.40_openapi_slurmdbd_config_resp"; |
Removed | .paths["/slurmdb/v0.0.40/config"].get.responses["200"].content["application/x-yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.40/config"].get.responses["200"].content["application/x-yaml"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.40/config"].get.responses["200"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_slurmdbd_config_resp"; |
Removed | .paths["/slurmdb/v0.0.40/config"].get.responses["200"].content["text/yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.40/config"].get.responses["200"].content["text/yaml"].schema = {}; |
Replaced | .paths["/slurmdb/v0.0.40/config"].get.responses["200"].content["application/yaml"] = {}; |
Added | .paths["/slurmdb/v0.0.40/config"].get.responses["200"].content["application/yaml"].schema = {}; |
Added | .paths["/slurmdb/v0.0.40/config"].get.responses["200"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_slurmdbd_config_resp"; |
Removed | .paths["/slurmdb/v0.0.40/config"].get.responses["default"].content["application/jsonrequest"] = {}; |
Removed | .paths["/slurmdb/v0.0.40/config"].get.responses["default"].content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.40/config"].get.responses["default"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.40_openapi_slurmdbd_config_resp"; |
Removed | .paths["/slurmdb/v0.0.40/config"].get.responses["default"].content["application/x-yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.40/config"].get.responses["default"].content["application/x-yaml"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.40/config"].get.responses["default"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_slurmdbd_config_resp"; |
Removed | .paths["/slurmdb/v0.0.40/config"].get.responses["default"].content["text/yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.40/config"].get.responses["default"].content["text/yaml"].schema = {}; |
Replaced | .paths["/slurmdb/v0.0.40/config"].get.responses["default"].content["application/yaml"] = {}; |
Added | .paths["/slurmdb/v0.0.40/config"].get.responses["default"].content["application/yaml"].schema = {}; |
Added | .paths["/slurmdb/v0.0.40/config"].get.responses["default"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_slurmdbd_config_resp"; |
Removed | .paths["/slurmdb/v0.0.40/config"].post.requestBody.content["application/jsonrequest"] = {}; |
Removed | .paths["/slurmdb/v0.0.40/config"].post.requestBody.content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.40/config"].post.requestBody.content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.40_openapi_slurmdbd_config_resp"; |
Removed | .paths["/slurmdb/v0.0.40/config"].post.requestBody.content["application/x-yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.40/config"].post.requestBody.content["application/x-yaml"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.40/config"].post.requestBody.content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_slurmdbd_config_resp"; |
Removed | .paths["/slurmdb/v0.0.40/config"].post.requestBody.content["text/yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.40/config"].post.requestBody.content["text/yaml"].schema = {}; |
Replaced | .paths["/slurmdb/v0.0.40/config"].post.requestBody.content["application/yaml"] = {}; |
Added | .paths["/slurmdb/v0.0.40/config"].post.requestBody.content["application/yaml"].schema = {}; |
Added | .paths["/slurmdb/v0.0.40/config"].post.requestBody.content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_slurmdbd_config_resp"; |
Removed | .paths["/slurmdb/v0.0.40/config"].post.responses["200"].content["application/jsonrequest"] = {}; |
Removed | .paths["/slurmdb/v0.0.40/config"].post.responses["200"].content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.40/config"].post.responses["200"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.40_openapi_resp"; |
Removed | .paths["/slurmdb/v0.0.40/config"].post.responses["200"].content["application/x-yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.40/config"].post.responses["200"].content["application/x-yaml"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.40/config"].post.responses["200"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_resp"; |
Removed | .paths["/slurmdb/v0.0.40/config"].post.responses["200"].content["text/yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.40/config"].post.responses["200"].content["text/yaml"].schema = {}; |
Replaced | .paths["/slurmdb/v0.0.40/config"].post.responses["200"].content["application/yaml"] = {}; |
Added | .paths["/slurmdb/v0.0.40/config"].post.responses["200"].content["application/yaml"].schema = {}; |
Added | .paths["/slurmdb/v0.0.40/config"].post.responses["200"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_resp"; |
Removed | .paths["/slurmdb/v0.0.40/config"].post.responses["default"].content["application/jsonrequest"] = {}; |
Removed | .paths["/slurmdb/v0.0.40/config"].post.responses["default"].content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.40/config"].post.responses["default"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.40_openapi_resp"; |
Removed | .paths["/slurmdb/v0.0.40/config"].post.responses["default"].content["application/x-yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.40/config"].post.responses["default"].content["application/x-yaml"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.40/config"].post.responses["default"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_resp"; |
Removed | .paths["/slurmdb/v0.0.40/config"].post.responses["default"].content["text/yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.40/config"].post.responses["default"].content["text/yaml"].schema = {}; |
Replaced | .paths["/slurmdb/v0.0.40/config"].post.responses["default"].content["application/yaml"] = {}; |
Added | .paths["/slurmdb/v0.0.40/config"].post.responses["default"].content["application/yaml"].schema = {}; |
Added | .paths["/slurmdb/v0.0.40/config"].post.responses["default"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_resp"; |
Removed | .paths["/slurmdb/v0.0.40/diag/"].get.responses["200"].content["application/jsonrequest"] = {}; |
Removed | .paths["/slurmdb/v0.0.40/diag/"].get.responses["200"].content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.40/diag/"].get.responses["200"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.40_openapi_slurmdbd_stats_resp"; |
Removed | .paths["/slurmdb/v0.0.40/diag/"].get.responses["200"].content["application/x-yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.40/diag/"].get.responses["200"].content["application/x-yaml"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.40/diag/"].get.responses["200"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_slurmdbd_stats_resp"; |
Removed | .paths["/slurmdb/v0.0.40/diag/"].get.responses["200"].content["text/yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.40/diag/"].get.responses["200"].content["text/yaml"].schema = {}; |
Replaced | .paths["/slurmdb/v0.0.40/diag/"].get.responses["200"].content["application/yaml"] = {}; |
Added | .paths["/slurmdb/v0.0.40/diag/"].get.responses["200"].content["application/yaml"].schema = {}; |
Added | .paths["/slurmdb/v0.0.40/diag/"].get.responses["200"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_slurmdbd_stats_resp"; |
Removed | .paths["/slurmdb/v0.0.40/diag/"].get.responses["default"].content["application/jsonrequest"] = {}; |
Removed | .paths["/slurmdb/v0.0.40/diag/"].get.responses["default"].content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.40/diag/"].get.responses["default"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.40_openapi_slurmdbd_stats_resp"; |
Removed | .paths["/slurmdb/v0.0.40/diag/"].get.responses["default"].content["application/x-yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.40/diag/"].get.responses["default"].content["application/x-yaml"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.40/diag/"].get.responses["default"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_slurmdbd_stats_resp"; |
Removed | .paths["/slurmdb/v0.0.40/diag/"].get.responses["default"].content["text/yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.40/diag/"].get.responses["default"].content["text/yaml"].schema = {}; |
Replaced | .paths["/slurmdb/v0.0.40/diag/"].get.responses["default"].content["application/yaml"] = {}; |
Added | .paths["/slurmdb/v0.0.40/diag/"].get.responses["default"].content["application/yaml"].schema = {}; |
Added | .paths["/slurmdb/v0.0.40/diag/"].get.responses["default"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_slurmdbd_stats_resp"; |
Removed | .paths["/slurmdb/v0.0.40/instance/"].get.responses["200"].content["application/jsonrequest"] = {}; |
Removed | .paths["/slurmdb/v0.0.40/instance/"].get.responses["200"].content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.40/instance/"].get.responses["200"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.40_openapi_instances_resp"; |
Removed | .paths["/slurmdb/v0.0.40/instance/"].get.responses["200"].content["application/x-yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.40/instance/"].get.responses["200"].content["application/x-yaml"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.40/instance/"].get.responses["200"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_instances_resp"; |
Removed | .paths["/slurmdb/v0.0.40/instance/"].get.responses["200"].content["text/yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.40/instance/"].get.responses["200"].content["text/yaml"].schema = {}; |
Replaced | .paths["/slurmdb/v0.0.40/instance/"].get.responses["200"].content["application/yaml"] = {}; |
Added | .paths["/slurmdb/v0.0.40/instance/"].get.responses["200"].content["application/yaml"].schema = {}; |
Added | .paths["/slurmdb/v0.0.40/instance/"].get.responses["200"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_instances_resp"; |
Removed | .paths["/slurmdb/v0.0.40/instance/"].get.responses["default"].content["application/jsonrequest"] = {}; |
Removed | .paths["/slurmdb/v0.0.40/instance/"].get.responses["default"].content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.40/instance/"].get.responses["default"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.40_openapi_instances_resp"; |
Removed | .paths["/slurmdb/v0.0.40/instance/"].get.responses["default"].content["application/x-yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.40/instance/"].get.responses["default"].content["application/x-yaml"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.40/instance/"].get.responses["default"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_instances_resp"; |
Removed | .paths["/slurmdb/v0.0.40/instance/"].get.responses["default"].content["text/yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.40/instance/"].get.responses["default"].content["text/yaml"].schema = {}; |
Replaced | .paths["/slurmdb/v0.0.40/instance/"].get.responses["default"].content["application/yaml"] = {}; |
Added | .paths["/slurmdb/v0.0.40/instance/"].get.responses["default"].content["application/yaml"].schema = {}; |
Added | .paths["/slurmdb/v0.0.40/instance/"].get.responses["default"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_instances_resp"; |
Removed | .paths["/slurmdb/v0.0.40/instances/"].get.responses["200"].content["application/jsonrequest"] = {}; |
Removed | .paths["/slurmdb/v0.0.40/instances/"].get.responses["200"].content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.40/instances/"].get.responses["200"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.40_openapi_instances_resp"; |
Removed | .paths["/slurmdb/v0.0.40/instances/"].get.responses["200"].content["application/x-yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.40/instances/"].get.responses["200"].content["application/x-yaml"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.40/instances/"].get.responses["200"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_instances_resp"; |
Removed | .paths["/slurmdb/v0.0.40/instances/"].get.responses["200"].content["text/yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.40/instances/"].get.responses["200"].content["text/yaml"].schema = {}; |
Replaced | .paths["/slurmdb/v0.0.40/instances/"].get.responses["200"].content["application/yaml"] = {}; |
Added | .paths["/slurmdb/v0.0.40/instances/"].get.responses["200"].content["application/yaml"].schema = {}; |
Added | .paths["/slurmdb/v0.0.40/instances/"].get.responses["200"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_instances_resp"; |
Removed | .paths["/slurmdb/v0.0.40/instances/"].get.responses["default"].content["application/jsonrequest"] = {}; |
Removed | .paths["/slurmdb/v0.0.40/instances/"].get.responses["default"].content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.40/instances/"].get.responses["default"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.40_openapi_instances_resp"; |
Removed | .paths["/slurmdb/v0.0.40/instances/"].get.responses["default"].content["application/x-yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.40/instances/"].get.responses["default"].content["application/x-yaml"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.40/instances/"].get.responses["default"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_instances_resp"; |
Removed | .paths["/slurmdb/v0.0.40/instances/"].get.responses["default"].content["text/yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.40/instances/"].get.responses["default"].content["text/yaml"].schema = {}; |
Replaced | .paths["/slurmdb/v0.0.40/instances/"].get.responses["default"].content["application/yaml"] = {}; |
Added | .paths["/slurmdb/v0.0.40/instances/"].get.responses["default"].content["application/yaml"].schema = {}; |
Added | .paths["/slurmdb/v0.0.40/instances/"].get.responses["default"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_instances_resp"; |
Removed | .paths["/slurmdb/v0.0.40/job/{job_id}"].get.responses["200"].content["application/jsonrequest"] = {}; |
Removed | .paths["/slurmdb/v0.0.40/job/{job_id}"].get.responses["200"].content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.40/job/{job_id}"].get.responses["200"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.40_openapi_slurmdbd_jobs_resp"; |
Removed | .paths["/slurmdb/v0.0.40/job/{job_id}"].get.responses["200"].content["application/x-yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.40/job/{job_id}"].get.responses["200"].content["application/x-yaml"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.40/job/{job_id}"].get.responses["200"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_slurmdbd_jobs_resp"; |
Removed | .paths["/slurmdb/v0.0.40/job/{job_id}"].get.responses["200"].content["text/yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.40/job/{job_id}"].get.responses["200"].content["text/yaml"].schema = {}; |
Replaced | .paths["/slurmdb/v0.0.40/job/{job_id}"].get.responses["200"].content["application/yaml"] = {}; |
Added | .paths["/slurmdb/v0.0.40/job/{job_id}"].get.responses["200"].content["application/yaml"].schema = {}; |
Added | .paths["/slurmdb/v0.0.40/job/{job_id}"].get.responses["200"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_slurmdbd_jobs_resp"; |
Removed | .paths["/slurmdb/v0.0.40/job/{job_id}"].get.responses["default"].content["application/jsonrequest"] = {}; |
Removed | .paths["/slurmdb/v0.0.40/job/{job_id}"].get.responses["default"].content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.40/job/{job_id}"].get.responses["default"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.40_openapi_slurmdbd_jobs_resp"; |
Removed | .paths["/slurmdb/v0.0.40/job/{job_id}"].get.responses["default"].content["application/x-yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.40/job/{job_id}"].get.responses["default"].content["application/x-yaml"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.40/job/{job_id}"].get.responses["default"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_slurmdbd_jobs_resp"; |
Removed | .paths["/slurmdb/v0.0.40/job/{job_id}"].get.responses["default"].content["text/yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.40/job/{job_id}"].get.responses["default"].content["text/yaml"].schema = {}; |
Replaced | .paths["/slurmdb/v0.0.40/job/{job_id}"].get.responses["default"].content["application/yaml"] = {}; |
Added | .paths["/slurmdb/v0.0.40/job/{job_id}"].get.responses["default"].content["application/yaml"].schema = {}; |
Added | .paths["/slurmdb/v0.0.40/job/{job_id}"].get.responses["default"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_slurmdbd_jobs_resp"; |
Removed | .paths["/slurmdb/v0.0.40/jobs/"].get.responses["200"].content["application/jsonrequest"] = {}; |
Removed | .paths["/slurmdb/v0.0.40/jobs/"].get.responses["200"].content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.40/jobs/"].get.responses["200"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.40_openapi_slurmdbd_jobs_resp"; |
Removed | .paths["/slurmdb/v0.0.40/jobs/"].get.responses["200"].content["application/x-yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.40/jobs/"].get.responses["200"].content["application/x-yaml"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.40/jobs/"].get.responses["200"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_slurmdbd_jobs_resp"; |
Removed | .paths["/slurmdb/v0.0.40/jobs/"].get.responses["200"].content["text/yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.40/jobs/"].get.responses["200"].content["text/yaml"].schema = {}; |
Replaced | .paths["/slurmdb/v0.0.40/jobs/"].get.responses["200"].content["application/yaml"] = {}; |
Added | .paths["/slurmdb/v0.0.40/jobs/"].get.responses["200"].content["application/yaml"].schema = {}; |
Added | .paths["/slurmdb/v0.0.40/jobs/"].get.responses["200"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_slurmdbd_jobs_resp"; |
Removed | .paths["/slurmdb/v0.0.40/jobs/"].get.responses["default"].content["application/jsonrequest"] = {}; |
Removed | .paths["/slurmdb/v0.0.40/jobs/"].get.responses["default"].content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.40/jobs/"].get.responses["default"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.40_openapi_slurmdbd_jobs_resp"; |
Removed | .paths["/slurmdb/v0.0.40/jobs/"].get.responses["default"].content["application/x-yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.40/jobs/"].get.responses["default"].content["application/x-yaml"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.40/jobs/"].get.responses["default"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_slurmdbd_jobs_resp"; |
Removed | .paths["/slurmdb/v0.0.40/jobs/"].get.responses["default"].content["text/yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.40/jobs/"].get.responses["default"].content["text/yaml"].schema = {}; |
Replaced | .paths["/slurmdb/v0.0.40/jobs/"].get.responses["default"].content["application/yaml"] = {}; |
Added | .paths["/slurmdb/v0.0.40/jobs/"].get.responses["default"].content["application/yaml"].schema = {}; |
Added | .paths["/slurmdb/v0.0.40/jobs/"].get.responses["default"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_slurmdbd_jobs_resp"; |
Removed | .paths["/slurmdb/v0.0.40/qos/"].get.responses["200"].content["application/jsonrequest"] = {}; |
Removed | .paths["/slurmdb/v0.0.40/qos/"].get.responses["200"].content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.40/qos/"].get.responses["200"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.40_openapi_slurmdbd_qos_resp"; |
Removed | .paths["/slurmdb/v0.0.40/qos/"].get.responses["200"].content["application/x-yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.40/qos/"].get.responses["200"].content["application/x-yaml"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.40/qos/"].get.responses["200"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_slurmdbd_qos_resp"; |
Removed | .paths["/slurmdb/v0.0.40/qos/"].get.responses["200"].content["text/yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.40/qos/"].get.responses["200"].content["text/yaml"].schema = {}; |
Replaced | .paths["/slurmdb/v0.0.40/qos/"].get.responses["200"].content["application/yaml"] = {}; |
Added | .paths["/slurmdb/v0.0.40/qos/"].get.responses["200"].content["application/yaml"].schema = {}; |
Added | .paths["/slurmdb/v0.0.40/qos/"].get.responses["200"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_slurmdbd_qos_resp"; |
Removed | .paths["/slurmdb/v0.0.40/qos/"].get.responses["default"].content["application/jsonrequest"] = {}; |
Removed | .paths["/slurmdb/v0.0.40/qos/"].get.responses["default"].content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.40/qos/"].get.responses["default"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.40_openapi_slurmdbd_qos_resp"; |
Removed | .paths["/slurmdb/v0.0.40/qos/"].get.responses["default"].content["application/x-yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.40/qos/"].get.responses["default"].content["application/x-yaml"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.40/qos/"].get.responses["default"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_slurmdbd_qos_resp"; |
Removed | .paths["/slurmdb/v0.0.40/qos/"].get.responses["default"].content["text/yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.40/qos/"].get.responses["default"].content["text/yaml"].schema = {}; |
Replaced | .paths["/slurmdb/v0.0.40/qos/"].get.responses["default"].content["application/yaml"] = {}; |
Added | .paths["/slurmdb/v0.0.40/qos/"].get.responses["default"].content["application/yaml"].schema = {}; |
Added | .paths["/slurmdb/v0.0.40/qos/"].get.responses["default"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_slurmdbd_qos_resp"; |
Removed | .paths["/slurmdb/v0.0.40/qos/"].post.requestBody.content["application/jsonrequest"] = {}; |
Removed | .paths["/slurmdb/v0.0.40/qos/"].post.requestBody.content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.40/qos/"].post.requestBody.content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.40_openapi_slurmdbd_qos_resp"; |
Removed | .paths["/slurmdb/v0.0.40/qos/"].post.requestBody.content["application/x-yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.40/qos/"].post.requestBody.content["application/x-yaml"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.40/qos/"].post.requestBody.content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_slurmdbd_qos_resp"; |
Removed | .paths["/slurmdb/v0.0.40/qos/"].post.requestBody.content["text/yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.40/qos/"].post.requestBody.content["text/yaml"].schema = {}; |
Replaced | .paths["/slurmdb/v0.0.40/qos/"].post.requestBody.content["application/yaml"] = {}; |
Added | .paths["/slurmdb/v0.0.40/qos/"].post.requestBody.content["application/yaml"].schema = {}; |
Added | .paths["/slurmdb/v0.0.40/qos/"].post.requestBody.content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_slurmdbd_qos_resp"; |
Removed | .paths["/slurmdb/v0.0.40/qos/"].post.responses["200"].content["application/jsonrequest"] = {}; |
Removed | .paths["/slurmdb/v0.0.40/qos/"].post.responses["200"].content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.40/qos/"].post.responses["200"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.40_openapi_resp"; |
Removed | .paths["/slurmdb/v0.0.40/qos/"].post.responses["200"].content["application/x-yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.40/qos/"].post.responses["200"].content["application/x-yaml"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.40/qos/"].post.responses["200"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_resp"; |
Removed | .paths["/slurmdb/v0.0.40/qos/"].post.responses["200"].content["text/yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.40/qos/"].post.responses["200"].content["text/yaml"].schema = {}; |
Replaced | .paths["/slurmdb/v0.0.40/qos/"].post.responses["200"].content["application/yaml"] = {}; |
Added | .paths["/slurmdb/v0.0.40/qos/"].post.responses["200"].content["application/yaml"].schema = {}; |
Added | .paths["/slurmdb/v0.0.40/qos/"].post.responses["200"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_resp"; |
Removed | .paths["/slurmdb/v0.0.40/qos/"].post.responses["default"].content["application/jsonrequest"] = {}; |
Removed | .paths["/slurmdb/v0.0.40/qos/"].post.responses["default"].content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.40/qos/"].post.responses["default"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.40_openapi_resp"; |
Removed | .paths["/slurmdb/v0.0.40/qos/"].post.responses["default"].content["application/x-yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.40/qos/"].post.responses["default"].content["application/x-yaml"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.40/qos/"].post.responses["default"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_resp"; |
Removed | .paths["/slurmdb/v0.0.40/qos/"].post.responses["default"].content["text/yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.40/qos/"].post.responses["default"].content["text/yaml"].schema = {}; |
Replaced | .paths["/slurmdb/v0.0.40/qos/"].post.responses["default"].content["application/yaml"] = {}; |
Added | .paths["/slurmdb/v0.0.40/qos/"].post.responses["default"].content["application/yaml"].schema = {}; |
Added | .paths["/slurmdb/v0.0.40/qos/"].post.responses["default"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_resp"; |
Removed | .paths["/slurmdb/v0.0.40/qos/{qos}"].get.responses["200"].content["application/jsonrequest"] = {}; |
Removed | .paths["/slurmdb/v0.0.40/qos/{qos}"].get.responses["200"].content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.40/qos/{qos}"].get.responses["200"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.40_openapi_slurmdbd_qos_resp"; |
Removed | .paths["/slurmdb/v0.0.40/qos/{qos}"].get.responses["200"].content["application/x-yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.40/qos/{qos}"].get.responses["200"].content["application/x-yaml"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.40/qos/{qos}"].get.responses["200"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_slurmdbd_qos_resp"; |
Removed | .paths["/slurmdb/v0.0.40/qos/{qos}"].get.responses["200"].content["text/yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.40/qos/{qos}"].get.responses["200"].content["text/yaml"].schema = {}; |
Replaced | .paths["/slurmdb/v0.0.40/qos/{qos}"].get.responses["200"].content["application/yaml"] = {}; |
Added | .paths["/slurmdb/v0.0.40/qos/{qos}"].get.responses["200"].content["application/yaml"].schema = {}; |
Added | .paths["/slurmdb/v0.0.40/qos/{qos}"].get.responses["200"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_slurmdbd_qos_resp"; |
Removed | .paths["/slurmdb/v0.0.40/qos/{qos}"].get.responses["default"].content["application/jsonrequest"] = {}; |
Removed | .paths["/slurmdb/v0.0.40/qos/{qos}"].get.responses["default"].content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.40/qos/{qos}"].get.responses["default"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.40_openapi_slurmdbd_qos_resp"; |
Removed | .paths["/slurmdb/v0.0.40/qos/{qos}"].get.responses["default"].content["application/x-yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.40/qos/{qos}"].get.responses["default"].content["application/x-yaml"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.40/qos/{qos}"].get.responses["default"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_slurmdbd_qos_resp"; |
Removed | .paths["/slurmdb/v0.0.40/qos/{qos}"].get.responses["default"].content["text/yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.40/qos/{qos}"].get.responses["default"].content["text/yaml"].schema = {}; |
Replaced | .paths["/slurmdb/v0.0.40/qos/{qos}"].get.responses["default"].content["application/yaml"] = {}; |
Added | .paths["/slurmdb/v0.0.40/qos/{qos}"].get.responses["default"].content["application/yaml"].schema = {}; |
Added | .paths["/slurmdb/v0.0.40/qos/{qos}"].get.responses["default"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_slurmdbd_qos_resp"; |
Removed | .paths["/slurmdb/v0.0.40/qos/{qos}"]["delete"].responses["200"].content["application/jsonrequest"] = {}; |
Removed | .paths["/slurmdb/v0.0.40/qos/{qos}"]["delete"].responses["200"].content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.40/qos/{qos}"]["delete"].responses["200"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.40_openapi_slurmdbd_qos_removed_resp"; |
Removed | .paths["/slurmdb/v0.0.40/qos/{qos}"]["delete"].responses["200"].content["application/x-yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.40/qos/{qos}"]["delete"].responses["200"].content["application/x-yaml"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.40/qos/{qos}"]["delete"].responses["200"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_slurmdbd_qos_removed_resp"; |
Removed | .paths["/slurmdb/v0.0.40/qos/{qos}"]["delete"].responses["200"].content["text/yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.40/qos/{qos}"]["delete"].responses["200"].content["text/yaml"].schema = {}; |
Replaced | .paths["/slurmdb/v0.0.40/qos/{qos}"]["delete"].responses["200"].content["application/yaml"] = {}; |
Added | .paths["/slurmdb/v0.0.40/qos/{qos}"]["delete"].responses["200"].content["application/yaml"].schema = {}; |
Added | .paths["/slurmdb/v0.0.40/qos/{qos}"]["delete"].responses["200"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_slurmdbd_qos_removed_resp"; |
Removed | .paths["/slurmdb/v0.0.40/qos/{qos}"]["delete"].responses["default"].content["application/jsonrequest"] = {}; |
Removed | .paths["/slurmdb/v0.0.40/qos/{qos}"]["delete"].responses["default"].content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.40/qos/{qos}"]["delete"].responses["default"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.40_openapi_slurmdbd_qos_removed_resp"; |
Removed | .paths["/slurmdb/v0.0.40/qos/{qos}"]["delete"].responses["default"].content["application/x-yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.40/qos/{qos}"]["delete"].responses["default"].content["application/x-yaml"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.40/qos/{qos}"]["delete"].responses["default"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_slurmdbd_qos_removed_resp"; |
Removed | .paths["/slurmdb/v0.0.40/qos/{qos}"]["delete"].responses["default"].content["text/yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.40/qos/{qos}"]["delete"].responses["default"].content["text/yaml"].schema = {}; |
Replaced | .paths["/slurmdb/v0.0.40/qos/{qos}"]["delete"].responses["default"].content["application/yaml"] = {}; |
Added | .paths["/slurmdb/v0.0.40/qos/{qos}"]["delete"].responses["default"].content["application/yaml"].schema = {}; |
Added | .paths["/slurmdb/v0.0.40/qos/{qos}"]["delete"].responses["default"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_slurmdbd_qos_removed_resp"; |
Removed | .paths["/slurmdb/v0.0.40/tres/"].get.responses["200"].content["application/jsonrequest"] = {}; |
Removed | .paths["/slurmdb/v0.0.40/tres/"].get.responses["200"].content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.40/tres/"].get.responses["200"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.40_openapi_tres_resp"; |
Removed | .paths["/slurmdb/v0.0.40/tres/"].get.responses["200"].content["application/x-yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.40/tres/"].get.responses["200"].content["application/x-yaml"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.40/tres/"].get.responses["200"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_tres_resp"; |
Removed | .paths["/slurmdb/v0.0.40/tres/"].get.responses["200"].content["text/yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.40/tres/"].get.responses["200"].content["text/yaml"].schema = {}; |
Replaced | .paths["/slurmdb/v0.0.40/tres/"].get.responses["200"].content["application/yaml"] = {}; |
Added | .paths["/slurmdb/v0.0.40/tres/"].get.responses["200"].content["application/yaml"].schema = {}; |
Added | .paths["/slurmdb/v0.0.40/tres/"].get.responses["200"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_tres_resp"; |
Removed | .paths["/slurmdb/v0.0.40/tres/"].get.responses["default"].content["application/jsonrequest"] = {}; |
Removed | .paths["/slurmdb/v0.0.40/tres/"].get.responses["default"].content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.40/tres/"].get.responses["default"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.40_openapi_tres_resp"; |
Removed | .paths["/slurmdb/v0.0.40/tres/"].get.responses["default"].content["application/x-yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.40/tres/"].get.responses["default"].content["application/x-yaml"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.40/tres/"].get.responses["default"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_tres_resp"; |
Removed | .paths["/slurmdb/v0.0.40/tres/"].get.responses["default"].content["text/yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.40/tres/"].get.responses["default"].content["text/yaml"].schema = {}; |
Replaced | .paths["/slurmdb/v0.0.40/tres/"].get.responses["default"].content["application/yaml"] = {}; |
Added | .paths["/slurmdb/v0.0.40/tres/"].get.responses["default"].content["application/yaml"].schema = {}; |
Added | .paths["/slurmdb/v0.0.40/tres/"].get.responses["default"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_tres_resp"; |
Removed | .paths["/slurmdb/v0.0.40/tres/"].post.requestBody.content["application/jsonrequest"] = {}; |
Removed | .paths["/slurmdb/v0.0.40/tres/"].post.requestBody.content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.40/tres/"].post.requestBody.content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.40_openapi_tres_resp"; |
Removed | .paths["/slurmdb/v0.0.40/tres/"].post.requestBody.content["application/x-yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.40/tres/"].post.requestBody.content["application/x-yaml"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.40/tres/"].post.requestBody.content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_tres_resp"; |
Removed | .paths["/slurmdb/v0.0.40/tres/"].post.requestBody.content["text/yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.40/tres/"].post.requestBody.content["text/yaml"].schema = {}; |
Replaced | .paths["/slurmdb/v0.0.40/tres/"].post.requestBody.content["application/yaml"] = {}; |
Added | .paths["/slurmdb/v0.0.40/tres/"].post.requestBody.content["application/yaml"].schema = {}; |
Added | .paths["/slurmdb/v0.0.40/tres/"].post.requestBody.content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_tres_resp"; |
Removed | .paths["/slurmdb/v0.0.40/tres/"].post.responses["200"].content["application/jsonrequest"] = {}; |
Removed | .paths["/slurmdb/v0.0.40/tres/"].post.responses["200"].content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.40/tres/"].post.responses["200"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.40_openapi_resp"; |
Removed | .paths["/slurmdb/v0.0.40/tres/"].post.responses["200"].content["application/x-yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.40/tres/"].post.responses["200"].content["application/x-yaml"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.40/tres/"].post.responses["200"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_resp"; |
Removed | .paths["/slurmdb/v0.0.40/tres/"].post.responses["200"].content["text/yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.40/tres/"].post.responses["200"].content["text/yaml"].schema = {}; |
Replaced | .paths["/slurmdb/v0.0.40/tres/"].post.responses["200"].content["application/yaml"] = {}; |
Added | .paths["/slurmdb/v0.0.40/tres/"].post.responses["200"].content["application/yaml"].schema = {}; |
Added | .paths["/slurmdb/v0.0.40/tres/"].post.responses["200"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_resp"; |
Removed | .paths["/slurmdb/v0.0.40/tres/"].post.responses["default"].content["application/jsonrequest"] = {}; |
Removed | .paths["/slurmdb/v0.0.40/tres/"].post.responses["default"].content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.40/tres/"].post.responses["default"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.40_openapi_resp"; |
Removed | .paths["/slurmdb/v0.0.40/tres/"].post.responses["default"].content["application/x-yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.40/tres/"].post.responses["default"].content["application/x-yaml"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.40/tres/"].post.responses["default"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_resp"; |
Removed | .paths["/slurmdb/v0.0.40/tres/"].post.responses["default"].content["text/yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.40/tres/"].post.responses["default"].content["text/yaml"].schema = {}; |
Replaced | .paths["/slurmdb/v0.0.40/tres/"].post.responses["default"].content["application/yaml"] = {}; |
Added | .paths["/slurmdb/v0.0.40/tres/"].post.responses["default"].content["application/yaml"].schema = {}; |
Added | .paths["/slurmdb/v0.0.40/tres/"].post.responses["default"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_resp"; |
Removed | .paths["/slurmdb/v0.0.40/user/{name}"].get.responses["200"].content["application/jsonrequest"] = {}; |
Removed | .paths["/slurmdb/v0.0.40/user/{name}"].get.responses["200"].content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.40/user/{name}"].get.responses["200"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.40_openapi_users_resp"; |
Removed | .paths["/slurmdb/v0.0.40/user/{name}"].get.responses["200"].content["application/x-yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.40/user/{name}"].get.responses["200"].content["application/x-yaml"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.40/user/{name}"].get.responses["200"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_users_resp"; |
Removed | .paths["/slurmdb/v0.0.40/user/{name}"].get.responses["200"].content["text/yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.40/user/{name}"].get.responses["200"].content["text/yaml"].schema = {}; |
Replaced | .paths["/slurmdb/v0.0.40/user/{name}"].get.responses["200"].content["application/yaml"] = {}; |
Added | .paths["/slurmdb/v0.0.40/user/{name}"].get.responses["200"].content["application/yaml"].schema = {}; |
Added | .paths["/slurmdb/v0.0.40/user/{name}"].get.responses["200"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_users_resp"; |
Removed | .paths["/slurmdb/v0.0.40/user/{name}"].get.responses["default"].content["application/jsonrequest"] = {}; |
Removed | .paths["/slurmdb/v0.0.40/user/{name}"].get.responses["default"].content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.40/user/{name}"].get.responses["default"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.40_openapi_users_resp"; |
Removed | .paths["/slurmdb/v0.0.40/user/{name}"].get.responses["default"].content["application/x-yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.40/user/{name}"].get.responses["default"].content["application/x-yaml"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.40/user/{name}"].get.responses["default"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_users_resp"; |
Removed | .paths["/slurmdb/v0.0.40/user/{name}"].get.responses["default"].content["text/yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.40/user/{name}"].get.responses["default"].content["text/yaml"].schema = {}; |
Replaced | .paths["/slurmdb/v0.0.40/user/{name}"].get.responses["default"].content["application/yaml"] = {}; |
Added | .paths["/slurmdb/v0.0.40/user/{name}"].get.responses["default"].content["application/yaml"].schema = {}; |
Added | .paths["/slurmdb/v0.0.40/user/{name}"].get.responses["default"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_users_resp"; |
Removed | .paths["/slurmdb/v0.0.40/user/{name}"]["delete"].responses["200"].content["application/jsonrequest"] = {}; |
Removed | .paths["/slurmdb/v0.0.40/user/{name}"]["delete"].responses["200"].content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.40/user/{name}"]["delete"].responses["200"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.40_openapi_resp"; |
Removed | .paths["/slurmdb/v0.0.40/user/{name}"]["delete"].responses["200"].content["application/x-yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.40/user/{name}"]["delete"].responses["200"].content["application/x-yaml"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.40/user/{name}"]["delete"].responses["200"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_resp"; |
Removed | .paths["/slurmdb/v0.0.40/user/{name}"]["delete"].responses["200"].content["text/yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.40/user/{name}"]["delete"].responses["200"].content["text/yaml"].schema = {}; |
Replaced | .paths["/slurmdb/v0.0.40/user/{name}"]["delete"].responses["200"].content["application/yaml"] = {}; |
Added | .paths["/slurmdb/v0.0.40/user/{name}"]["delete"].responses["200"].content["application/yaml"].schema = {}; |
Added | .paths["/slurmdb/v0.0.40/user/{name}"]["delete"].responses["200"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_resp"; |
Removed | .paths["/slurmdb/v0.0.40/user/{name}"]["delete"].responses["default"].content["application/jsonrequest"] = {}; |
Removed | .paths["/slurmdb/v0.0.40/user/{name}"]["delete"].responses["default"].content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.40/user/{name}"]["delete"].responses["default"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.40_openapi_resp"; |
Removed | .paths["/slurmdb/v0.0.40/user/{name}"]["delete"].responses["default"].content["application/x-yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.40/user/{name}"]["delete"].responses["default"].content["application/x-yaml"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.40/user/{name}"]["delete"].responses["default"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_resp"; |
Removed | .paths["/slurmdb/v0.0.40/user/{name}"]["delete"].responses["default"].content["text/yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.40/user/{name}"]["delete"].responses["default"].content["text/yaml"].schema = {}; |
Replaced | .paths["/slurmdb/v0.0.40/user/{name}"]["delete"].responses["default"].content["application/yaml"] = {}; |
Added | .paths["/slurmdb/v0.0.40/user/{name}"]["delete"].responses["default"].content["application/yaml"].schema = {}; |
Added | .paths["/slurmdb/v0.0.40/user/{name}"]["delete"].responses["default"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_resp"; |
Removed | .paths["/slurmdb/v0.0.40/users/"].get.responses["200"].content["application/jsonrequest"] = {}; |
Removed | .paths["/slurmdb/v0.0.40/users/"].get.responses["200"].content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.40/users/"].get.responses["200"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.40_openapi_users_resp"; |
Removed | .paths["/slurmdb/v0.0.40/users/"].get.responses["200"].content["application/x-yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.40/users/"].get.responses["200"].content["application/x-yaml"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.40/users/"].get.responses["200"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_users_resp"; |
Removed | .paths["/slurmdb/v0.0.40/users/"].get.responses["200"].content["text/yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.40/users/"].get.responses["200"].content["text/yaml"].schema = {}; |
Replaced | .paths["/slurmdb/v0.0.40/users/"].get.responses["200"].content["application/yaml"] = {}; |
Added | .paths["/slurmdb/v0.0.40/users/"].get.responses["200"].content["application/yaml"].schema = {}; |
Added | .paths["/slurmdb/v0.0.40/users/"].get.responses["200"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_users_resp"; |
Removed | .paths["/slurmdb/v0.0.40/users/"].get.responses["default"].content["application/jsonrequest"] = {}; |
Removed | .paths["/slurmdb/v0.0.40/users/"].get.responses["default"].content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.40/users/"].get.responses["default"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.40_openapi_users_resp"; |
Removed | .paths["/slurmdb/v0.0.40/users/"].get.responses["default"].content["application/x-yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.40/users/"].get.responses["default"].content["application/x-yaml"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.40/users/"].get.responses["default"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_users_resp"; |
Removed | .paths["/slurmdb/v0.0.40/users/"].get.responses["default"].content["text/yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.40/users/"].get.responses["default"].content["text/yaml"].schema = {}; |
Replaced | .paths["/slurmdb/v0.0.40/users/"].get.responses["default"].content["application/yaml"] = {}; |
Added | .paths["/slurmdb/v0.0.40/users/"].get.responses["default"].content["application/yaml"].schema = {}; |
Added | .paths["/slurmdb/v0.0.40/users/"].get.responses["default"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_users_resp"; |
Removed | .paths["/slurmdb/v0.0.40/users/"].post.requestBody.content["application/jsonrequest"] = {}; |
Removed | .paths["/slurmdb/v0.0.40/users/"].post.requestBody.content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.40/users/"].post.requestBody.content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.40_openapi_users_resp"; |
Removed | .paths["/slurmdb/v0.0.40/users/"].post.requestBody.content["application/x-yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.40/users/"].post.requestBody.content["application/x-yaml"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.40/users/"].post.requestBody.content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_users_resp"; |
Removed | .paths["/slurmdb/v0.0.40/users/"].post.requestBody.content["text/yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.40/users/"].post.requestBody.content["text/yaml"].schema = {}; |
Replaced | .paths["/slurmdb/v0.0.40/users/"].post.requestBody.content["application/yaml"] = {}; |
Added | .paths["/slurmdb/v0.0.40/users/"].post.requestBody.content["application/yaml"].schema = {}; |
Added | .paths["/slurmdb/v0.0.40/users/"].post.requestBody.content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_users_resp"; |
Removed | .paths["/slurmdb/v0.0.40/users/"].post.responses["200"].content["application/jsonrequest"] = {}; |
Removed | .paths["/slurmdb/v0.0.40/users/"].post.responses["200"].content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.40/users/"].post.responses["200"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.40_openapi_resp"; |
Removed | .paths["/slurmdb/v0.0.40/users/"].post.responses["200"].content["application/x-yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.40/users/"].post.responses["200"].content["application/x-yaml"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.40/users/"].post.responses["200"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_resp"; |
Removed | .paths["/slurmdb/v0.0.40/users/"].post.responses["200"].content["text/yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.40/users/"].post.responses["200"].content["text/yaml"].schema = {}; |
Replaced | .paths["/slurmdb/v0.0.40/users/"].post.responses["200"].content["application/yaml"] = {}; |
Added | .paths["/slurmdb/v0.0.40/users/"].post.responses["200"].content["application/yaml"].schema = {}; |
Added | .paths["/slurmdb/v0.0.40/users/"].post.responses["200"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_resp"; |
Removed | .paths["/slurmdb/v0.0.40/users/"].post.responses["default"].content["application/jsonrequest"] = {}; |
Removed | .paths["/slurmdb/v0.0.40/users/"].post.responses["default"].content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.40/users/"].post.responses["default"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.40_openapi_resp"; |
Removed | .paths["/slurmdb/v0.0.40/users/"].post.responses["default"].content["application/x-yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.40/users/"].post.responses["default"].content["application/x-yaml"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.40/users/"].post.responses["default"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_resp"; |
Removed | .paths["/slurmdb/v0.0.40/users/"].post.responses["default"].content["text/yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.40/users/"].post.responses["default"].content["text/yaml"].schema = {}; |
Replaced | .paths["/slurmdb/v0.0.40/users/"].post.responses["default"].content["application/yaml"] = {}; |
Added | .paths["/slurmdb/v0.0.40/users/"].post.responses["default"].content["application/yaml"].schema = {}; |
Added | .paths["/slurmdb/v0.0.40/users/"].post.responses["default"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_resp"; |
Removed | .paths["/slurmdb/v0.0.40/users_association/"].post.requestBody.content["application/jsonrequest"] = {}; |
Removed | .paths["/slurmdb/v0.0.40/users_association/"].post.requestBody.content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.40/users_association/"].post.requestBody.content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.40_openapi_users_add_cond_resp"; |
Removed | .paths["/slurmdb/v0.0.40/users_association/"].post.requestBody.content["application/x-yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.40/users_association/"].post.requestBody.content["application/x-yaml"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.40/users_association/"].post.requestBody.content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_users_add_cond_resp"; |
Removed | .paths["/slurmdb/v0.0.40/users_association/"].post.requestBody.content["text/yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.40/users_association/"].post.requestBody.content["text/yaml"].schema = {}; |
Replaced | .paths["/slurmdb/v0.0.40/users_association/"].post.requestBody.content["application/yaml"] = {}; |
Added | .paths["/slurmdb/v0.0.40/users_association/"].post.requestBody.content["application/yaml"].schema = {}; |
Added | .paths["/slurmdb/v0.0.40/users_association/"].post.requestBody.content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_users_add_cond_resp"; |
Removed | .paths["/slurmdb/v0.0.40/users_association/"].post.responses["200"].content["application/jsonrequest"] = {}; |
Removed | .paths["/slurmdb/v0.0.40/users_association/"].post.responses["200"].content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.40/users_association/"].post.responses["200"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.40_openapi_users_add_cond_resp_str"; |
Removed | .paths["/slurmdb/v0.0.40/users_association/"].post.responses["200"].content["application/x-yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.40/users_association/"].post.responses["200"].content["application/x-yaml"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.40/users_association/"].post.responses["200"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_users_add_cond_resp_str"; |
Removed | .paths["/slurmdb/v0.0.40/users_association/"].post.responses["200"].content["text/yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.40/users_association/"].post.responses["200"].content["text/yaml"].schema = {}; |
Replaced | .paths["/slurmdb/v0.0.40/users_association/"].post.responses["200"].content["application/yaml"] = {}; |
Added | .paths["/slurmdb/v0.0.40/users_association/"].post.responses["200"].content["application/yaml"].schema = {}; |
Added | .paths["/slurmdb/v0.0.40/users_association/"].post.responses["200"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_users_add_cond_resp_str"; |
Removed | .paths["/slurmdb/v0.0.40/users_association/"].post.responses["default"].content["application/jsonrequest"] = {}; |
Removed | .paths["/slurmdb/v0.0.40/users_association/"].post.responses["default"].content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.40/users_association/"].post.responses["default"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.40_openapi_users_add_cond_resp_str"; |
Removed | .paths["/slurmdb/v0.0.40/users_association/"].post.responses["default"].content["application/x-yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.40/users_association/"].post.responses["default"].content["application/x-yaml"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.40/users_association/"].post.responses["default"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_users_add_cond_resp_str"; |
Removed | .paths["/slurmdb/v0.0.40/users_association/"].post.responses["default"].content["text/yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.40/users_association/"].post.responses["default"].content["text/yaml"].schema = {}; |
Replaced | .paths["/slurmdb/v0.0.40/users_association/"].post.responses["default"].content["application/yaml"] = {}; |
Added | .paths["/slurmdb/v0.0.40/users_association/"].post.responses["default"].content["application/yaml"].schema = {}; |
Added | .paths["/slurmdb/v0.0.40/users_association/"].post.responses["default"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_users_add_cond_resp_str"; |
Removed | .paths["/slurmdb/v0.0.40/wckey/{id}"].get.responses["200"].content["application/jsonrequest"] = {}; |
Removed | .paths["/slurmdb/v0.0.40/wckey/{id}"].get.responses["200"].content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.40/wckey/{id}"].get.responses["200"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.40_openapi_wckey_resp"; |
Removed | .paths["/slurmdb/v0.0.40/wckey/{id}"].get.responses["200"].content["application/x-yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.40/wckey/{id}"].get.responses["200"].content["application/x-yaml"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.40/wckey/{id}"].get.responses["200"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_wckey_resp"; |
Removed | .paths["/slurmdb/v0.0.40/wckey/{id}"].get.responses["200"].content["text/yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.40/wckey/{id}"].get.responses["200"].content["text/yaml"].schema = {}; |
Replaced | .paths["/slurmdb/v0.0.40/wckey/{id}"].get.responses["200"].content["application/yaml"] = {}; |
Added | .paths["/slurmdb/v0.0.40/wckey/{id}"].get.responses["200"].content["application/yaml"].schema = {}; |
Added | .paths["/slurmdb/v0.0.40/wckey/{id}"].get.responses["200"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_wckey_resp"; |
Removed | .paths["/slurmdb/v0.0.40/wckey/{id}"].get.responses["default"].content["application/jsonrequest"] = {}; |
Removed | .paths["/slurmdb/v0.0.40/wckey/{id}"].get.responses["default"].content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.40/wckey/{id}"].get.responses["default"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.40_openapi_wckey_resp"; |
Removed | .paths["/slurmdb/v0.0.40/wckey/{id}"].get.responses["default"].content["application/x-yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.40/wckey/{id}"].get.responses["default"].content["application/x-yaml"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.40/wckey/{id}"].get.responses["default"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_wckey_resp"; |
Removed | .paths["/slurmdb/v0.0.40/wckey/{id}"].get.responses["default"].content["text/yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.40/wckey/{id}"].get.responses["default"].content["text/yaml"].schema = {}; |
Replaced | .paths["/slurmdb/v0.0.40/wckey/{id}"].get.responses["default"].content["application/yaml"] = {}; |
Added | .paths["/slurmdb/v0.0.40/wckey/{id}"].get.responses["default"].content["application/yaml"].schema = {}; |
Added | .paths["/slurmdb/v0.0.40/wckey/{id}"].get.responses["default"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_wckey_resp"; |
Removed | .paths["/slurmdb/v0.0.40/wckey/{id}"]["delete"].responses["200"].content["application/jsonrequest"] = {}; |
Removed | .paths["/slurmdb/v0.0.40/wckey/{id}"]["delete"].responses["200"].content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.40/wckey/{id}"]["delete"].responses["200"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.40_openapi_wckey_removed_resp"; |
Removed | .paths["/slurmdb/v0.0.40/wckey/{id}"]["delete"].responses["200"].content["application/x-yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.40/wckey/{id}"]["delete"].responses["200"].content["application/x-yaml"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.40/wckey/{id}"]["delete"].responses["200"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_wckey_removed_resp"; |
Removed | .paths["/slurmdb/v0.0.40/wckey/{id}"]["delete"].responses["200"].content["text/yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.40/wckey/{id}"]["delete"].responses["200"].content["text/yaml"].schema = {}; |
Replaced | .paths["/slurmdb/v0.0.40/wckey/{id}"]["delete"].responses["200"].content["application/yaml"] = {}; |
Added | .paths["/slurmdb/v0.0.40/wckey/{id}"]["delete"].responses["200"].content["application/yaml"].schema = {}; |
Added | .paths["/slurmdb/v0.0.40/wckey/{id}"]["delete"].responses["200"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_wckey_removed_resp"; |
Removed | .paths["/slurmdb/v0.0.40/wckey/{id}"]["delete"].responses["default"].content["application/jsonrequest"] = {}; |
Removed | .paths["/slurmdb/v0.0.40/wckey/{id}"]["delete"].responses["default"].content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.40/wckey/{id}"]["delete"].responses["default"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.40_openapi_wckey_removed_resp"; |
Removed | .paths["/slurmdb/v0.0.40/wckey/{id}"]["delete"].responses["default"].content["application/x-yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.40/wckey/{id}"]["delete"].responses["default"].content["application/x-yaml"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.40/wckey/{id}"]["delete"].responses["default"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_wckey_removed_resp"; |
Removed | .paths["/slurmdb/v0.0.40/wckey/{id}"]["delete"].responses["default"].content["text/yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.40/wckey/{id}"]["delete"].responses["default"].content["text/yaml"].schema = {}; |
Replaced | .paths["/slurmdb/v0.0.40/wckey/{id}"]["delete"].responses["default"].content["application/yaml"] = {}; |
Added | .paths["/slurmdb/v0.0.40/wckey/{id}"]["delete"].responses["default"].content["application/yaml"].schema = {}; |
Added | .paths["/slurmdb/v0.0.40/wckey/{id}"]["delete"].responses["default"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_wckey_removed_resp"; |
Removed | .paths["/slurmdb/v0.0.40/wckeys/"].get.responses["200"].content["application/jsonrequest"] = {}; |
Removed | .paths["/slurmdb/v0.0.40/wckeys/"].get.responses["200"].content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.40/wckeys/"].get.responses["200"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.40_openapi_wckey_resp"; |
Removed | .paths["/slurmdb/v0.0.40/wckeys/"].get.responses["200"].content["application/x-yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.40/wckeys/"].get.responses["200"].content["application/x-yaml"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.40/wckeys/"].get.responses["200"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_wckey_resp"; |
Removed | .paths["/slurmdb/v0.0.40/wckeys/"].get.responses["200"].content["text/yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.40/wckeys/"].get.responses["200"].content["text/yaml"].schema = {}; |
Replaced | .paths["/slurmdb/v0.0.40/wckeys/"].get.responses["200"].content["application/yaml"] = {}; |
Added | .paths["/slurmdb/v0.0.40/wckeys/"].get.responses["200"].content["application/yaml"].schema = {}; |
Added | .paths["/slurmdb/v0.0.40/wckeys/"].get.responses["200"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_wckey_resp"; |
Removed | .paths["/slurmdb/v0.0.40/wckeys/"].get.responses["default"].content["application/jsonrequest"] = {}; |
Removed | .paths["/slurmdb/v0.0.40/wckeys/"].get.responses["default"].content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.40/wckeys/"].get.responses["default"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.40_openapi_wckey_resp"; |
Removed | .paths["/slurmdb/v0.0.40/wckeys/"].get.responses["default"].content["application/x-yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.40/wckeys/"].get.responses["default"].content["application/x-yaml"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.40/wckeys/"].get.responses["default"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_wckey_resp"; |
Removed | .paths["/slurmdb/v0.0.40/wckeys/"].get.responses["default"].content["text/yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.40/wckeys/"].get.responses["default"].content["text/yaml"].schema = {}; |
Replaced | .paths["/slurmdb/v0.0.40/wckeys/"].get.responses["default"].content["application/yaml"] = {}; |
Added | .paths["/slurmdb/v0.0.40/wckeys/"].get.responses["default"].content["application/yaml"].schema = {}; |
Added | .paths["/slurmdb/v0.0.40/wckeys/"].get.responses["default"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_wckey_resp"; |
Removed | .paths["/slurmdb/v0.0.40/wckeys/"].post.requestBody.content["application/jsonrequest"] = {}; |
Removed | .paths["/slurmdb/v0.0.40/wckeys/"].post.requestBody.content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.40/wckeys/"].post.requestBody.content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.40_openapi_wckey_resp"; |
Removed | .paths["/slurmdb/v0.0.40/wckeys/"].post.requestBody.content["application/x-yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.40/wckeys/"].post.requestBody.content["application/x-yaml"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.40/wckeys/"].post.requestBody.content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_wckey_resp"; |
Removed | .paths["/slurmdb/v0.0.40/wckeys/"].post.requestBody.content["text/yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.40/wckeys/"].post.requestBody.content["text/yaml"].schema = {}; |
Replaced | .paths["/slurmdb/v0.0.40/wckeys/"].post.requestBody.content["application/yaml"] = {}; |
Added | .paths["/slurmdb/v0.0.40/wckeys/"].post.requestBody.content["application/yaml"].schema = {}; |
Added | .paths["/slurmdb/v0.0.40/wckeys/"].post.requestBody.content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_wckey_resp"; |
Removed | .paths["/slurmdb/v0.0.40/wckeys/"].post.responses["200"].content["application/jsonrequest"] = {}; |
Removed | .paths["/slurmdb/v0.0.40/wckeys/"].post.responses["200"].content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.40/wckeys/"].post.responses["200"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.40_openapi_resp"; |
Removed | .paths["/slurmdb/v0.0.40/wckeys/"].post.responses["200"].content["application/x-yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.40/wckeys/"].post.responses["200"].content["application/x-yaml"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.40/wckeys/"].post.responses["200"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_resp"; |
Removed | .paths["/slurmdb/v0.0.40/wckeys/"].post.responses["200"].content["text/yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.40/wckeys/"].post.responses["200"].content["text/yaml"].schema = {}; |
Replaced | .paths["/slurmdb/v0.0.40/wckeys/"].post.responses["200"].content["application/yaml"] = {}; |
Added | .paths["/slurmdb/v0.0.40/wckeys/"].post.responses["200"].content["application/yaml"].schema = {}; |
Added | .paths["/slurmdb/v0.0.40/wckeys/"].post.responses["200"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_resp"; |
Removed | .paths["/slurmdb/v0.0.40/wckeys/"].post.responses["default"].content["application/jsonrequest"] = {}; |
Removed | .paths["/slurmdb/v0.0.40/wckeys/"].post.responses["default"].content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.40/wckeys/"].post.responses["default"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.40_openapi_resp"; |
Removed | .paths["/slurmdb/v0.0.40/wckeys/"].post.responses["default"].content["application/x-yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.40/wckeys/"].post.responses["default"].content["application/x-yaml"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.40/wckeys/"].post.responses["default"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_resp"; |
Removed | .paths["/slurmdb/v0.0.40/wckeys/"].post.responses["default"].content["text/yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.40/wckeys/"].post.responses["default"].content["text/yaml"].schema = {}; |
Replaced | .paths["/slurmdb/v0.0.40/wckeys/"].post.responses["default"].content["application/yaml"] = {}; |
Added | .paths["/slurmdb/v0.0.40/wckeys/"].post.responses["default"].content["application/yaml"].schema = {}; |
Added | .paths["/slurmdb/v0.0.40/wckeys/"].post.responses["default"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_resp"; |
Removed | .paths["/slurm/v0.0.40/diag/"].get.responses["200"].content["application/jsonrequest"] = {}; |
Removed | .paths["/slurm/v0.0.40/diag/"].get.responses["200"].content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurm/v0.0.40/diag/"].get.responses["200"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.40_openapi_diag_resp"; |
Removed | .paths["/slurm/v0.0.40/diag/"].get.responses["200"].content["application/x-yaml"] = {}; |
Removed | .paths["/slurm/v0.0.40/diag/"].get.responses["200"].content["application/x-yaml"].schema = {}; |
Removed | .paths["/slurm/v0.0.40/diag/"].get.responses["200"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_diag_resp"; |
Removed | .paths["/slurm/v0.0.40/diag/"].get.responses["200"].content["text/yaml"] = {}; |
Removed | .paths["/slurm/v0.0.40/diag/"].get.responses["200"].content["text/yaml"].schema = {}; |
Replaced | .paths["/slurm/v0.0.40/diag/"].get.responses["200"].content["application/yaml"] = {}; |
Added | .paths["/slurm/v0.0.40/diag/"].get.responses["200"].content["application/yaml"].schema = {}; |
Added | .paths["/slurm/v0.0.40/diag/"].get.responses["200"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_diag_resp"; |
Removed | .paths["/slurm/v0.0.40/diag/"].get.responses["default"].content["application/jsonrequest"] = {}; |
Removed | .paths["/slurm/v0.0.40/diag/"].get.responses["default"].content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurm/v0.0.40/diag/"].get.responses["default"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.40_openapi_diag_resp"; |
Removed | .paths["/slurm/v0.0.40/diag/"].get.responses["default"].content["application/x-yaml"] = {}; |
Removed | .paths["/slurm/v0.0.40/diag/"].get.responses["default"].content["application/x-yaml"].schema = {}; |
Removed | .paths["/slurm/v0.0.40/diag/"].get.responses["default"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_diag_resp"; |
Removed | .paths["/slurm/v0.0.40/diag/"].get.responses["default"].content["text/yaml"] = {}; |
Removed | .paths["/slurm/v0.0.40/diag/"].get.responses["default"].content["text/yaml"].schema = {}; |
Replaced | .paths["/slurm/v0.0.40/diag/"].get.responses["default"].content["application/yaml"] = {}; |
Added | .paths["/slurm/v0.0.40/diag/"].get.responses["default"].content["application/yaml"].schema = {}; |
Added | .paths["/slurm/v0.0.40/diag/"].get.responses["default"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_diag_resp"; |
Removed | .paths["/slurm/v0.0.40/job/submit"].post.requestBody.content["application/jsonrequest"] = {}; |
Removed | .paths["/slurm/v0.0.40/job/submit"].post.requestBody.content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurm/v0.0.40/job/submit"].post.requestBody.content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.40_job_submit_req"; |
Removed | .paths["/slurm/v0.0.40/job/submit"].post.requestBody.content["application/x-yaml"] = {}; |
Removed | .paths["/slurm/v0.0.40/job/submit"].post.requestBody.content["application/x-yaml"].schema = {}; |
Removed | .paths["/slurm/v0.0.40/job/submit"].post.requestBody.content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.40_job_submit_req"; |
Removed | .paths["/slurm/v0.0.40/job/submit"].post.requestBody.content["text/yaml"] = {}; |
Removed | .paths["/slurm/v0.0.40/job/submit"].post.requestBody.content["text/yaml"].schema = {}; |
Replaced | .paths["/slurm/v0.0.40/job/submit"].post.requestBody.content["application/yaml"] = {}; |
Added | .paths["/slurm/v0.0.40/job/submit"].post.requestBody.content["application/yaml"].schema = {}; |
Added | .paths["/slurm/v0.0.40/job/submit"].post.requestBody.content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.40_job_submit_req"; |
Removed | .paths["/slurm/v0.0.40/job/submit"].post.responses["200"].content["application/jsonrequest"] = {}; |
Removed | .paths["/slurm/v0.0.40/job/submit"].post.responses["200"].content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurm/v0.0.40/job/submit"].post.responses["200"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.40_openapi_job_submit_response"; |
Removed | .paths["/slurm/v0.0.40/job/submit"].post.responses["200"].content["application/x-yaml"] = {}; |
Removed | .paths["/slurm/v0.0.40/job/submit"].post.responses["200"].content["application/x-yaml"].schema = {}; |
Removed | .paths["/slurm/v0.0.40/job/submit"].post.responses["200"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_job_submit_response"; |
Removed | .paths["/slurm/v0.0.40/job/submit"].post.responses["200"].content["text/yaml"] = {}; |
Removed | .paths["/slurm/v0.0.40/job/submit"].post.responses["200"].content["text/yaml"].schema = {}; |
Replaced | .paths["/slurm/v0.0.40/job/submit"].post.responses["200"].content["application/yaml"] = {}; |
Added | .paths["/slurm/v0.0.40/job/submit"].post.responses["200"].content["application/yaml"].schema = {}; |
Added | .paths["/slurm/v0.0.40/job/submit"].post.responses["200"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_job_submit_response"; |
Removed | .paths["/slurm/v0.0.40/job/submit"].post.responses["default"].content["application/jsonrequest"] = {}; |
Removed | .paths["/slurm/v0.0.40/job/submit"].post.responses["default"].content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurm/v0.0.40/job/submit"].post.responses["default"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.40_openapi_job_submit_response"; |
Removed | .paths["/slurm/v0.0.40/job/submit"].post.responses["default"].content["application/x-yaml"] = {}; |
Removed | .paths["/slurm/v0.0.40/job/submit"].post.responses["default"].content["application/x-yaml"].schema = {}; |
Removed | .paths["/slurm/v0.0.40/job/submit"].post.responses["default"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_job_submit_response"; |
Removed | .paths["/slurm/v0.0.40/job/submit"].post.responses["default"].content["text/yaml"] = {}; |
Removed | .paths["/slurm/v0.0.40/job/submit"].post.responses["default"].content["text/yaml"].schema = {}; |
Replaced | .paths["/slurm/v0.0.40/job/submit"].post.responses["default"].content["application/yaml"] = {}; |
Added | .paths["/slurm/v0.0.40/job/submit"].post.responses["default"].content["application/yaml"].schema = {}; |
Added | .paths["/slurm/v0.0.40/job/submit"].post.responses["default"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_job_submit_response"; |
Removed | .paths["/slurm/v0.0.40/job/{job_id}"].get.responses["200"].content["application/jsonrequest"] = {}; |
Removed | .paths["/slurm/v0.0.40/job/{job_id}"].get.responses["200"].content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurm/v0.0.40/job/{job_id}"].get.responses["200"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.40_openapi_job_info_resp"; |
Removed | .paths["/slurm/v0.0.40/job/{job_id}"].get.responses["200"].content["application/x-yaml"] = {}; |
Removed | .paths["/slurm/v0.0.40/job/{job_id}"].get.responses["200"].content["application/x-yaml"].schema = {}; |
Removed | .paths["/slurm/v0.0.40/job/{job_id}"].get.responses["200"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_job_info_resp"; |
Removed | .paths["/slurm/v0.0.40/job/{job_id}"].get.responses["200"].content["text/yaml"] = {}; |
Removed | .paths["/slurm/v0.0.40/job/{job_id}"].get.responses["200"].content["text/yaml"].schema = {}; |
Replaced | .paths["/slurm/v0.0.40/job/{job_id}"].get.responses["200"].content["application/yaml"] = {}; |
Added | .paths["/slurm/v0.0.40/job/{job_id}"].get.responses["200"].content["application/yaml"].schema = {}; |
Added | .paths["/slurm/v0.0.40/job/{job_id}"].get.responses["200"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_job_info_resp"; |
Removed | .paths["/slurm/v0.0.40/job/{job_id}"].get.responses["default"].content["application/jsonrequest"] = {}; |
Removed | .paths["/slurm/v0.0.40/job/{job_id}"].get.responses["default"].content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurm/v0.0.40/job/{job_id}"].get.responses["default"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.40_openapi_job_info_resp"; |
Removed | .paths["/slurm/v0.0.40/job/{job_id}"].get.responses["default"].content["application/x-yaml"] = {}; |
Removed | .paths["/slurm/v0.0.40/job/{job_id}"].get.responses["default"].content["application/x-yaml"].schema = {}; |
Removed | .paths["/slurm/v0.0.40/job/{job_id}"].get.responses["default"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_job_info_resp"; |
Removed | .paths["/slurm/v0.0.40/job/{job_id}"].get.responses["default"].content["text/yaml"] = {}; |
Removed | .paths["/slurm/v0.0.40/job/{job_id}"].get.responses["default"].content["text/yaml"].schema = {}; |
Replaced | .paths["/slurm/v0.0.40/job/{job_id}"].get.responses["default"].content["application/yaml"] = {}; |
Added | .paths["/slurm/v0.0.40/job/{job_id}"].get.responses["default"].content["application/yaml"].schema = {}; |
Added | .paths["/slurm/v0.0.40/job/{job_id}"].get.responses["default"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_job_info_resp"; |
Removed | .paths["/slurm/v0.0.40/job/{job_id}"].post.requestBody.content["application/jsonrequest"] = {}; |
Removed | .paths["/slurm/v0.0.40/job/{job_id}"].post.requestBody.content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurm/v0.0.40/job/{job_id}"].post.requestBody.content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.40_job_desc_msg"; |
Removed | .paths["/slurm/v0.0.40/job/{job_id}"].post.requestBody.content["application/x-yaml"] = {}; |
Removed | .paths["/slurm/v0.0.40/job/{job_id}"].post.requestBody.content["application/x-yaml"].schema = {}; |
Removed | .paths["/slurm/v0.0.40/job/{job_id}"].post.requestBody.content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.40_job_desc_msg"; |
Removed | .paths["/slurm/v0.0.40/job/{job_id}"].post.requestBody.content["text/yaml"] = {}; |
Removed | .paths["/slurm/v0.0.40/job/{job_id}"].post.requestBody.content["text/yaml"].schema = {}; |
Replaced | .paths["/slurm/v0.0.40/job/{job_id}"].post.requestBody.content["application/yaml"] = {}; |
Added | .paths["/slurm/v0.0.40/job/{job_id}"].post.requestBody.content["application/yaml"].schema = {}; |
Added | .paths["/slurm/v0.0.40/job/{job_id}"].post.requestBody.content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.40_job_desc_msg"; |
Removed | .paths["/slurm/v0.0.40/job/{job_id}"].post.responses["200"].content["application/jsonrequest"] = {}; |
Removed | .paths["/slurm/v0.0.40/job/{job_id}"].post.responses["200"].content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurm/v0.0.40/job/{job_id}"].post.responses["200"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.40_openapi_job_post_response"; |
Removed | .paths["/slurm/v0.0.40/job/{job_id}"].post.responses["200"].content["application/x-yaml"] = {}; |
Removed | .paths["/slurm/v0.0.40/job/{job_id}"].post.responses["200"].content["application/x-yaml"].schema = {}; |
Removed | .paths["/slurm/v0.0.40/job/{job_id}"].post.responses["200"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_job_post_response"; |
Removed | .paths["/slurm/v0.0.40/job/{job_id}"].post.responses["200"].content["text/yaml"] = {}; |
Removed | .paths["/slurm/v0.0.40/job/{job_id}"].post.responses["200"].content["text/yaml"].schema = {}; |
Replaced | .paths["/slurm/v0.0.40/job/{job_id}"].post.responses["200"].content["application/yaml"] = {}; |
Added | .paths["/slurm/v0.0.40/job/{job_id}"].post.responses["200"].content["application/yaml"].schema = {}; |
Added | .paths["/slurm/v0.0.40/job/{job_id}"].post.responses["200"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_job_post_response"; |
Removed | .paths["/slurm/v0.0.40/job/{job_id}"].post.responses["default"].content["application/jsonrequest"] = {}; |
Removed | .paths["/slurm/v0.0.40/job/{job_id}"].post.responses["default"].content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurm/v0.0.40/job/{job_id}"].post.responses["default"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.40_openapi_job_post_response"; |
Removed | .paths["/slurm/v0.0.40/job/{job_id}"].post.responses["default"].content["application/x-yaml"] = {}; |
Removed | .paths["/slurm/v0.0.40/job/{job_id}"].post.responses["default"].content["application/x-yaml"].schema = {}; |
Removed | .paths["/slurm/v0.0.40/job/{job_id}"].post.responses["default"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_job_post_response"; |
Removed | .paths["/slurm/v0.0.40/job/{job_id}"].post.responses["default"].content["text/yaml"] = {}; |
Removed | .paths["/slurm/v0.0.40/job/{job_id}"].post.responses["default"].content["text/yaml"].schema = {}; |
Replaced | .paths["/slurm/v0.0.40/job/{job_id}"].post.responses["default"].content["application/yaml"] = {}; |
Added | .paths["/slurm/v0.0.40/job/{job_id}"].post.responses["default"].content["application/yaml"].schema = {}; |
Added | .paths["/slurm/v0.0.40/job/{job_id}"].post.responses["default"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_job_post_response"; |
Removed | .paths["/slurm/v0.0.40/job/{job_id}"]["delete"].responses["200"].content["application/jsonrequest"] = {}; |
Removed | .paths["/slurm/v0.0.40/job/{job_id}"]["delete"].responses["200"].content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurm/v0.0.40/job/{job_id}"]["delete"].responses["200"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.40_openapi_resp"; |
Removed | .paths["/slurm/v0.0.40/job/{job_id}"]["delete"].responses["200"].content["application/x-yaml"] = {}; |
Removed | .paths["/slurm/v0.0.40/job/{job_id}"]["delete"].responses["200"].content["application/x-yaml"].schema = {}; |
Removed | .paths["/slurm/v0.0.40/job/{job_id}"]["delete"].responses["200"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_resp"; |
Removed | .paths["/slurm/v0.0.40/job/{job_id}"]["delete"].responses["200"].content["text/yaml"] = {}; |
Removed | .paths["/slurm/v0.0.40/job/{job_id}"]["delete"].responses["200"].content["text/yaml"].schema = {}; |
Replaced | .paths["/slurm/v0.0.40/job/{job_id}"]["delete"].responses["200"].content["application/yaml"] = {}; |
Added | .paths["/slurm/v0.0.40/job/{job_id}"]["delete"].responses["200"].content["application/yaml"].schema = {}; |
Added | .paths["/slurm/v0.0.40/job/{job_id}"]["delete"].responses["200"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_resp"; |
Removed | .paths["/slurm/v0.0.40/job/{job_id}"]["delete"].responses["default"].content["application/jsonrequest"] = {}; |
Removed | .paths["/slurm/v0.0.40/job/{job_id}"]["delete"].responses["default"].content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurm/v0.0.40/job/{job_id}"]["delete"].responses["default"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.40_openapi_resp"; |
Removed | .paths["/slurm/v0.0.40/job/{job_id}"]["delete"].responses["default"].content["application/x-yaml"] = {}; |
Removed | .paths["/slurm/v0.0.40/job/{job_id}"]["delete"].responses["default"].content["application/x-yaml"].schema = {}; |
Removed | .paths["/slurm/v0.0.40/job/{job_id}"]["delete"].responses["default"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_resp"; |
Removed | .paths["/slurm/v0.0.40/job/{job_id}"]["delete"].responses["default"].content["text/yaml"] = {}; |
Removed | .paths["/slurm/v0.0.40/job/{job_id}"]["delete"].responses["default"].content["text/yaml"].schema = {}; |
Replaced | .paths["/slurm/v0.0.40/job/{job_id}"]["delete"].responses["default"].content["application/yaml"] = {}; |
Added | .paths["/slurm/v0.0.40/job/{job_id}"]["delete"].responses["default"].content["application/yaml"].schema = {}; |
Added | .paths["/slurm/v0.0.40/job/{job_id}"]["delete"].responses["default"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_resp"; |
Removed | .paths["/slurm/v0.0.40/jobs/"].get.responses["200"].content["application/jsonrequest"] = {}; |
Removed | .paths["/slurm/v0.0.40/jobs/"].get.responses["200"].content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurm/v0.0.40/jobs/"].get.responses["200"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.40_openapi_job_info_resp"; |
Removed | .paths["/slurm/v0.0.40/jobs/"].get.responses["200"].content["application/x-yaml"] = {}; |
Removed | .paths["/slurm/v0.0.40/jobs/"].get.responses["200"].content["application/x-yaml"].schema = {}; |
Removed | .paths["/slurm/v0.0.40/jobs/"].get.responses["200"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_job_info_resp"; |
Removed | .paths["/slurm/v0.0.40/jobs/"].get.responses["200"].content["text/yaml"] = {}; |
Removed | .paths["/slurm/v0.0.40/jobs/"].get.responses["200"].content["text/yaml"].schema = {}; |
Replaced | .paths["/slurm/v0.0.40/jobs/"].get.responses["200"].content["application/yaml"] = {}; |
Added | .paths["/slurm/v0.0.40/jobs/"].get.responses["200"].content["application/yaml"].schema = {}; |
Added | .paths["/slurm/v0.0.40/jobs/"].get.responses["200"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_job_info_resp"; |
Removed | .paths["/slurm/v0.0.40/jobs/"].get.responses["default"].content["application/jsonrequest"] = {}; |
Removed | .paths["/slurm/v0.0.40/jobs/"].get.responses["default"].content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurm/v0.0.40/jobs/"].get.responses["default"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.40_openapi_job_info_resp"; |
Removed | .paths["/slurm/v0.0.40/jobs/"].get.responses["default"].content["application/x-yaml"] = {}; |
Removed | .paths["/slurm/v0.0.40/jobs/"].get.responses["default"].content["application/x-yaml"].schema = {}; |
Removed | .paths["/slurm/v0.0.40/jobs/"].get.responses["default"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_job_info_resp"; |
Removed | .paths["/slurm/v0.0.40/jobs/"].get.responses["default"].content["text/yaml"] = {}; |
Removed | .paths["/slurm/v0.0.40/jobs/"].get.responses["default"].content["text/yaml"].schema = {}; |
Replaced | .paths["/slurm/v0.0.40/jobs/"].get.responses["default"].content["application/yaml"] = {}; |
Added | .paths["/slurm/v0.0.40/jobs/"].get.responses["default"].content["application/yaml"].schema = {}; |
Added | .paths["/slurm/v0.0.40/jobs/"].get.responses["default"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_job_info_resp"; |
Removed | .paths["/slurm/v0.0.40/jobs/"]["delete"].responses["200"].content["application/jsonrequest"] = {}; |
Removed | .paths["/slurm/v0.0.40/jobs/"]["delete"].responses["200"].content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurm/v0.0.40/jobs/"]["delete"].responses["200"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.40_openapi_kill_jobs_resp"; |
Removed | .paths["/slurm/v0.0.40/jobs/"]["delete"].responses["200"].content["application/x-yaml"] = {}; |
Removed | .paths["/slurm/v0.0.40/jobs/"]["delete"].responses["200"].content["application/x-yaml"].schema = {}; |
Removed | .paths["/slurm/v0.0.40/jobs/"]["delete"].responses["200"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_kill_jobs_resp"; |
Removed | .paths["/slurm/v0.0.40/jobs/"]["delete"].responses["200"].content["text/yaml"] = {}; |
Removed | .paths["/slurm/v0.0.40/jobs/"]["delete"].responses["200"].content["text/yaml"].schema = {}; |
Replaced | .paths["/slurm/v0.0.40/jobs/"]["delete"].responses["200"].content["application/yaml"] = {}; |
Added | .paths["/slurm/v0.0.40/jobs/"]["delete"].responses["200"].content["application/yaml"].schema = {}; |
Added | .paths["/slurm/v0.0.40/jobs/"]["delete"].responses["200"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_kill_jobs_resp"; |
Removed | .paths["/slurm/v0.0.40/jobs/"]["delete"].responses["default"].content["application/jsonrequest"] = {}; |
Removed | .paths["/slurm/v0.0.40/jobs/"]["delete"].responses["default"].content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurm/v0.0.40/jobs/"]["delete"].responses["default"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.40_openapi_kill_jobs_resp"; |
Removed | .paths["/slurm/v0.0.40/jobs/"]["delete"].responses["default"].content["application/x-yaml"] = {}; |
Removed | .paths["/slurm/v0.0.40/jobs/"]["delete"].responses["default"].content["application/x-yaml"].schema = {}; |
Removed | .paths["/slurm/v0.0.40/jobs/"]["delete"].responses["default"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_kill_jobs_resp"; |
Removed | .paths["/slurm/v0.0.40/jobs/"]["delete"].responses["default"].content["text/yaml"] = {}; |
Removed | .paths["/slurm/v0.0.40/jobs/"]["delete"].responses["default"].content["text/yaml"].schema = {}; |
Replaced | .paths["/slurm/v0.0.40/jobs/"]["delete"].responses["default"].content["application/yaml"] = {}; |
Added | .paths["/slurm/v0.0.40/jobs/"]["delete"].responses["default"].content["application/yaml"].schema = {}; |
Added | .paths["/slurm/v0.0.40/jobs/"]["delete"].responses["default"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_kill_jobs_resp"; |
Removed | .paths["/slurm/v0.0.40/jobs/state/"].get.responses["200"].content["application/jsonrequest"] = {}; |
Removed | .paths["/slurm/v0.0.40/jobs/state/"].get.responses["200"].content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurm/v0.0.40/jobs/state/"].get.responses["200"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.40_openapi_job_info_resp"; |
Removed | .paths["/slurm/v0.0.40/jobs/state/"].get.responses["200"].content["application/x-yaml"] = {}; |
Removed | .paths["/slurm/v0.0.40/jobs/state/"].get.responses["200"].content["application/x-yaml"].schema = {}; |
Removed | .paths["/slurm/v0.0.40/jobs/state/"].get.responses["200"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_job_info_resp"; |
Removed | .paths["/slurm/v0.0.40/jobs/state/"].get.responses["200"].content["text/yaml"] = {}; |
Removed | .paths["/slurm/v0.0.40/jobs/state/"].get.responses["200"].content["text/yaml"].schema = {}; |
Replaced | .paths["/slurm/v0.0.40/jobs/state/"].get.responses["200"].content["application/yaml"] = {}; |
Added | .paths["/slurm/v0.0.40/jobs/state/"].get.responses["200"].content["application/yaml"].schema = {}; |
Added | .paths["/slurm/v0.0.40/jobs/state/"].get.responses["200"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_job_info_resp"; |
Removed | .paths["/slurm/v0.0.40/jobs/state/"].get.responses["default"].content["application/jsonrequest"] = {}; |
Removed | .paths["/slurm/v0.0.40/jobs/state/"].get.responses["default"].content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurm/v0.0.40/jobs/state/"].get.responses["default"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.40_openapi_job_info_resp"; |
Removed | .paths["/slurm/v0.0.40/jobs/state/"].get.responses["default"].content["application/x-yaml"] = {}; |
Removed | .paths["/slurm/v0.0.40/jobs/state/"].get.responses["default"].content["application/x-yaml"].schema = {}; |
Removed | .paths["/slurm/v0.0.40/jobs/state/"].get.responses["default"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_job_info_resp"; |
Removed | .paths["/slurm/v0.0.40/jobs/state/"].get.responses["default"].content["text/yaml"] = {}; |
Removed | .paths["/slurm/v0.0.40/jobs/state/"].get.responses["default"].content["text/yaml"].schema = {}; |
Replaced | .paths["/slurm/v0.0.40/jobs/state/"].get.responses["default"].content["application/yaml"] = {}; |
Added | .paths["/slurm/v0.0.40/jobs/state/"].get.responses["default"].content["application/yaml"].schema = {}; |
Added | .paths["/slurm/v0.0.40/jobs/state/"].get.responses["default"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_job_info_resp"; |
Removed | .paths["/slurm/v0.0.40/licenses/"].get.responses["200"].content["application/jsonrequest"] = {}; |
Removed | .paths["/slurm/v0.0.40/licenses/"].get.responses["200"].content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurm/v0.0.40/licenses/"].get.responses["200"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.40_openapi_licenses_resp"; |
Removed | .paths["/slurm/v0.0.40/licenses/"].get.responses["200"].content["application/x-yaml"] = {}; |
Removed | .paths["/slurm/v0.0.40/licenses/"].get.responses["200"].content["application/x-yaml"].schema = {}; |
Removed | .paths["/slurm/v0.0.40/licenses/"].get.responses["200"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_licenses_resp"; |
Removed | .paths["/slurm/v0.0.40/licenses/"].get.responses["200"].content["text/yaml"] = {}; |
Removed | .paths["/slurm/v0.0.40/licenses/"].get.responses["200"].content["text/yaml"].schema = {}; |
Replaced | .paths["/slurm/v0.0.40/licenses/"].get.responses["200"].content["application/yaml"] = {}; |
Added | .paths["/slurm/v0.0.40/licenses/"].get.responses["200"].content["application/yaml"].schema = {}; |
Added | .paths["/slurm/v0.0.40/licenses/"].get.responses["200"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_licenses_resp"; |
Removed | .paths["/slurm/v0.0.40/licenses/"].get.responses["default"].content["application/jsonrequest"] = {}; |
Removed | .paths["/slurm/v0.0.40/licenses/"].get.responses["default"].content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurm/v0.0.40/licenses/"].get.responses["default"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.40_openapi_licenses_resp"; |
Removed | .paths["/slurm/v0.0.40/licenses/"].get.responses["default"].content["application/x-yaml"] = {}; |
Removed | .paths["/slurm/v0.0.40/licenses/"].get.responses["default"].content["application/x-yaml"].schema = {}; |
Removed | .paths["/slurm/v0.0.40/licenses/"].get.responses["default"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_licenses_resp"; |
Removed | .paths["/slurm/v0.0.40/licenses/"].get.responses["default"].content["text/yaml"] = {}; |
Removed | .paths["/slurm/v0.0.40/licenses/"].get.responses["default"].content["text/yaml"].schema = {}; |
Replaced | .paths["/slurm/v0.0.40/licenses/"].get.responses["default"].content["application/yaml"] = {}; |
Added | .paths["/slurm/v0.0.40/licenses/"].get.responses["default"].content["application/yaml"].schema = {}; |
Added | .paths["/slurm/v0.0.40/licenses/"].get.responses["default"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_licenses_resp"; |
Removed | .paths["/slurm/v0.0.40/node/{node_name}"].get.responses["200"].content["application/jsonrequest"] = {}; |
Removed | .paths["/slurm/v0.0.40/node/{node_name}"].get.responses["200"].content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurm/v0.0.40/node/{node_name}"].get.responses["200"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.40_openapi_nodes_resp"; |
Removed | .paths["/slurm/v0.0.40/node/{node_name}"].get.responses["200"].content["application/x-yaml"] = {}; |
Removed | .paths["/slurm/v0.0.40/node/{node_name}"].get.responses["200"].content["application/x-yaml"].schema = {}; |
Removed | .paths["/slurm/v0.0.40/node/{node_name}"].get.responses["200"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_nodes_resp"; |
Removed | .paths["/slurm/v0.0.40/node/{node_name}"].get.responses["200"].content["text/yaml"] = {}; |
Removed | .paths["/slurm/v0.0.40/node/{node_name}"].get.responses["200"].content["text/yaml"].schema = {}; |
Replaced | .paths["/slurm/v0.0.40/node/{node_name}"].get.responses["200"].content["application/yaml"] = {}; |
Added | .paths["/slurm/v0.0.40/node/{node_name}"].get.responses["200"].content["application/yaml"].schema = {}; |
Added | .paths["/slurm/v0.0.40/node/{node_name}"].get.responses["200"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_nodes_resp"; |
Removed | .paths["/slurm/v0.0.40/node/{node_name}"].get.responses["default"].content["application/jsonrequest"] = {}; |
Removed | .paths["/slurm/v0.0.40/node/{node_name}"].get.responses["default"].content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurm/v0.0.40/node/{node_name}"].get.responses["default"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.40_openapi_nodes_resp"; |
Removed | .paths["/slurm/v0.0.40/node/{node_name}"].get.responses["default"].content["application/x-yaml"] = {}; |
Removed | .paths["/slurm/v0.0.40/node/{node_name}"].get.responses["default"].content["application/x-yaml"].schema = {}; |
Removed | .paths["/slurm/v0.0.40/node/{node_name}"].get.responses["default"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_nodes_resp"; |
Removed | .paths["/slurm/v0.0.40/node/{node_name}"].get.responses["default"].content["text/yaml"] = {}; |
Removed | .paths["/slurm/v0.0.40/node/{node_name}"].get.responses["default"].content["text/yaml"].schema = {}; |
Replaced | .paths["/slurm/v0.0.40/node/{node_name}"].get.responses["default"].content["application/yaml"] = {}; |
Added | .paths["/slurm/v0.0.40/node/{node_name}"].get.responses["default"].content["application/yaml"].schema = {}; |
Added | .paths["/slurm/v0.0.40/node/{node_name}"].get.responses["default"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_nodes_resp"; |
Removed | .paths["/slurm/v0.0.40/node/{node_name}"].post.requestBody.content["application/jsonrequest"] = {}; |
Removed | .paths["/slurm/v0.0.40/node/{node_name}"].post.requestBody.content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurm/v0.0.40/node/{node_name}"].post.requestBody.content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.40_update_node_msg"; |
Removed | .paths["/slurm/v0.0.40/node/{node_name}"].post.requestBody.content["application/x-yaml"] = {}; |
Removed | .paths["/slurm/v0.0.40/node/{node_name}"].post.requestBody.content["application/x-yaml"].schema = {}; |
Removed | .paths["/slurm/v0.0.40/node/{node_name}"].post.requestBody.content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.40_update_node_msg"; |
Removed | .paths["/slurm/v0.0.40/node/{node_name}"].post.requestBody.content["text/yaml"] = {}; |
Removed | .paths["/slurm/v0.0.40/node/{node_name}"].post.requestBody.content["text/yaml"].schema = {}; |
Replaced | .paths["/slurm/v0.0.40/node/{node_name}"].post.requestBody.content["application/yaml"] = {}; |
Added | .paths["/slurm/v0.0.40/node/{node_name}"].post.requestBody.content["application/yaml"].schema = {}; |
Added | .paths["/slurm/v0.0.40/node/{node_name}"].post.requestBody.content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.40_update_node_msg"; |
Removed | .paths["/slurm/v0.0.40/node/{node_name}"].post.responses["200"].content["application/jsonrequest"] = {}; |
Removed | .paths["/slurm/v0.0.40/node/{node_name}"].post.responses["200"].content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurm/v0.0.40/node/{node_name}"].post.responses["200"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.40_openapi_resp"; |
Removed | .paths["/slurm/v0.0.40/node/{node_name}"].post.responses["200"].content["application/x-yaml"] = {}; |
Removed | .paths["/slurm/v0.0.40/node/{node_name}"].post.responses["200"].content["application/x-yaml"].schema = {}; |
Removed | .paths["/slurm/v0.0.40/node/{node_name}"].post.responses["200"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_resp"; |
Removed | .paths["/slurm/v0.0.40/node/{node_name}"].post.responses["200"].content["text/yaml"] = {}; |
Removed | .paths["/slurm/v0.0.40/node/{node_name}"].post.responses["200"].content["text/yaml"].schema = {}; |
Replaced | .paths["/slurm/v0.0.40/node/{node_name}"].post.responses["200"].content["application/yaml"] = {}; |
Added | .paths["/slurm/v0.0.40/node/{node_name}"].post.responses["200"].content["application/yaml"].schema = {}; |
Added | .paths["/slurm/v0.0.40/node/{node_name}"].post.responses["200"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_resp"; |
Removed | .paths["/slurm/v0.0.40/node/{node_name}"].post.responses["default"].content["application/jsonrequest"] = {}; |
Removed | .paths["/slurm/v0.0.40/node/{node_name}"].post.responses["default"].content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurm/v0.0.40/node/{node_name}"].post.responses["default"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.40_openapi_resp"; |
Removed | .paths["/slurm/v0.0.40/node/{node_name}"].post.responses["default"].content["application/x-yaml"] = {}; |
Removed | .paths["/slurm/v0.0.40/node/{node_name}"].post.responses["default"].content["application/x-yaml"].schema = {}; |
Removed | .paths["/slurm/v0.0.40/node/{node_name}"].post.responses["default"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_resp"; |
Removed | .paths["/slurm/v0.0.40/node/{node_name}"].post.responses["default"].content["text/yaml"] = {}; |
Removed | .paths["/slurm/v0.0.40/node/{node_name}"].post.responses["default"].content["text/yaml"].schema = {}; |
Replaced | .paths["/slurm/v0.0.40/node/{node_name}"].post.responses["default"].content["application/yaml"] = {}; |
Added | .paths["/slurm/v0.0.40/node/{node_name}"].post.responses["default"].content["application/yaml"].schema = {}; |
Added | .paths["/slurm/v0.0.40/node/{node_name}"].post.responses["default"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_resp"; |
Removed | .paths["/slurm/v0.0.40/node/{node_name}"]["delete"].responses["200"].content["application/jsonrequest"] = {}; |
Removed | .paths["/slurm/v0.0.40/node/{node_name}"]["delete"].responses["200"].content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurm/v0.0.40/node/{node_name}"]["delete"].responses["200"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.40_openapi_resp"; |
Removed | .paths["/slurm/v0.0.40/node/{node_name}"]["delete"].responses["200"].content["application/x-yaml"] = {}; |
Removed | .paths["/slurm/v0.0.40/node/{node_name}"]["delete"].responses["200"].content["application/x-yaml"].schema = {}; |
Removed | .paths["/slurm/v0.0.40/node/{node_name}"]["delete"].responses["200"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_resp"; |
Removed | .paths["/slurm/v0.0.40/node/{node_name}"]["delete"].responses["200"].content["text/yaml"] = {}; |
Removed | .paths["/slurm/v0.0.40/node/{node_name}"]["delete"].responses["200"].content["text/yaml"].schema = {}; |
Replaced | .paths["/slurm/v0.0.40/node/{node_name}"]["delete"].responses["200"].content["application/yaml"] = {}; |
Added | .paths["/slurm/v0.0.40/node/{node_name}"]["delete"].responses["200"].content["application/yaml"].schema = {}; |
Added | .paths["/slurm/v0.0.40/node/{node_name}"]["delete"].responses["200"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_resp"; |
Removed | .paths["/slurm/v0.0.40/node/{node_name}"]["delete"].responses["default"].content["application/jsonrequest"] = {}; |
Removed | .paths["/slurm/v0.0.40/node/{node_name}"]["delete"].responses["default"].content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurm/v0.0.40/node/{node_name}"]["delete"].responses["default"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.40_openapi_resp"; |
Removed | .paths["/slurm/v0.0.40/node/{node_name}"]["delete"].responses["default"].content["application/x-yaml"] = {}; |
Removed | .paths["/slurm/v0.0.40/node/{node_name}"]["delete"].responses["default"].content["application/x-yaml"].schema = {}; |
Removed | .paths["/slurm/v0.0.40/node/{node_name}"]["delete"].responses["default"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_resp"; |
Removed | .paths["/slurm/v0.0.40/node/{node_name}"]["delete"].responses["default"].content["text/yaml"] = {}; |
Removed | .paths["/slurm/v0.0.40/node/{node_name}"]["delete"].responses["default"].content["text/yaml"].schema = {}; |
Replaced | .paths["/slurm/v0.0.40/node/{node_name}"]["delete"].responses["default"].content["application/yaml"] = {}; |
Added | .paths["/slurm/v0.0.40/node/{node_name}"]["delete"].responses["default"].content["application/yaml"].schema = {}; |
Added | .paths["/slurm/v0.0.40/node/{node_name}"]["delete"].responses["default"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_resp"; |
Removed | .paths["/slurm/v0.0.40/nodes/"].get.responses["200"].content["application/jsonrequest"] = {}; |
Removed | .paths["/slurm/v0.0.40/nodes/"].get.responses["200"].content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurm/v0.0.40/nodes/"].get.responses["200"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.40_openapi_nodes_resp"; |
Removed | .paths["/slurm/v0.0.40/nodes/"].get.responses["200"].content["application/x-yaml"] = {}; |
Removed | .paths["/slurm/v0.0.40/nodes/"].get.responses["200"].content["application/x-yaml"].schema = {}; |
Removed | .paths["/slurm/v0.0.40/nodes/"].get.responses["200"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_nodes_resp"; |
Removed | .paths["/slurm/v0.0.40/nodes/"].get.responses["200"].content["text/yaml"] = {}; |
Removed | .paths["/slurm/v0.0.40/nodes/"].get.responses["200"].content["text/yaml"].schema = {}; |
Replaced | .paths["/slurm/v0.0.40/nodes/"].get.responses["200"].content["application/yaml"] = {}; |
Added | .paths["/slurm/v0.0.40/nodes/"].get.responses["200"].content["application/yaml"].schema = {}; |
Added | .paths["/slurm/v0.0.40/nodes/"].get.responses["200"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_nodes_resp"; |
Removed | .paths["/slurm/v0.0.40/nodes/"].get.responses["default"].content["application/jsonrequest"] = {}; |
Removed | .paths["/slurm/v0.0.40/nodes/"].get.responses["default"].content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurm/v0.0.40/nodes/"].get.responses["default"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.40_openapi_nodes_resp"; |
Removed | .paths["/slurm/v0.0.40/nodes/"].get.responses["default"].content["application/x-yaml"] = {}; |
Removed | .paths["/slurm/v0.0.40/nodes/"].get.responses["default"].content["application/x-yaml"].schema = {}; |
Removed | .paths["/slurm/v0.0.40/nodes/"].get.responses["default"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_nodes_resp"; |
Removed | .paths["/slurm/v0.0.40/nodes/"].get.responses["default"].content["text/yaml"] = {}; |
Removed | .paths["/slurm/v0.0.40/nodes/"].get.responses["default"].content["text/yaml"].schema = {}; |
Replaced | .paths["/slurm/v0.0.40/nodes/"].get.responses["default"].content["application/yaml"] = {}; |
Added | .paths["/slurm/v0.0.40/nodes/"].get.responses["default"].content["application/yaml"].schema = {}; |
Added | .paths["/slurm/v0.0.40/nodes/"].get.responses["default"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_nodes_resp"; |
Removed | .paths["/slurm/v0.0.40/partition/{partition_name}"].get.responses["200"].content["application/jsonrequest"] = {}; |
Removed | .paths["/slurm/v0.0.40/partition/{partition_name}"].get.responses["200"].content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurm/v0.0.40/partition/{partition_name}"].get.responses["200"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.40_openapi_partition_resp"; |
Removed | .paths["/slurm/v0.0.40/partition/{partition_name}"].get.responses["200"].content["application/x-yaml"] = {}; |
Removed | .paths["/slurm/v0.0.40/partition/{partition_name}"].get.responses["200"].content["application/x-yaml"].schema = {}; |
Removed | .paths["/slurm/v0.0.40/partition/{partition_name}"].get.responses["200"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_partition_resp"; |
Removed | .paths["/slurm/v0.0.40/partition/{partition_name}"].get.responses["200"].content["text/yaml"] = {}; |
Removed | .paths["/slurm/v0.0.40/partition/{partition_name}"].get.responses["200"].content["text/yaml"].schema = {}; |
Replaced | .paths["/slurm/v0.0.40/partition/{partition_name}"].get.responses["200"].content["application/yaml"] = {}; |
Added | .paths["/slurm/v0.0.40/partition/{partition_name}"].get.responses["200"].content["application/yaml"].schema = {}; |
Added | .paths["/slurm/v0.0.40/partition/{partition_name}"].get.responses["200"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_partition_resp"; |
Removed | .paths["/slurm/v0.0.40/partition/{partition_name}"].get.responses["default"].content["application/jsonrequest"] = {}; |
Removed | .paths["/slurm/v0.0.40/partition/{partition_name}"].get.responses["default"].content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurm/v0.0.40/partition/{partition_name}"].get.responses["default"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.40_openapi_partition_resp"; |
Removed | .paths["/slurm/v0.0.40/partition/{partition_name}"].get.responses["default"].content["application/x-yaml"] = {}; |
Removed | .paths["/slurm/v0.0.40/partition/{partition_name}"].get.responses["default"].content["application/x-yaml"].schema = {}; |
Removed | .paths["/slurm/v0.0.40/partition/{partition_name}"].get.responses["default"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_partition_resp"; |
Removed | .paths["/slurm/v0.0.40/partition/{partition_name}"].get.responses["default"].content["text/yaml"] = {}; |
Removed | .paths["/slurm/v0.0.40/partition/{partition_name}"].get.responses["default"].content["text/yaml"].schema = {}; |
Replaced | .paths["/slurm/v0.0.40/partition/{partition_name}"].get.responses["default"].content["application/yaml"] = {}; |
Added | .paths["/slurm/v0.0.40/partition/{partition_name}"].get.responses["default"].content["application/yaml"].schema = {}; |
Added | .paths["/slurm/v0.0.40/partition/{partition_name}"].get.responses["default"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_partition_resp"; |
Removed | .paths["/slurm/v0.0.40/partitions/"].get.responses["200"].content["application/jsonrequest"] = {}; |
Removed | .paths["/slurm/v0.0.40/partitions/"].get.responses["200"].content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurm/v0.0.40/partitions/"].get.responses["200"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.40_openapi_partition_resp"; |
Removed | .paths["/slurm/v0.0.40/partitions/"].get.responses["200"].content["application/x-yaml"] = {}; |
Removed | .paths["/slurm/v0.0.40/partitions/"].get.responses["200"].content["application/x-yaml"].schema = {}; |
Removed | .paths["/slurm/v0.0.40/partitions/"].get.responses["200"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_partition_resp"; |
Removed | .paths["/slurm/v0.0.40/partitions/"].get.responses["200"].content["text/yaml"] = {}; |
Removed | .paths["/slurm/v0.0.40/partitions/"].get.responses["200"].content["text/yaml"].schema = {}; |
Replaced | .paths["/slurm/v0.0.40/partitions/"].get.responses["200"].content["application/yaml"] = {}; |
Added | .paths["/slurm/v0.0.40/partitions/"].get.responses["200"].content["application/yaml"].schema = {}; |
Added | .paths["/slurm/v0.0.40/partitions/"].get.responses["200"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_partition_resp"; |
Removed | .paths["/slurm/v0.0.40/partitions/"].get.responses["default"].content["application/jsonrequest"] = {}; |
Removed | .paths["/slurm/v0.0.40/partitions/"].get.responses["default"].content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurm/v0.0.40/partitions/"].get.responses["default"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.40_openapi_partition_resp"; |
Removed | .paths["/slurm/v0.0.40/partitions/"].get.responses["default"].content["application/x-yaml"] = {}; |
Removed | .paths["/slurm/v0.0.40/partitions/"].get.responses["default"].content["application/x-yaml"].schema = {}; |
Removed | .paths["/slurm/v0.0.40/partitions/"].get.responses["default"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_partition_resp"; |
Removed | .paths["/slurm/v0.0.40/partitions/"].get.responses["default"].content["text/yaml"] = {}; |
Removed | .paths["/slurm/v0.0.40/partitions/"].get.responses["default"].content["text/yaml"].schema = {}; |
Replaced | .paths["/slurm/v0.0.40/partitions/"].get.responses["default"].content["application/yaml"] = {}; |
Added | .paths["/slurm/v0.0.40/partitions/"].get.responses["default"].content["application/yaml"].schema = {}; |
Added | .paths["/slurm/v0.0.40/partitions/"].get.responses["default"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_partition_resp"; |
Removed | .paths["/slurm/v0.0.40/ping/"].get.responses["200"].content["application/jsonrequest"] = {}; |
Removed | .paths["/slurm/v0.0.40/ping/"].get.responses["200"].content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurm/v0.0.40/ping/"].get.responses["200"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.40_openapi_ping_array_resp"; |
Removed | .paths["/slurm/v0.0.40/ping/"].get.responses["200"].content["application/x-yaml"] = {}; |
Removed | .paths["/slurm/v0.0.40/ping/"].get.responses["200"].content["application/x-yaml"].schema = {}; |
Removed | .paths["/slurm/v0.0.40/ping/"].get.responses["200"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_ping_array_resp"; |
Removed | .paths["/slurm/v0.0.40/ping/"].get.responses["200"].content["text/yaml"] = {}; |
Removed | .paths["/slurm/v0.0.40/ping/"].get.responses["200"].content["text/yaml"].schema = {}; |
Replaced | .paths["/slurm/v0.0.40/ping/"].get.responses["200"].content["application/yaml"] = {}; |
Added | .paths["/slurm/v0.0.40/ping/"].get.responses["200"].content["application/yaml"].schema = {}; |
Added | .paths["/slurm/v0.0.40/ping/"].get.responses["200"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_ping_array_resp"; |
Removed | .paths["/slurm/v0.0.40/ping/"].get.responses["default"].content["application/jsonrequest"] = {}; |
Removed | .paths["/slurm/v0.0.40/ping/"].get.responses["default"].content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurm/v0.0.40/ping/"].get.responses["default"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.40_openapi_ping_array_resp"; |
Removed | .paths["/slurm/v0.0.40/ping/"].get.responses["default"].content["application/x-yaml"] = {}; |
Removed | .paths["/slurm/v0.0.40/ping/"].get.responses["default"].content["application/x-yaml"].schema = {}; |
Removed | .paths["/slurm/v0.0.40/ping/"].get.responses["default"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_ping_array_resp"; |
Removed | .paths["/slurm/v0.0.40/ping/"].get.responses["default"].content["text/yaml"] = {}; |
Removed | .paths["/slurm/v0.0.40/ping/"].get.responses["default"].content["text/yaml"].schema = {}; |
Replaced | .paths["/slurm/v0.0.40/ping/"].get.responses["default"].content["application/yaml"] = {}; |
Added | .paths["/slurm/v0.0.40/ping/"].get.responses["default"].content["application/yaml"].schema = {}; |
Added | .paths["/slurm/v0.0.40/ping/"].get.responses["default"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_ping_array_resp"; |
Removed | .paths["/slurm/v0.0.40/reconfigure/"].get.responses["200"].content["application/jsonrequest"] = {}; |
Removed | .paths["/slurm/v0.0.40/reconfigure/"].get.responses["200"].content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurm/v0.0.40/reconfigure/"].get.responses["200"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.40_openapi_resp"; |
Removed | .paths["/slurm/v0.0.40/reconfigure/"].get.responses["200"].content["application/x-yaml"] = {}; |
Removed | .paths["/slurm/v0.0.40/reconfigure/"].get.responses["200"].content["application/x-yaml"].schema = {}; |
Removed | .paths["/slurm/v0.0.40/reconfigure/"].get.responses["200"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_resp"; |
Removed | .paths["/slurm/v0.0.40/reconfigure/"].get.responses["200"].content["text/yaml"] = {}; |
Removed | .paths["/slurm/v0.0.40/reconfigure/"].get.responses["200"].content["text/yaml"].schema = {}; |
Replaced | .paths["/slurm/v0.0.40/reconfigure/"].get.responses["200"].content["application/yaml"] = {}; |
Added | .paths["/slurm/v0.0.40/reconfigure/"].get.responses["200"].content["application/yaml"].schema = {}; |
Added | .paths["/slurm/v0.0.40/reconfigure/"].get.responses["200"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_resp"; |
Removed | .paths["/slurm/v0.0.40/reconfigure/"].get.responses["default"].content["application/jsonrequest"] = {}; |
Removed | .paths["/slurm/v0.0.40/reconfigure/"].get.responses["default"].content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurm/v0.0.40/reconfigure/"].get.responses["default"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.40_openapi_resp"; |
Removed | .paths["/slurm/v0.0.40/reconfigure/"].get.responses["default"].content["application/x-yaml"] = {}; |
Removed | .paths["/slurm/v0.0.40/reconfigure/"].get.responses["default"].content["application/x-yaml"].schema = {}; |
Removed | .paths["/slurm/v0.0.40/reconfigure/"].get.responses["default"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_resp"; |
Removed | .paths["/slurm/v0.0.40/reconfigure/"].get.responses["default"].content["text/yaml"] = {}; |
Removed | .paths["/slurm/v0.0.40/reconfigure/"].get.responses["default"].content["text/yaml"].schema = {}; |
Replaced | .paths["/slurm/v0.0.40/reconfigure/"].get.responses["default"].content["application/yaml"] = {}; |
Added | .paths["/slurm/v0.0.40/reconfigure/"].get.responses["default"].content["application/yaml"].schema = {}; |
Added | .paths["/slurm/v0.0.40/reconfigure/"].get.responses["default"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_resp"; |
Removed | .paths["/slurm/v0.0.40/reservation/{reservation_name}"].get.responses["200"].content["application/jsonrequest"] = {}; |
Removed | .paths["/slurm/v0.0.40/reservation/{reservation_name}"].get.responses["200"].content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurm/v0.0.40/reservation/{reservation_name}"].get.responses["200"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.40_openapi_reservation_resp"; |
Removed | .paths["/slurm/v0.0.40/reservation/{reservation_name}"].get.responses["200"].content["application/x-yaml"] = {}; |
Removed | .paths["/slurm/v0.0.40/reservation/{reservation_name}"].get.responses["200"].content["application/x-yaml"].schema = {}; |
Removed | .paths["/slurm/v0.0.40/reservation/{reservation_name}"].get.responses["200"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_reservation_resp"; |
Removed | .paths["/slurm/v0.0.40/reservation/{reservation_name}"].get.responses["200"].content["text/yaml"] = {}; |
Removed | .paths["/slurm/v0.0.40/reservation/{reservation_name}"].get.responses["200"].content["text/yaml"].schema = {}; |
Replaced | .paths["/slurm/v0.0.40/reservation/{reservation_name}"].get.responses["200"].content["application/yaml"] = {}; |
Added | .paths["/slurm/v0.0.40/reservation/{reservation_name}"].get.responses["200"].content["application/yaml"].schema = {}; |
Added | .paths["/slurm/v0.0.40/reservation/{reservation_name}"].get.responses["200"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_reservation_resp"; |
Removed | .paths["/slurm/v0.0.40/reservation/{reservation_name}"].get.responses["default"].content["application/jsonrequest"] = {}; |
Removed | .paths["/slurm/v0.0.40/reservation/{reservation_name}"].get.responses["default"].content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurm/v0.0.40/reservation/{reservation_name}"].get.responses["default"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.40_openapi_reservation_resp"; |
Removed | .paths["/slurm/v0.0.40/reservation/{reservation_name}"].get.responses["default"].content["application/x-yaml"] = {}; |
Removed | .paths["/slurm/v0.0.40/reservation/{reservation_name}"].get.responses["default"].content["application/x-yaml"].schema = {}; |
Removed | .paths["/slurm/v0.0.40/reservation/{reservation_name}"].get.responses["default"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_reservation_resp"; |
Removed | .paths["/slurm/v0.0.40/reservation/{reservation_name}"].get.responses["default"].content["text/yaml"] = {}; |
Removed | .paths["/slurm/v0.0.40/reservation/{reservation_name}"].get.responses["default"].content["text/yaml"].schema = {}; |
Replaced | .paths["/slurm/v0.0.40/reservation/{reservation_name}"].get.responses["default"].content["application/yaml"] = {}; |
Added | .paths["/slurm/v0.0.40/reservation/{reservation_name}"].get.responses["default"].content["application/yaml"].schema = {}; |
Added | .paths["/slurm/v0.0.40/reservation/{reservation_name}"].get.responses["default"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_reservation_resp"; |
Removed | .paths["/slurm/v0.0.40/reservations/"].get.responses["200"].content["application/jsonrequest"] = {}; |
Removed | .paths["/slurm/v0.0.40/reservations/"].get.responses["200"].content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurm/v0.0.40/reservations/"].get.responses["200"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.40_openapi_reservation_resp"; |
Removed | .paths["/slurm/v0.0.40/reservations/"].get.responses["200"].content["application/x-yaml"] = {}; |
Removed | .paths["/slurm/v0.0.40/reservations/"].get.responses["200"].content["application/x-yaml"].schema = {}; |
Removed | .paths["/slurm/v0.0.40/reservations/"].get.responses["200"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_reservation_resp"; |
Removed | .paths["/slurm/v0.0.40/reservations/"].get.responses["200"].content["text/yaml"] = {}; |
Removed | .paths["/slurm/v0.0.40/reservations/"].get.responses["200"].content["text/yaml"].schema = {}; |
Replaced | .paths["/slurm/v0.0.40/reservations/"].get.responses["200"].content["application/yaml"] = {}; |
Added | .paths["/slurm/v0.0.40/reservations/"].get.responses["200"].content["application/yaml"].schema = {}; |
Added | .paths["/slurm/v0.0.40/reservations/"].get.responses["200"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_reservation_resp"; |
Removed | .paths["/slurm/v0.0.40/reservations/"].get.responses["default"].content["application/jsonrequest"] = {}; |
Removed | .paths["/slurm/v0.0.40/reservations/"].get.responses["default"].content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurm/v0.0.40/reservations/"].get.responses["default"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.40_openapi_reservation_resp"; |
Removed | .paths["/slurm/v0.0.40/reservations/"].get.responses["default"].content["application/x-yaml"] = {}; |
Removed | .paths["/slurm/v0.0.40/reservations/"].get.responses["default"].content["application/x-yaml"].schema = {}; |
Removed | .paths["/slurm/v0.0.40/reservations/"].get.responses["default"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_reservation_resp"; |
Removed | .paths["/slurm/v0.0.40/reservations/"].get.responses["default"].content["text/yaml"] = {}; |
Removed | .paths["/slurm/v0.0.40/reservations/"].get.responses["default"].content["text/yaml"].schema = {}; |
Replaced | .paths["/slurm/v0.0.40/reservations/"].get.responses["default"].content["application/yaml"] = {}; |
Added | .paths["/slurm/v0.0.40/reservations/"].get.responses["default"].content["application/yaml"].schema = {}; |
Added | .paths["/slurm/v0.0.40/reservations/"].get.responses["default"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_reservation_resp"; |
Removed | .paths["/slurm/v0.0.40/shares"].get.responses["200"].content["application/jsonrequest"] = {}; |
Removed | .paths["/slurm/v0.0.40/shares"].get.responses["200"].content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurm/v0.0.40/shares"].get.responses["200"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.40_openapi_shares_resp"; |
Removed | .paths["/slurm/v0.0.40/shares"].get.responses["200"].content["application/x-yaml"] = {}; |
Removed | .paths["/slurm/v0.0.40/shares"].get.responses["200"].content["application/x-yaml"].schema = {}; |
Removed | .paths["/slurm/v0.0.40/shares"].get.responses["200"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_shares_resp"; |
Removed | .paths["/slurm/v0.0.40/shares"].get.responses["200"].content["text/yaml"] = {}; |
data_parser/v0.0.39
Removal notice
The v0.0.39 plugin has now been removed.openapi/v0.0.39 (src/plugins/openapi/v0.0.39/openapi.json)
Removal notice
The v0.0.39 plugin has now been removed.openapi/dbv0.0.39 (src/plugins/openapi/dbv0.0.39/openapi.json)
Removal notice
The dbv0.0.39 plugin has now been removed.Slurm 24.05.3
data_parser/v0.0.41
Modified Fields
Added | .components.schemas["v0.0.41_kill_jobs_msg"] = {}; |
Added | .components.schemas["v0.0.41_kill_jobs_msg"].required = []; |
Added | .components.schemas["v0.0.41_kill_jobs_msg"].type = "object"; |
Removed | .paths["/slurm/v0.0.41/jobs/"]["delete"].parameters = []; |
Replaced | .paths["/slurm/v0.0.41/jobs/"]["delete"].requestBody = {}; |
Added | .paths["/slurm/v0.0.41/jobs/"]["delete"].requestBody.content = {}; |
Added | .paths["/slurm/v0.0.41/jobs/"]["delete"].requestBody.content["application/json"] = {}; |
Added | .paths["/slurm/v0.0.41/jobs/"]["delete"].requestBody.content["application/json"].schema = {}; |
Added | .paths["/slurm/v0.0.41/jobs/"]["delete"].requestBody.content["application/json"].schema.$ref = "#/components/schemas/v0.0.41_kill_jobs_msg"; |
Added | .paths["/slurm/v0.0.41/jobs/"]["delete"].requestBody.content["application/x-yaml"] = {}; |
Added | .paths["/slurm/v0.0.41/jobs/"]["delete"].requestBody.content["application/x-yaml"].schema = {}; |
Added | .paths["/slurm/v0.0.41/jobs/"]["delete"].requestBody.content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.41_kill_jobs_msg"; |
Added | .paths["/slurm/v0.0.41/jobs/"]["delete"].requestBody.description = "Signal or cancel jobs"; |
data_parser/v0.0.40
Modified Fields
Added | .components.schemas["v0.0.40_kill_jobs_msg"] = {}; |
Removed | .paths["/slurm/v0.0.40/jobs/"]["delete"].parameters = []; |
Replaced | .paths["/slurm/v0.0.40/jobs/"]["delete"].requestBody = {}; |
Added | .paths["/slurm/v0.0.40/jobs/"]["delete"].requestBody.content = {}; |
Added | .paths["/slurm/v0.0.40/jobs/"]["delete"].requestBody.content["application/json"] = {}; |
Added | .paths["/slurm/v0.0.40/jobs/"]["delete"].requestBody.content["application/json"].schema = {}; |
Added | .paths["/slurm/v0.0.40/jobs/"]["delete"].requestBody.content["application/json"].schema.$ref = "#/components/schemas/v0.0.40_kill_jobs_msg"; |
Added | .paths["/slurm/v0.0.40/jobs/"]["delete"].requestBody.content["application/x-yaml"] = {}; |
Added | .paths["/slurm/v0.0.40/jobs/"]["delete"].requestBody.content["application/x-yaml"].schema = {}; |
Added | .paths["/slurm/v0.0.40/jobs/"]["delete"].requestBody.content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.40_kill_jobs_msg"; |
Added | .paths["/slurm/v0.0.40/jobs/"]["delete"].requestBody.description = "Signal or cancel jobs"; |
Slurm 24.05.1
data_parser/v0.0.41
Removed mime types aliases
Removed | .paths["/slurm/v0.0.41/diag/"].get.responses["200"].content["application/jsonrequest"] = {}; |
Removed | .paths["/slurm/v0.0.41/diag/"].get.responses["200"].content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurm/v0.0.41/diag/"].get.responses["200"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.41_openapi_diag_resp"; |
Removed | .paths["/slurm/v0.0.41/diag/"].get.responses["200"].content["text/yaml"] = {}; |
Removed | .paths["/slurm/v0.0.41/diag/"].get.responses["200"].content["text/yaml"].schema = {}; |
Removed | .paths["/slurm/v0.0.41/diag/"].get.responses["200"].content["text/yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_diag_resp"; |
Removed | .paths["/slurm/v0.0.41/diag/"].get.responses["default"].content["application/jsonrequest"] = {}; |
Removed | .paths["/slurm/v0.0.41/diag/"].get.responses["default"].content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurm/v0.0.41/diag/"].get.responses["default"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.41_openapi_diag_resp"; |
Removed | .paths["/slurm/v0.0.41/diag/"].get.responses["default"].content["text/yaml"] = {}; |
Removed | .paths["/slurm/v0.0.41/diag/"].get.responses["default"].content["text/yaml"].schema = {}; |
Removed | .paths["/slurm/v0.0.41/diag/"].get.responses["default"].content["text/yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_diag_resp"; |
Removed | .paths["/slurm/v0.0.41/job/allocate"].post.requestBody.content["application/jsonrequest"] = {}; |
Removed | .paths["/slurm/v0.0.41/job/allocate"].post.requestBody.content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurm/v0.0.41/job/allocate"].post.requestBody.content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.41_job_alloc_req"; |
Removed | .paths["/slurm/v0.0.41/job/allocate"].post.requestBody.content["text/yaml"] = {}; |
Removed | .paths["/slurm/v0.0.41/job/allocate"].post.requestBody.content["text/yaml"].schema = {}; |
Removed | .paths["/slurm/v0.0.41/job/allocate"].post.requestBody.content["text/yaml"].schema.$ref = "#/components/schemas/v0.0.41_job_alloc_req"; |
Removed | .paths["/slurm/v0.0.41/job/allocate"].post.responses["200"].content["application/jsonrequest"] = {}; |
Removed | .paths["/slurm/v0.0.41/job/allocate"].post.responses["200"].content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurm/v0.0.41/job/allocate"].post.responses["200"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.41_openapi_job_alloc_resp"; |
Removed | .paths["/slurm/v0.0.41/job/allocate"].post.responses["200"].content["text/yaml"] = {}; |
Removed | .paths["/slurm/v0.0.41/job/allocate"].post.responses["200"].content["text/yaml"].schema = {}; |
Removed | .paths["/slurm/v0.0.41/job/allocate"].post.responses["200"].content["text/yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_job_alloc_resp"; |
Removed | .paths["/slurm/v0.0.41/job/allocate"].post.responses["default"].content["application/jsonrequest"] = {}; |
Removed | .paths["/slurm/v0.0.41/job/allocate"].post.responses["default"].content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurm/v0.0.41/job/allocate"].post.responses["default"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.41_openapi_job_alloc_resp"; |
Removed | .paths["/slurm/v0.0.41/job/allocate"].post.responses["default"].content["text/yaml"] = {}; |
Removed | .paths["/slurm/v0.0.41/job/allocate"].post.responses["default"].content["text/yaml"].schema = {}; |
Removed | .paths["/slurm/v0.0.41/job/allocate"].post.responses["default"].content["text/yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_job_alloc_resp"; |
Removed | .paths["/slurm/v0.0.41/job/submit"].post.requestBody.content["application/jsonrequest"] = {}; |
Removed | .paths["/slurm/v0.0.41/job/submit"].post.requestBody.content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurm/v0.0.41/job/submit"].post.requestBody.content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.41_job_submit_req"; |
Removed | .paths["/slurm/v0.0.41/job/submit"].post.requestBody.content["text/yaml"] = {}; |
Removed | .paths["/slurm/v0.0.41/job/submit"].post.requestBody.content["text/yaml"].schema = {}; |
Removed | .paths["/slurm/v0.0.41/job/submit"].post.requestBody.content["text/yaml"].schema.$ref = "#/components/schemas/v0.0.41_job_submit_req"; |
Removed | .paths["/slurm/v0.0.41/job/submit"].post.responses["200"].content["application/jsonrequest"] = {}; |
Removed | .paths["/slurm/v0.0.41/job/submit"].post.responses["200"].content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurm/v0.0.41/job/submit"].post.responses["200"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.41_openapi_job_submit_response"; |
Removed | .paths["/slurm/v0.0.41/job/submit"].post.responses["200"].content["text/yaml"] = {}; |
Removed | .paths["/slurm/v0.0.41/job/submit"].post.responses["200"].content["text/yaml"].schema = {}; |
Removed | .paths["/slurm/v0.0.41/job/submit"].post.responses["200"].content["text/yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_job_submit_response"; |
Removed | .paths["/slurm/v0.0.41/job/submit"].post.responses["default"].content["application/jsonrequest"] = {}; |
Removed | .paths["/slurm/v0.0.41/job/submit"].post.responses["default"].content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurm/v0.0.41/job/submit"].post.responses["default"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.41_openapi_job_submit_response"; |
Removed | .paths["/slurm/v0.0.41/job/submit"].post.responses["default"].content["text/yaml"] = {}; |
Removed | .paths["/slurm/v0.0.41/job/submit"].post.responses["default"].content["text/yaml"].schema = {}; |
Removed | .paths["/slurm/v0.0.41/job/submit"].post.responses["default"].content["text/yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_job_submit_response"; |
Removed | .paths["/slurm/v0.0.41/job/{job_id}"].get.responses["200"].content["application/jsonrequest"] = {}; |
Removed | .paths["/slurm/v0.0.41/job/{job_id}"].get.responses["200"].content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurm/v0.0.41/job/{job_id}"].get.responses["200"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.41_openapi_job_info_resp"; |
Removed | .paths["/slurm/v0.0.41/job/{job_id}"].get.responses["200"].content["text/yaml"] = {}; |
Removed | .paths["/slurm/v0.0.41/job/{job_id}"].get.responses["200"].content["text/yaml"].schema = {}; |
Removed | .paths["/slurm/v0.0.41/job/{job_id}"].get.responses["200"].content["text/yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_job_info_resp"; |
Removed | .paths["/slurm/v0.0.41/job/{job_id}"].get.responses["default"].content["application/jsonrequest"] = {}; |
Removed | .paths["/slurm/v0.0.41/job/{job_id}"].get.responses["default"].content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurm/v0.0.41/job/{job_id}"].get.responses["default"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.41_openapi_job_info_resp"; |
Removed | .paths["/slurm/v0.0.41/job/{job_id}"].get.responses["default"].content["text/yaml"] = {}; |
Removed | .paths["/slurm/v0.0.41/job/{job_id}"].get.responses["default"].content["text/yaml"].schema = {}; |
Removed | .paths["/slurm/v0.0.41/job/{job_id}"].get.responses["default"].content["text/yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_job_info_resp"; |
Removed | .paths["/slurm/v0.0.41/job/{job_id}"].post.requestBody.content["application/jsonrequest"] = {}; |
Removed | .paths["/slurm/v0.0.41/job/{job_id}"].post.requestBody.content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurm/v0.0.41/job/{job_id}"].post.requestBody.content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.41_job_desc_msg"; |
Removed | .paths["/slurm/v0.0.41/job/{job_id}"].post.requestBody.content["text/yaml"] = {}; |
Removed | .paths["/slurm/v0.0.41/job/{job_id}"].post.requestBody.content["text/yaml"].schema = {}; |
Removed | .paths["/slurm/v0.0.41/job/{job_id}"].post.requestBody.content["text/yaml"].schema.$ref = "#/components/schemas/v0.0.41_job_desc_msg"; |
Removed | .paths["/slurm/v0.0.41/job/{job_id}"].post.responses["200"].content["application/jsonrequest"] = {}; |
Removed | .paths["/slurm/v0.0.41/job/{job_id}"].post.responses["200"].content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurm/v0.0.41/job/{job_id}"].post.responses["200"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.41_openapi_job_post_response"; |
Removed | .paths["/slurm/v0.0.41/job/{job_id}"].post.responses["200"].content["text/yaml"] = {}; |
Removed | .paths["/slurm/v0.0.41/job/{job_id}"].post.responses["200"].content["text/yaml"].schema = {}; |
Removed | .paths["/slurm/v0.0.41/job/{job_id}"].post.responses["200"].content["text/yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_job_post_response"; |
Removed | .paths["/slurm/v0.0.41/job/{job_id}"].post.responses["default"].content["application/jsonrequest"] = {}; |
Removed | .paths["/slurm/v0.0.41/job/{job_id}"].post.responses["default"].content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurm/v0.0.41/job/{job_id}"].post.responses["default"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.41_openapi_job_post_response"; |
Removed | .paths["/slurm/v0.0.41/job/{job_id}"].post.responses["default"].content["text/yaml"] = {}; |
Removed | .paths["/slurm/v0.0.41/job/{job_id}"].post.responses["default"].content["text/yaml"].schema = {}; |
Removed | .paths["/slurm/v0.0.41/job/{job_id}"].post.responses["default"].content["text/yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_job_post_response"; |
Removed | .paths["/slurm/v0.0.41/job/{job_id}"]["delete"].responses["200"].content["application/jsonrequest"] = {}; |
Removed | .paths["/slurm/v0.0.41/job/{job_id}"]["delete"].responses["200"].content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurm/v0.0.41/job/{job_id}"]["delete"].responses["200"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.41_openapi_resp"; |
Removed | .paths["/slurm/v0.0.41/job/{job_id}"]["delete"].responses["200"].content["text/yaml"] = {}; |
Removed | .paths["/slurm/v0.0.41/job/{job_id}"]["delete"].responses["200"].content["text/yaml"].schema = {}; |
Removed | .paths["/slurm/v0.0.41/job/{job_id}"]["delete"].responses["200"].content["text/yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_resp"; |
Removed | .paths["/slurm/v0.0.41/job/{job_id}"]["delete"].responses["default"].content["application/jsonrequest"] = {}; |
Removed | .paths["/slurm/v0.0.41/job/{job_id}"]["delete"].responses["default"].content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurm/v0.0.41/job/{job_id}"]["delete"].responses["default"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.41_openapi_resp"; |
Removed | .paths["/slurm/v0.0.41/job/{job_id}"]["delete"].responses["default"].content["text/yaml"] = {}; |
Removed | .paths["/slurm/v0.0.41/job/{job_id}"]["delete"].responses["default"].content["text/yaml"].schema = {}; |
Removed | .paths["/slurm/v0.0.41/job/{job_id}"]["delete"].responses["default"].content["text/yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_resp"; |
Removed | .paths["/slurm/v0.0.41/jobs/"].get.responses["200"].content["application/jsonrequest"] = {}; |
Removed | .paths["/slurm/v0.0.41/jobs/"].get.responses["200"].content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurm/v0.0.41/jobs/"].get.responses["200"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.41_openapi_job_info_resp"; |
Removed | .paths["/slurm/v0.0.41/jobs/"].get.responses["200"].content["text/yaml"] = {}; |
Removed | .paths["/slurm/v0.0.41/jobs/"].get.responses["200"].content["text/yaml"].schema = {}; |
Removed | .paths["/slurm/v0.0.41/jobs/"].get.responses["200"].content["text/yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_job_info_resp"; |
Removed | .paths["/slurm/v0.0.41/jobs/"].get.responses["default"].content["application/jsonrequest"] = {}; |
Removed | .paths["/slurm/v0.0.41/jobs/"].get.responses["default"].content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurm/v0.0.41/jobs/"].get.responses["default"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.41_openapi_job_info_resp"; |
Removed | .paths["/slurm/v0.0.41/jobs/"].get.responses["default"].content["text/yaml"] = {}; |
Removed | .paths["/slurm/v0.0.41/jobs/"].get.responses["default"].content["text/yaml"].schema = {}; |
Removed | .paths["/slurm/v0.0.41/jobs/"].get.responses["default"].content["text/yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_job_info_resp"; |
Removed | .paths["/slurm/v0.0.41/jobs/"]["delete"].responses["200"].content["application/jsonrequest"] = {}; |
Removed | .paths["/slurm/v0.0.41/jobs/"]["delete"].responses["200"].content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurm/v0.0.41/jobs/"]["delete"].responses["200"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.41_openapi_kill_jobs_resp"; |
Removed | .paths["/slurm/v0.0.41/jobs/"]["delete"].responses["200"].content["text/yaml"] = {}; |
Removed | .paths["/slurm/v0.0.41/jobs/"]["delete"].responses["200"].content["text/yaml"].schema = {}; |
Removed | .paths["/slurm/v0.0.41/jobs/"]["delete"].responses["200"].content["text/yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_kill_jobs_resp"; |
Removed | .paths["/slurm/v0.0.41/jobs/"]["delete"].responses["default"].content["application/jsonrequest"] = {}; |
Removed | .paths["/slurm/v0.0.41/jobs/"]["delete"].responses["default"].content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurm/v0.0.41/jobs/"]["delete"].responses["default"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.41_openapi_kill_jobs_resp"; |
Removed | .paths["/slurm/v0.0.41/jobs/"]["delete"].responses["default"].content["text/yaml"] = {}; |
Removed | .paths["/slurm/v0.0.41/jobs/"]["delete"].responses["default"].content["text/yaml"].schema = {}; |
Removed | .paths["/slurm/v0.0.41/jobs/"]["delete"].responses["default"].content["text/yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_kill_jobs_resp"; |
Removed | .paths["/slurm/v0.0.41/jobs/state/"].get.responses["200"].content["application/jsonrequest"] = {}; |
Removed | .paths["/slurm/v0.0.41/jobs/state/"].get.responses["200"].content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurm/v0.0.41/jobs/state/"].get.responses["200"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.41_openapi_job_info_resp"; |
Removed | .paths["/slurm/v0.0.41/jobs/state/"].get.responses["200"].content["text/yaml"] = {}; |
Removed | .paths["/slurm/v0.0.41/jobs/state/"].get.responses["200"].content["text/yaml"].schema = {}; |
Removed | .paths["/slurm/v0.0.41/jobs/state/"].get.responses["200"].content["text/yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_job_info_resp"; |
Removed | .paths["/slurm/v0.0.41/jobs/state/"].get.responses["default"].content["application/jsonrequest"] = {}; |
Removed | .paths["/slurm/v0.0.41/jobs/state/"].get.responses["default"].content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurm/v0.0.41/jobs/state/"].get.responses["default"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.41_openapi_job_info_resp"; |
Removed | .paths["/slurm/v0.0.41/jobs/state/"].get.responses["default"].content["text/yaml"] = {}; |
Removed | .paths["/slurm/v0.0.41/jobs/state/"].get.responses["default"].content["text/yaml"].schema = {}; |
Removed | .paths["/slurm/v0.0.41/jobs/state/"].get.responses["default"].content["text/yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_job_info_resp"; |
Removed | .paths["/slurm/v0.0.41/licenses/"].get.responses["200"].content["application/jsonrequest"] = {}; |
Removed | .paths["/slurm/v0.0.41/licenses/"].get.responses["200"].content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurm/v0.0.41/licenses/"].get.responses["200"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.41_openapi_licenses_resp"; |
Removed | .paths["/slurm/v0.0.41/licenses/"].get.responses["200"].content["text/yaml"] = {}; |
Removed | .paths["/slurm/v0.0.41/licenses/"].get.responses["200"].content["text/yaml"].schema = {}; |
Removed | .paths["/slurm/v0.0.41/licenses/"].get.responses["200"].content["text/yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_licenses_resp"; |
Removed | .paths["/slurm/v0.0.41/licenses/"].get.responses["default"].content["application/jsonrequest"] = {}; |
Removed | .paths["/slurm/v0.0.41/licenses/"].get.responses["default"].content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurm/v0.0.41/licenses/"].get.responses["default"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.41_openapi_licenses_resp"; |
Removed | .paths["/slurm/v0.0.41/licenses/"].get.responses["default"].content["text/yaml"] = {}; |
Removed | .paths["/slurm/v0.0.41/licenses/"].get.responses["default"].content["text/yaml"].schema = {}; |
Removed | .paths["/slurm/v0.0.41/licenses/"].get.responses["default"].content["text/yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_licenses_resp"; |
Removed | .paths["/slurm/v0.0.41/node/{node_name}"].get.responses["200"].content["application/jsonrequest"] = {}; |
Removed | .paths["/slurm/v0.0.41/node/{node_name}"].get.responses["200"].content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurm/v0.0.41/node/{node_name}"].get.responses["200"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.41_openapi_nodes_resp"; |
Removed | .paths["/slurm/v0.0.41/node/{node_name}"].get.responses["200"].content["text/yaml"] = {}; |
Removed | .paths["/slurm/v0.0.41/node/{node_name}"].get.responses["200"].content["text/yaml"].schema = {}; |
Removed | .paths["/slurm/v0.0.41/node/{node_name}"].get.responses["200"].content["text/yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_nodes_resp"; |
Removed | .paths["/slurm/v0.0.41/node/{node_name}"].get.responses["default"].content["application/jsonrequest"] = {}; |
Removed | .paths["/slurm/v0.0.41/node/{node_name}"].get.responses["default"].content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurm/v0.0.41/node/{node_name}"].get.responses["default"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.41_openapi_nodes_resp"; |
Removed | .paths["/slurm/v0.0.41/node/{node_name}"].get.responses["default"].content["text/yaml"] = {}; |
Removed | .paths["/slurm/v0.0.41/node/{node_name}"].get.responses["default"].content["text/yaml"].schema = {}; |
Removed | .paths["/slurm/v0.0.41/node/{node_name}"].get.responses["default"].content["text/yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_nodes_resp"; |
Removed | .paths["/slurm/v0.0.41/node/{node_name}"].post.requestBody.content["application/jsonrequest"] = {}; |
Removed | .paths["/slurm/v0.0.41/node/{node_name}"].post.requestBody.content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurm/v0.0.41/node/{node_name}"].post.requestBody.content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.41_update_node_msg"; |
Removed | .paths["/slurm/v0.0.41/node/{node_name}"].post.requestBody.content["text/yaml"] = {}; |
Removed | .paths["/slurm/v0.0.41/node/{node_name}"].post.requestBody.content["text/yaml"].schema = {}; |
Removed | .paths["/slurm/v0.0.41/node/{node_name}"].post.requestBody.content["text/yaml"].schema.$ref = "#/components/schemas/v0.0.41_update_node_msg"; |
Removed | .paths["/slurm/v0.0.41/node/{node_name}"].post.responses["200"].content["application/jsonrequest"] = {}; |
Removed | .paths["/slurm/v0.0.41/node/{node_name}"].post.responses["200"].content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurm/v0.0.41/node/{node_name}"].post.responses["200"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.41_openapi_resp"; |
Removed | .paths["/slurm/v0.0.41/node/{node_name}"].post.responses["200"].content["text/yaml"] = {}; |
Removed | .paths["/slurm/v0.0.41/node/{node_name}"].post.responses["200"].content["text/yaml"].schema = {}; |
Removed | .paths["/slurm/v0.0.41/node/{node_name}"].post.responses["200"].content["text/yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_resp"; |
Removed | .paths["/slurm/v0.0.41/node/{node_name}"].post.responses["default"].content["application/jsonrequest"] = {}; |
Removed | .paths["/slurm/v0.0.41/node/{node_name}"].post.responses["default"].content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurm/v0.0.41/node/{node_name}"].post.responses["default"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.41_openapi_resp"; |
Removed | .paths["/slurm/v0.0.41/node/{node_name}"].post.responses["default"].content["text/yaml"] = {}; |
Removed | .paths["/slurm/v0.0.41/node/{node_name}"].post.responses["default"].content["text/yaml"].schema = {}; |
Removed | .paths["/slurm/v0.0.41/node/{node_name}"].post.responses["default"].content["text/yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_resp"; |
Removed | .paths["/slurm/v0.0.41/node/{node_name}"]["delete"].responses["200"].content["application/jsonrequest"] = {}; |
Removed | .paths["/slurm/v0.0.41/node/{node_name}"]["delete"].responses["200"].content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurm/v0.0.41/node/{node_name}"]["delete"].responses["200"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.41_openapi_resp"; |
Removed | .paths["/slurm/v0.0.41/node/{node_name}"]["delete"].responses["200"].content["text/yaml"] = {}; |
Removed | .paths["/slurm/v0.0.41/node/{node_name}"]["delete"].responses["200"].content["text/yaml"].schema = {}; |
Removed | .paths["/slurm/v0.0.41/node/{node_name}"]["delete"].responses["200"].content["text/yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_resp"; |
Removed | .paths["/slurm/v0.0.41/node/{node_name}"]["delete"].responses["default"].content["application/jsonrequest"] = {}; |
Removed | .paths["/slurm/v0.0.41/node/{node_name}"]["delete"].responses["default"].content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurm/v0.0.41/node/{node_name}"]["delete"].responses["default"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.41_openapi_resp"; |
Removed | .paths["/slurm/v0.0.41/node/{node_name}"]["delete"].responses["default"].content["text/yaml"] = {}; |
Removed | .paths["/slurm/v0.0.41/node/{node_name}"]["delete"].responses["default"].content["text/yaml"].schema = {}; |
Removed | .paths["/slurm/v0.0.41/node/{node_name}"]["delete"].responses["default"].content["text/yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_resp"; |
Removed | .paths["/slurm/v0.0.41/nodes/"].get.responses["200"].content["application/jsonrequest"] = {}; |
Removed | .paths["/slurm/v0.0.41/nodes/"].get.responses["200"].content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurm/v0.0.41/nodes/"].get.responses["200"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.41_openapi_nodes_resp"; |
Removed | .paths["/slurm/v0.0.41/nodes/"].get.responses["200"].content["text/yaml"] = {}; |
Removed | .paths["/slurm/v0.0.41/nodes/"].get.responses["200"].content["text/yaml"].schema = {}; |
Removed | .paths["/slurm/v0.0.41/nodes/"].get.responses["200"].content["text/yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_nodes_resp"; |
Removed | .paths["/slurm/v0.0.41/nodes/"].get.responses["default"].content["application/jsonrequest"] = {}; |
Removed | .paths["/slurm/v0.0.41/nodes/"].get.responses["default"].content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurm/v0.0.41/nodes/"].get.responses["default"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.41_openapi_nodes_resp"; |
Removed | .paths["/slurm/v0.0.41/nodes/"].get.responses["default"].content["text/yaml"] = {}; |
Removed | .paths["/slurm/v0.0.41/nodes/"].get.responses["default"].content["text/yaml"].schema = {}; |
Removed | .paths["/slurm/v0.0.41/nodes/"].get.responses["default"].content["text/yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_nodes_resp"; |
Removed | .paths["/slurm/v0.0.41/partition/{partition_name}"].get.responses["200"].content["application/jsonrequest"] = {}; |
Removed | .paths["/slurm/v0.0.41/partition/{partition_name}"].get.responses["200"].content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurm/v0.0.41/partition/{partition_name}"].get.responses["200"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.41_openapi_partition_resp"; |
Removed | .paths["/slurm/v0.0.41/partition/{partition_name}"].get.responses["200"].content["text/yaml"] = {}; |
Removed | .paths["/slurm/v0.0.41/partition/{partition_name}"].get.responses["200"].content["text/yaml"].schema = {}; |
Removed | .paths["/slurm/v0.0.41/partition/{partition_name}"].get.responses["200"].content["text/yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_partition_resp"; |
Removed | .paths["/slurm/v0.0.41/partition/{partition_name}"].get.responses["default"].content["application/jsonrequest"] = {}; |
Removed | .paths["/slurm/v0.0.41/partition/{partition_name}"].get.responses["default"].content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurm/v0.0.41/partition/{partition_name}"].get.responses["default"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.41_openapi_partition_resp"; |
Removed | .paths["/slurm/v0.0.41/partition/{partition_name}"].get.responses["default"].content["text/yaml"] = {}; |
Removed | .paths["/slurm/v0.0.41/partition/{partition_name}"].get.responses["default"].content["text/yaml"].schema = {}; |
Removed | .paths["/slurm/v0.0.41/partition/{partition_name}"].get.responses["default"].content["text/yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_partition_resp"; |
Removed | .paths["/slurm/v0.0.41/partitions/"].get.responses["200"].content["application/jsonrequest"] = {}; |
Removed | .paths["/slurm/v0.0.41/partitions/"].get.responses["200"].content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurm/v0.0.41/partitions/"].get.responses["200"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.41_openapi_partition_resp"; |
Removed | .paths["/slurm/v0.0.41/partitions/"].get.responses["200"].content["text/yaml"] = {}; |
Removed | .paths["/slurm/v0.0.41/partitions/"].get.responses["200"].content["text/yaml"].schema = {}; |
Removed | .paths["/slurm/v0.0.41/partitions/"].get.responses["200"].content["text/yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_partition_resp"; |
Removed | .paths["/slurm/v0.0.41/partitions/"].get.responses["default"].content["application/jsonrequest"] = {}; |
Removed | .paths["/slurm/v0.0.41/partitions/"].get.responses["default"].content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurm/v0.0.41/partitions/"].get.responses["default"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.41_openapi_partition_resp"; |
Removed | .paths["/slurm/v0.0.41/partitions/"].get.responses["default"].content["text/yaml"] = {}; |
Removed | .paths["/slurm/v0.0.41/partitions/"].get.responses["default"].content["text/yaml"].schema = {}; |
Removed | .paths["/slurm/v0.0.41/partitions/"].get.responses["default"].content["text/yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_partition_resp"; |
Removed | .paths["/slurm/v0.0.41/ping/"].get.responses["200"].content["application/jsonrequest"] = {}; |
Removed | .paths["/slurm/v0.0.41/ping/"].get.responses["200"].content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurm/v0.0.41/ping/"].get.responses["200"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.41_openapi_ping_array_resp"; |
Removed | .paths["/slurm/v0.0.41/ping/"].get.responses["200"].content["text/yaml"] = {}; |
Removed | .paths["/slurm/v0.0.41/ping/"].get.responses["200"].content["text/yaml"].schema = {}; |
Removed | .paths["/slurm/v0.0.41/ping/"].get.responses["200"].content["text/yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_ping_array_resp"; |
Removed | .paths["/slurm/v0.0.41/ping/"].get.responses["default"].content["application/jsonrequest"] = {}; |
Removed | .paths["/slurm/v0.0.41/ping/"].get.responses["default"].content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurm/v0.0.41/ping/"].get.responses["default"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.41_openapi_ping_array_resp"; |
Removed | .paths["/slurm/v0.0.41/ping/"].get.responses["default"].content["text/yaml"] = {}; |
Removed | .paths["/slurm/v0.0.41/ping/"].get.responses["default"].content["text/yaml"].schema = {}; |
Removed | .paths["/slurm/v0.0.41/ping/"].get.responses["default"].content["text/yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_ping_array_resp"; |
Removed | .paths["/slurm/v0.0.41/reconfigure/"].get.responses["200"].content["application/jsonrequest"] = {}; |
Removed | .paths["/slurm/v0.0.41/reconfigure/"].get.responses["200"].content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurm/v0.0.41/reconfigure/"].get.responses["200"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.41_openapi_resp"; |
Removed | .paths["/slurm/v0.0.41/reconfigure/"].get.responses["200"].content["text/yaml"] = {}; |
Removed | .paths["/slurm/v0.0.41/reconfigure/"].get.responses["200"].content["text/yaml"].schema = {}; |
Removed | .paths["/slurm/v0.0.41/reconfigure/"].get.responses["200"].content["text/yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_resp"; |
Removed | .paths["/slurm/v0.0.41/reconfigure/"].get.responses["default"].content["application/jsonrequest"] = {}; |
Removed | .paths["/slurm/v0.0.41/reconfigure/"].get.responses["default"].content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurm/v0.0.41/reconfigure/"].get.responses["default"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.41_openapi_resp"; |
Removed | .paths["/slurm/v0.0.41/reconfigure/"].get.responses["default"].content["text/yaml"] = {}; |
Removed | .paths["/slurm/v0.0.41/reconfigure/"].get.responses["default"].content["text/yaml"].schema = {}; |
Removed | .paths["/slurm/v0.0.41/reconfigure/"].get.responses["default"].content["text/yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_resp"; |
Removed | .paths["/slurm/v0.0.41/reservation/{reservation_name}"].get.responses["200"].content["application/jsonrequest"] = {}; |
Removed | .paths["/slurm/v0.0.41/reservation/{reservation_name}"].get.responses["200"].content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurm/v0.0.41/reservation/{reservation_name}"].get.responses["200"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.41_openapi_reservation_resp"; |
Removed | .paths["/slurm/v0.0.41/reservation/{reservation_name}"].get.responses["200"].content["text/yaml"] = {}; |
Removed | .paths["/slurm/v0.0.41/reservation/{reservation_name}"].get.responses["200"].content["text/yaml"].schema = {}; |
Removed | .paths["/slurm/v0.0.41/reservation/{reservation_name}"].get.responses["200"].content["text/yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_reservation_resp"; |
Removed | .paths["/slurm/v0.0.41/reservation/{reservation_name}"].get.responses["default"].content["application/jsonrequest"] = {}; |
Removed | .paths["/slurm/v0.0.41/reservation/{reservation_name}"].get.responses["default"].content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurm/v0.0.41/reservation/{reservation_name}"].get.responses["default"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.41_openapi_reservation_resp"; |
Removed | .paths["/slurm/v0.0.41/reservation/{reservation_name}"].get.responses["default"].content["text/yaml"] = {}; |
Removed | .paths["/slurm/v0.0.41/reservation/{reservation_name}"].get.responses["default"].content["text/yaml"].schema = {}; |
Removed | .paths["/slurm/v0.0.41/reservation/{reservation_name}"].get.responses["default"].content["text/yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_reservation_resp"; |
Removed | .paths["/slurm/v0.0.41/reservations/"].get.responses["200"].content["application/jsonrequest"] = {}; |
Removed | .paths["/slurm/v0.0.41/reservations/"].get.responses["200"].content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurm/v0.0.41/reservations/"].get.responses["200"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.41_openapi_reservation_resp"; |
Removed | .paths["/slurm/v0.0.41/reservations/"].get.responses["200"].content["text/yaml"] = {}; |
Removed | .paths["/slurm/v0.0.41/reservations/"].get.responses["200"].content["text/yaml"].schema = {}; |
Removed | .paths["/slurm/v0.0.41/reservations/"].get.responses["200"].content["text/yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_reservation_resp"; |
Removed | .paths["/slurm/v0.0.41/reservations/"].get.responses["default"].content["application/jsonrequest"] = {}; |
Removed | .paths["/slurm/v0.0.41/reservations/"].get.responses["default"].content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurm/v0.0.41/reservations/"].get.responses["default"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.41_openapi_reservation_resp"; |
Removed | .paths["/slurm/v0.0.41/reservations/"].get.responses["default"].content["text/yaml"] = {}; |
Removed | .paths["/slurm/v0.0.41/reservations/"].get.responses["default"].content["text/yaml"].schema = {}; |
Removed | .paths["/slurm/v0.0.41/reservations/"].get.responses["default"].content["text/yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_reservation_resp"; |
Removed | .paths["/slurm/v0.0.41/shares"].get.responses["200"].content["application/jsonrequest"] = {}; |
Removed | .paths["/slurm/v0.0.41/shares"].get.responses["200"].content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurm/v0.0.41/shares"].get.responses["200"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.41_openapi_shares_resp"; |
Removed | .paths["/slurm/v0.0.41/shares"].get.responses["200"].content["text/yaml"] = {}; |
Removed | .paths["/slurm/v0.0.41/shares"].get.responses["200"].content["text/yaml"].schema = {}; |
Removed | .paths["/slurm/v0.0.41/shares"].get.responses["200"].content["text/yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_shares_resp"; |
Removed | .paths["/slurm/v0.0.41/shares"].get.responses["default"].content["application/jsonrequest"] = {}; |
Removed | .paths["/slurm/v0.0.41/shares"].get.responses["default"].content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurm/v0.0.41/shares"].get.responses["default"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.41_openapi_shares_resp"; |
Removed | .paths["/slurm/v0.0.41/shares"].get.responses["default"].content["text/yaml"] = {}; |
Removed | .paths["/slurm/v0.0.41/shares"].get.responses["default"].content["text/yaml"].schema = {}; |
Removed | .paths["/slurm/v0.0.41/shares"].get.responses["default"].content["text/yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_shares_resp"; |
Removed | .paths["/slurmdb/v0.0.41/account/{account_name}"].get.responses["200"].content["application/jsonrequest"] = {}; |
Removed | .paths["/slurmdb/v0.0.41/account/{account_name}"].get.responses["200"].content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.41/account/{account_name}"].get.responses["200"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.41_openapi_accounts_resp"; |
Removed | .paths["/slurmdb/v0.0.41/account/{account_name}"].get.responses["200"].content["text/yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.41/account/{account_name}"].get.responses["200"].content["text/yaml"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.41/account/{account_name}"].get.responses["200"].content["text/yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_accounts_resp"; |
Removed | .paths["/slurmdb/v0.0.41/account/{account_name}"].get.responses["default"].content["application/jsonrequest"] = {}; |
Removed | .paths["/slurmdb/v0.0.41/account/{account_name}"].get.responses["default"].content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.41/account/{account_name}"].get.responses["default"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.41_openapi_accounts_resp"; |
Removed | .paths["/slurmdb/v0.0.41/account/{account_name}"].get.responses["default"].content["text/yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.41/account/{account_name}"].get.responses["default"].content["text/yaml"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.41/account/{account_name}"].get.responses["default"].content["text/yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_accounts_resp"; |
Removed | .paths["/slurmdb/v0.0.41/account/{account_name}"]["delete"].responses["200"].content["application/jsonrequest"] = {}; |
Removed | .paths["/slurmdb/v0.0.41/account/{account_name}"]["delete"].responses["200"].content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.41/account/{account_name}"]["delete"].responses["200"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.41_openapi_accounts_removed_resp"; |
Removed | .paths["/slurmdb/v0.0.41/account/{account_name}"]["delete"].responses["200"].content["text/yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.41/account/{account_name}"]["delete"].responses["200"].content["text/yaml"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.41/account/{account_name}"]["delete"].responses["200"].content["text/yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_accounts_removed_resp"; |
Removed | .paths["/slurmdb/v0.0.41/account/{account_name}"]["delete"].responses["default"].content["application/jsonrequest"] = {}; |
Removed | .paths["/slurmdb/v0.0.41/account/{account_name}"]["delete"].responses["default"].content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.41/account/{account_name}"]["delete"].responses["default"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.41_openapi_accounts_removed_resp"; |
Removed | .paths["/slurmdb/v0.0.41/account/{account_name}"]["delete"].responses["default"].content["text/yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.41/account/{account_name}"]["delete"].responses["default"].content["text/yaml"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.41/account/{account_name}"]["delete"].responses["default"].content["text/yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_accounts_removed_resp"; |
Removed | .paths["/slurmdb/v0.0.41/accounts/"].get.responses["200"].content["application/jsonrequest"] = {}; |
Removed | .paths["/slurmdb/v0.0.41/accounts/"].get.responses["200"].content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.41/accounts/"].get.responses["200"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.41_openapi_accounts_resp"; |
Removed | .paths["/slurmdb/v0.0.41/accounts/"].get.responses["200"].content["text/yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.41/accounts/"].get.responses["200"].content["text/yaml"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.41/accounts/"].get.responses["200"].content["text/yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_accounts_resp"; |
Removed | .paths["/slurmdb/v0.0.41/accounts/"].get.responses["default"].content["application/jsonrequest"] = {}; |
Removed | .paths["/slurmdb/v0.0.41/accounts/"].get.responses["default"].content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.41/accounts/"].get.responses["default"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.41_openapi_accounts_resp"; |
Removed | .paths["/slurmdb/v0.0.41/accounts/"].get.responses["default"].content["text/yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.41/accounts/"].get.responses["default"].content["text/yaml"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.41/accounts/"].get.responses["default"].content["text/yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_accounts_resp"; |
Removed | .paths["/slurmdb/v0.0.41/accounts/"].post.requestBody.content["application/jsonrequest"] = {}; |
Removed | .paths["/slurmdb/v0.0.41/accounts/"].post.requestBody.content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.41/accounts/"].post.requestBody.content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.41_openapi_accounts_resp"; |
Removed | .paths["/slurmdb/v0.0.41/accounts/"].post.requestBody.content["text/yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.41/accounts/"].post.requestBody.content["text/yaml"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.41/accounts/"].post.requestBody.content["text/yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_accounts_resp"; |
Removed | .paths["/slurmdb/v0.0.41/accounts/"].post.responses["200"].content["application/jsonrequest"] = {}; |
Removed | .paths["/slurmdb/v0.0.41/accounts/"].post.responses["200"].content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.41/accounts/"].post.responses["200"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.41_openapi_resp"; |
Removed | .paths["/slurmdb/v0.0.41/accounts/"].post.responses["200"].content["text/yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.41/accounts/"].post.responses["200"].content["text/yaml"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.41/accounts/"].post.responses["200"].content["text/yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_resp"; |
Removed | .paths["/slurmdb/v0.0.41/accounts/"].post.responses["default"].content["application/jsonrequest"] = {}; |
Removed | .paths["/slurmdb/v0.0.41/accounts/"].post.responses["default"].content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.41/accounts/"].post.responses["default"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.41_openapi_resp"; |
Removed | .paths["/slurmdb/v0.0.41/accounts/"].post.responses["default"].content["text/yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.41/accounts/"].post.responses["default"].content["text/yaml"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.41/accounts/"].post.responses["default"].content["text/yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_resp"; |
Removed | .paths["/slurmdb/v0.0.41/accounts_association/"].post.requestBody.content["application/jsonrequest"] = {}; |
Removed | .paths["/slurmdb/v0.0.41/accounts_association/"].post.requestBody.content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.41/accounts_association/"].post.requestBody.content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.41_openapi_accounts_add_cond_resp"; |
Removed | .paths["/slurmdb/v0.0.41/accounts_association/"].post.requestBody.content["text/yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.41/accounts_association/"].post.requestBody.content["text/yaml"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.41/accounts_association/"].post.requestBody.content["text/yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_accounts_add_cond_resp"; |
Removed | .paths["/slurmdb/v0.0.41/accounts_association/"].post.responses["200"].content["application/jsonrequest"] = {}; |
Removed | .paths["/slurmdb/v0.0.41/accounts_association/"].post.responses["200"].content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.41/accounts_association/"].post.responses["200"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.41_openapi_accounts_add_cond_resp_str"; |
Removed | .paths["/slurmdb/v0.0.41/accounts_association/"].post.responses["200"].content["text/yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.41/accounts_association/"].post.responses["200"].content["text/yaml"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.41/accounts_association/"].post.responses["200"].content["text/yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_accounts_add_cond_resp_str"; |
Removed | .paths["/slurmdb/v0.0.41/accounts_association/"].post.responses["default"].content["application/jsonrequest"] = {}; |
Removed | .paths["/slurmdb/v0.0.41/accounts_association/"].post.responses["default"].content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.41/accounts_association/"].post.responses["default"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.41_openapi_accounts_add_cond_resp_str"; |
Removed | .paths["/slurmdb/v0.0.41/accounts_association/"].post.responses["default"].content["text/yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.41/accounts_association/"].post.responses["default"].content["text/yaml"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.41/accounts_association/"].post.responses["default"].content["text/yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_accounts_add_cond_resp_str"; |
Removed | .paths["/slurmdb/v0.0.41/association/"].get.responses["200"].content["application/jsonrequest"] = {}; |
Removed | .paths["/slurmdb/v0.0.41/association/"].get.responses["200"].content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.41/association/"].get.responses["200"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.41_openapi_assocs_resp"; |
Removed | .paths["/slurmdb/v0.0.41/association/"].get.responses["200"].content["text/yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.41/association/"].get.responses["200"].content["text/yaml"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.41/association/"].get.responses["200"].content["text/yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_assocs_resp"; |
Removed | .paths["/slurmdb/v0.0.41/association/"].get.responses["default"].content["application/jsonrequest"] = {}; |
Removed | .paths["/slurmdb/v0.0.41/association/"].get.responses["default"].content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.41/association/"].get.responses["default"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.41_openapi_assocs_resp"; |
Removed | .paths["/slurmdb/v0.0.41/association/"].get.responses["default"].content["text/yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.41/association/"].get.responses["default"].content["text/yaml"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.41/association/"].get.responses["default"].content["text/yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_assocs_resp"; |
Removed | .paths["/slurmdb/v0.0.41/association/"]["delete"].responses["200"].content["application/jsonrequest"] = {}; |
Removed | .paths["/slurmdb/v0.0.41/association/"]["delete"].responses["200"].content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.41/association/"]["delete"].responses["200"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.41_openapi_assocs_removed_resp"; |
Removed | .paths["/slurmdb/v0.0.41/association/"]["delete"].responses["200"].content["text/yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.41/association/"]["delete"].responses["200"].content["text/yaml"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.41/association/"]["delete"].responses["200"].content["text/yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_assocs_removed_resp"; |
Removed | .paths["/slurmdb/v0.0.41/association/"]["delete"].responses["default"].content["application/jsonrequest"] = {}; |
Removed | .paths["/slurmdb/v0.0.41/association/"]["delete"].responses["default"].content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.41/association/"]["delete"].responses["default"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.41_openapi_assocs_removed_resp"; |
Removed | .paths["/slurmdb/v0.0.41/association/"]["delete"].responses["default"].content["text/yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.41/association/"]["delete"].responses["default"].content["text/yaml"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.41/association/"]["delete"].responses["default"].content["text/yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_assocs_removed_resp"; |
Removed | .paths["/slurmdb/v0.0.41/associations/"].get.responses["200"].content["application/jsonrequest"] = {}; |
Removed | .paths["/slurmdb/v0.0.41/associations/"].get.responses["200"].content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.41/associations/"].get.responses["200"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.41_openapi_assocs_resp"; |
Removed | .paths["/slurmdb/v0.0.41/associations/"].get.responses["200"].content["text/yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.41/associations/"].get.responses["200"].content["text/yaml"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.41/associations/"].get.responses["200"].content["text/yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_assocs_resp"; |
Removed | .paths["/slurmdb/v0.0.41/associations/"].get.responses["default"].content["application/jsonrequest"] = {}; |
Removed | .paths["/slurmdb/v0.0.41/associations/"].get.responses["default"].content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.41/associations/"].get.responses["default"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.41_openapi_assocs_resp"; |
Removed | .paths["/slurmdb/v0.0.41/associations/"].get.responses["default"].content["text/yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.41/associations/"].get.responses["default"].content["text/yaml"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.41/associations/"].get.responses["default"].content["text/yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_assocs_resp"; |
Removed | .paths["/slurmdb/v0.0.41/associations/"].post.requestBody.content["application/jsonrequest"] = {}; |
Removed | .paths["/slurmdb/v0.0.41/associations/"].post.requestBody.content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.41/associations/"].post.requestBody.content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.41_openapi_assocs_resp"; |
Removed | .paths["/slurmdb/v0.0.41/associations/"].post.requestBody.content["text/yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.41/associations/"].post.requestBody.content["text/yaml"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.41/associations/"].post.requestBody.content["text/yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_assocs_resp"; |
Removed | .paths["/slurmdb/v0.0.41/associations/"].post.responses["200"].content["application/jsonrequest"] = {}; |
Removed | .paths["/slurmdb/v0.0.41/associations/"].post.responses["200"].content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.41/associations/"].post.responses["200"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.41_openapi_resp"; |
Removed | .paths["/slurmdb/v0.0.41/associations/"].post.responses["200"].content["text/yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.41/associations/"].post.responses["200"].content["text/yaml"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.41/associations/"].post.responses["200"].content["text/yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_resp"; |
Removed | .paths["/slurmdb/v0.0.41/associations/"].post.responses["default"].content["application/jsonrequest"] = {}; |
Removed | .paths["/slurmdb/v0.0.41/associations/"].post.responses["default"].content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.41/associations/"].post.responses["default"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.41_openapi_resp"; |
Removed | .paths["/slurmdb/v0.0.41/associations/"].post.responses["default"].content["text/yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.41/associations/"].post.responses["default"].content["text/yaml"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.41/associations/"].post.responses["default"].content["text/yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_resp"; |
Removed | .paths["/slurmdb/v0.0.41/associations/"]["delete"].responses["200"].content["application/jsonrequest"] = {}; |
Removed | .paths["/slurmdb/v0.0.41/associations/"]["delete"].responses["200"].content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.41/associations/"]["delete"].responses["200"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.41_openapi_assocs_removed_resp"; |
Removed | .paths["/slurmdb/v0.0.41/associations/"]["delete"].responses["200"].content["text/yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.41/associations/"]["delete"].responses["200"].content["text/yaml"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.41/associations/"]["delete"].responses["200"].content["text/yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_assocs_removed_resp"; |
Removed | .paths["/slurmdb/v0.0.41/associations/"]["delete"].responses["default"].content["application/jsonrequest"] = {}; |
Removed | .paths["/slurmdb/v0.0.41/associations/"]["delete"].responses["default"].content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.41/associations/"]["delete"].responses["default"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.41_openapi_assocs_removed_resp"; |
Removed | .paths["/slurmdb/v0.0.41/associations/"]["delete"].responses["default"].content["text/yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.41/associations/"]["delete"].responses["default"].content["text/yaml"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.41/associations/"]["delete"].responses["default"].content["text/yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_assocs_removed_resp"; |
Removed | .paths["/slurmdb/v0.0.41/cluster/{cluster_name}"].get.responses["200"].content["application/jsonrequest"] = {}; |
Removed | .paths["/slurmdb/v0.0.41/cluster/{cluster_name}"].get.responses["200"].content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.41/cluster/{cluster_name}"].get.responses["200"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.41_openapi_clusters_resp"; |
Removed | .paths["/slurmdb/v0.0.41/cluster/{cluster_name}"].get.responses["200"].content["text/yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.41/cluster/{cluster_name}"].get.responses["200"].content["text/yaml"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.41/cluster/{cluster_name}"].get.responses["200"].content["text/yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_clusters_resp"; |
Removed | .paths["/slurmdb/v0.0.41/cluster/{cluster_name}"].get.responses["default"].content["application/jsonrequest"] = {}; |
Removed | .paths["/slurmdb/v0.0.41/cluster/{cluster_name}"].get.responses["default"].content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.41/cluster/{cluster_name}"].get.responses["default"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.41_openapi_clusters_resp"; |
Removed | .paths["/slurmdb/v0.0.41/cluster/{cluster_name}"].get.responses["default"].content["text/yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.41/cluster/{cluster_name}"].get.responses["default"].content["text/yaml"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.41/cluster/{cluster_name}"].get.responses["default"].content["text/yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_clusters_resp"; |
Removed | .paths["/slurmdb/v0.0.41/cluster/{cluster_name}"]["delete"].responses["200"].content["application/jsonrequest"] = {}; |
Removed | .paths["/slurmdb/v0.0.41/cluster/{cluster_name}"]["delete"].responses["200"].content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.41/cluster/{cluster_name}"]["delete"].responses["200"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.41_openapi_clusters_removed_resp"; |
Removed | .paths["/slurmdb/v0.0.41/cluster/{cluster_name}"]["delete"].responses["200"].content["text/yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.41/cluster/{cluster_name}"]["delete"].responses["200"].content["text/yaml"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.41/cluster/{cluster_name}"]["delete"].responses["200"].content["text/yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_clusters_removed_resp"; |
Removed | .paths["/slurmdb/v0.0.41/cluster/{cluster_name}"]["delete"].responses["default"].content["application/jsonrequest"] = {}; |
Removed | .paths["/slurmdb/v0.0.41/cluster/{cluster_name}"]["delete"].responses["default"].content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.41/cluster/{cluster_name}"]["delete"].responses["default"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.41_openapi_clusters_removed_resp"; |
Removed | .paths["/slurmdb/v0.0.41/cluster/{cluster_name}"]["delete"].responses["default"].content["text/yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.41/cluster/{cluster_name}"]["delete"].responses["default"].content["text/yaml"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.41/cluster/{cluster_name}"]["delete"].responses["default"].content["text/yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_clusters_removed_resp"; |
Removed | .paths["/slurmdb/v0.0.41/clusters/"].get.responses["200"].content["application/jsonrequest"] = {}; |
Removed | .paths["/slurmdb/v0.0.41/clusters/"].get.responses["200"].content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.41/clusters/"].get.responses["200"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.41_openapi_clusters_resp"; |
Removed | .paths["/slurmdb/v0.0.41/clusters/"].get.responses["200"].content["text/yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.41/clusters/"].get.responses["200"].content["text/yaml"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.41/clusters/"].get.responses["200"].content["text/yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_clusters_resp"; |
Removed | .paths["/slurmdb/v0.0.41/clusters/"].get.responses["default"].content["application/jsonrequest"] = {}; |
Removed | .paths["/slurmdb/v0.0.41/clusters/"].get.responses["default"].content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.41/clusters/"].get.responses["default"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.41_openapi_clusters_resp"; |
Removed | .paths["/slurmdb/v0.0.41/clusters/"].get.responses["default"].content["text/yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.41/clusters/"].get.responses["default"].content["text/yaml"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.41/clusters/"].get.responses["default"].content["text/yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_clusters_resp"; |
Removed | .paths["/slurmdb/v0.0.41/clusters/"].post.requestBody.content["application/jsonrequest"] = {}; |
Removed | .paths["/slurmdb/v0.0.41/clusters/"].post.requestBody.content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.41/clusters/"].post.requestBody.content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.41_openapi_clusters_resp"; |
Removed | .paths["/slurmdb/v0.0.41/clusters/"].post.requestBody.content["text/yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.41/clusters/"].post.requestBody.content["text/yaml"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.41/clusters/"].post.requestBody.content["text/yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_clusters_resp"; |
Removed | .paths["/slurmdb/v0.0.41/clusters/"].post.responses["200"].content["application/jsonrequest"] = {}; |
Removed | .paths["/slurmdb/v0.0.41/clusters/"].post.responses["200"].content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.41/clusters/"].post.responses["200"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.41_openapi_resp"; |
Removed | .paths["/slurmdb/v0.0.41/clusters/"].post.responses["200"].content["text/yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.41/clusters/"].post.responses["200"].content["text/yaml"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.41/clusters/"].post.responses["200"].content["text/yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_resp"; |
Removed | .paths["/slurmdb/v0.0.41/clusters/"].post.responses["default"].content["application/jsonrequest"] = {}; |
Removed | .paths["/slurmdb/v0.0.41/clusters/"].post.responses["default"].content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.41/clusters/"].post.responses["default"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.41_openapi_resp"; |
Removed | .paths["/slurmdb/v0.0.41/clusters/"].post.responses["default"].content["text/yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.41/clusters/"].post.responses["default"].content["text/yaml"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.41/clusters/"].post.responses["default"].content["text/yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_resp"; |
Removed | .paths["/slurmdb/v0.0.41/config"].get.responses["200"].content["application/jsonrequest"] = {}; |
Removed | .paths["/slurmdb/v0.0.41/config"].get.responses["200"].content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.41/config"].get.responses["200"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.41_openapi_slurmdbd_config_resp"; |
Removed | .paths["/slurmdb/v0.0.41/config"].get.responses["200"].content["text/yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.41/config"].get.responses["200"].content["text/yaml"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.41/config"].get.responses["200"].content["text/yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_slurmdbd_config_resp"; |
Removed | .paths["/slurmdb/v0.0.41/config"].get.responses["default"].content["application/jsonrequest"] = {}; |
Removed | .paths["/slurmdb/v0.0.41/config"].get.responses["default"].content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.41/config"].get.responses["default"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.41_openapi_slurmdbd_config_resp"; |
Removed | .paths["/slurmdb/v0.0.41/config"].get.responses["default"].content["text/yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.41/config"].get.responses["default"].content["text/yaml"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.41/config"].get.responses["default"].content["text/yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_slurmdbd_config_resp"; |
Removed | .paths["/slurmdb/v0.0.41/config"].post.requestBody.content["application/jsonrequest"] = {}; |
Removed | .paths["/slurmdb/v0.0.41/config"].post.requestBody.content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.41/config"].post.requestBody.content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.41_openapi_slurmdbd_config_resp"; |
Removed | .paths["/slurmdb/v0.0.41/config"].post.requestBody.content["text/yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.41/config"].post.requestBody.content["text/yaml"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.41/config"].post.requestBody.content["text/yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_slurmdbd_config_resp"; |
Removed | .paths["/slurmdb/v0.0.41/config"].post.responses["200"].content["application/jsonrequest"] = {}; |
Removed | .paths["/slurmdb/v0.0.41/config"].post.responses["200"].content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.41/config"].post.responses["200"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.41_openapi_resp"; |
Removed | .paths["/slurmdb/v0.0.41/config"].post.responses["200"].content["text/yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.41/config"].post.responses["200"].content["text/yaml"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.41/config"].post.responses["200"].content["text/yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_resp"; |
Removed | .paths["/slurmdb/v0.0.41/config"].post.responses["default"].content["application/jsonrequest"] = {}; |
Removed | .paths["/slurmdb/v0.0.41/config"].post.responses["default"].content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.41/config"].post.responses["default"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.41_openapi_resp"; |
Removed | .paths["/slurmdb/v0.0.41/config"].post.responses["default"].content["text/yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.41/config"].post.responses["default"].content["text/yaml"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.41/config"].post.responses["default"].content["text/yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_resp"; |
Removed | .paths["/slurmdb/v0.0.41/diag/"].get.responses["200"].content["application/jsonrequest"] = {}; |
Removed | .paths["/slurmdb/v0.0.41/diag/"].get.responses["200"].content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.41/diag/"].get.responses["200"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.41_openapi_slurmdbd_stats_resp"; |
Removed | .paths["/slurmdb/v0.0.41/diag/"].get.responses["200"].content["text/yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.41/diag/"].get.responses["200"].content["text/yaml"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.41/diag/"].get.responses["200"].content["text/yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_slurmdbd_stats_resp"; |
Removed | .paths["/slurmdb/v0.0.41/diag/"].get.responses["default"].content["application/jsonrequest"] = {}; |
Removed | .paths["/slurmdb/v0.0.41/diag/"].get.responses["default"].content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.41/diag/"].get.responses["default"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.41_openapi_slurmdbd_stats_resp"; |
Removed | .paths["/slurmdb/v0.0.41/diag/"].get.responses["default"].content["text/yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.41/diag/"].get.responses["default"].content["text/yaml"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.41/diag/"].get.responses["default"].content["text/yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_slurmdbd_stats_resp"; |
Removed | .paths["/slurmdb/v0.0.41/instance/"].get.responses["200"].content["application/jsonrequest"] = {}; |
Removed | .paths["/slurmdb/v0.0.41/instance/"].get.responses["200"].content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.41/instance/"].get.responses["200"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.41_openapi_instances_resp"; |
Removed | .paths["/slurmdb/v0.0.41/instance/"].get.responses["200"].content["text/yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.41/instance/"].get.responses["200"].content["text/yaml"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.41/instance/"].get.responses["200"].content["text/yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_instances_resp"; |
Removed | .paths["/slurmdb/v0.0.41/instance/"].get.responses["default"].content["application/jsonrequest"] = {}; |
Removed | .paths["/slurmdb/v0.0.41/instance/"].get.responses["default"].content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.41/instance/"].get.responses["default"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.41_openapi_instances_resp"; |
Removed | .paths["/slurmdb/v0.0.41/instance/"].get.responses["default"].content["text/yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.41/instance/"].get.responses["default"].content["text/yaml"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.41/instance/"].get.responses["default"].content["text/yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_instances_resp"; |
Removed | .paths["/slurmdb/v0.0.41/instances/"].get.responses["200"].content["application/jsonrequest"] = {}; |
Removed | .paths["/slurmdb/v0.0.41/instances/"].get.responses["200"].content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.41/instances/"].get.responses["200"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.41_openapi_instances_resp"; |
Removed | .paths["/slurmdb/v0.0.41/instances/"].get.responses["200"].content["text/yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.41/instances/"].get.responses["200"].content["text/yaml"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.41/instances/"].get.responses["200"].content["text/yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_instances_resp"; |
Removed | .paths["/slurmdb/v0.0.41/instances/"].get.responses["default"].content["application/jsonrequest"] = {}; |
Removed | .paths["/slurmdb/v0.0.41/instances/"].get.responses["default"].content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.41/instances/"].get.responses["default"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.41_openapi_instances_resp"; |
Removed | .paths["/slurmdb/v0.0.41/instances/"].get.responses["default"].content["text/yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.41/instances/"].get.responses["default"].content["text/yaml"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.41/instances/"].get.responses["default"].content["text/yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_instances_resp"; |
Removed | .paths["/slurmdb/v0.0.41/job/{job_id}"].get.responses["200"].content["application/jsonrequest"] = {}; |
Removed | .paths["/slurmdb/v0.0.41/job/{job_id}"].get.responses["200"].content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.41/job/{job_id}"].get.responses["200"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.41_openapi_slurmdbd_jobs_resp"; |
Removed | .paths["/slurmdb/v0.0.41/job/{job_id}"].get.responses["200"].content["text/yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.41/job/{job_id}"].get.responses["200"].content["text/yaml"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.41/job/{job_id}"].get.responses["200"].content["text/yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_slurmdbd_jobs_resp"; |
Removed | .paths["/slurmdb/v0.0.41/job/{job_id}"].get.responses["default"].content["application/jsonrequest"] = {}; |
Removed | .paths["/slurmdb/v0.0.41/job/{job_id}"].get.responses["default"].content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.41/job/{job_id}"].get.responses["default"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.41_openapi_slurmdbd_jobs_resp"; |
Removed | .paths["/slurmdb/v0.0.41/job/{job_id}"].get.responses["default"].content["text/yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.41/job/{job_id}"].get.responses["default"].content["text/yaml"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.41/job/{job_id}"].get.responses["default"].content["text/yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_slurmdbd_jobs_resp"; |
Removed | .paths["/slurmdb/v0.0.41/jobs/"].get.responses["200"].content["application/jsonrequest"] = {}; |
Removed | .paths["/slurmdb/v0.0.41/jobs/"].get.responses["200"].content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.41/jobs/"].get.responses["200"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.41_openapi_slurmdbd_jobs_resp"; |
Removed | .paths["/slurmdb/v0.0.41/jobs/"].get.responses["200"].content["text/yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.41/jobs/"].get.responses["200"].content["text/yaml"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.41/jobs/"].get.responses["200"].content["text/yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_slurmdbd_jobs_resp"; |
Removed | .paths["/slurmdb/v0.0.41/jobs/"].get.responses["default"].content["application/jsonrequest"] = {}; |
Removed | .paths["/slurmdb/v0.0.41/jobs/"].get.responses["default"].content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.41/jobs/"].get.responses["default"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.41_openapi_slurmdbd_jobs_resp"; |
Removed | .paths["/slurmdb/v0.0.41/jobs/"].get.responses["default"].content["text/yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.41/jobs/"].get.responses["default"].content["text/yaml"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.41/jobs/"].get.responses["default"].content["text/yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_slurmdbd_jobs_resp"; |
Removed | .paths["/slurmdb/v0.0.41/qos/"].get.responses["200"].content["application/jsonrequest"] = {}; |
Removed | .paths["/slurmdb/v0.0.41/qos/"].get.responses["200"].content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.41/qos/"].get.responses["200"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.41_openapi_slurmdbd_qos_resp"; |
Removed | .paths["/slurmdb/v0.0.41/qos/"].get.responses["200"].content["text/yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.41/qos/"].get.responses["200"].content["text/yaml"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.41/qos/"].get.responses["200"].content["text/yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_slurmdbd_qos_resp"; |
Removed | .paths["/slurmdb/v0.0.41/qos/"].get.responses["default"].content["application/jsonrequest"] = {}; |
Removed | .paths["/slurmdb/v0.0.41/qos/"].get.responses["default"].content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.41/qos/"].get.responses["default"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.41_openapi_slurmdbd_qos_resp"; |
Removed | .paths["/slurmdb/v0.0.41/qos/"].get.responses["default"].content["text/yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.41/qos/"].get.responses["default"].content["text/yaml"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.41/qos/"].get.responses["default"].content["text/yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_slurmdbd_qos_resp"; |
Removed | .paths["/slurmdb/v0.0.41/qos/"].post.requestBody.content["application/jsonrequest"] = {}; |
Removed | .paths["/slurmdb/v0.0.41/qos/"].post.requestBody.content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.41/qos/"].post.requestBody.content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.41_openapi_slurmdbd_qos_resp"; |
Removed | .paths["/slurmdb/v0.0.41/qos/"].post.requestBody.content["text/yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.41/qos/"].post.requestBody.content["text/yaml"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.41/qos/"].post.requestBody.content["text/yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_slurmdbd_qos_resp"; |
Removed | .paths["/slurmdb/v0.0.41/qos/"].post.responses["200"].content["application/jsonrequest"] = {}; |
Removed | .paths["/slurmdb/v0.0.41/qos/"].post.responses["200"].content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.41/qos/"].post.responses["200"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.41_openapi_resp"; |
Removed | .paths["/slurmdb/v0.0.41/qos/"].post.responses["200"].content["text/yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.41/qos/"].post.responses["200"].content["text/yaml"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.41/qos/"].post.responses["200"].content["text/yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_resp"; |
Removed | .paths["/slurmdb/v0.0.41/qos/"].post.responses["default"].content["application/jsonrequest"] = {}; |
Removed | .paths["/slurmdb/v0.0.41/qos/"].post.responses["default"].content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.41/qos/"].post.responses["default"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.41_openapi_resp"; |
Removed | .paths["/slurmdb/v0.0.41/qos/"].post.responses["default"].content["text/yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.41/qos/"].post.responses["default"].content["text/yaml"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.41/qos/"].post.responses["default"].content["text/yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_resp"; |
Removed | .paths["/slurmdb/v0.0.41/qos/{qos}"].get.responses["200"].content["application/jsonrequest"] = {}; |
Removed | .paths["/slurmdb/v0.0.41/qos/{qos}"].get.responses["200"].content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.41/qos/{qos}"].get.responses["200"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.41_openapi_slurmdbd_qos_resp"; |
Removed | .paths["/slurmdb/v0.0.41/qos/{qos}"].get.responses["200"].content["text/yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.41/qos/{qos}"].get.responses["200"].content["text/yaml"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.41/qos/{qos}"].get.responses["200"].content["text/yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_slurmdbd_qos_resp"; |
Removed | .paths["/slurmdb/v0.0.41/qos/{qos}"].get.responses["default"].content["application/jsonrequest"] = {}; |
Removed | .paths["/slurmdb/v0.0.41/qos/{qos}"].get.responses["default"].content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.41/qos/{qos}"].get.responses["default"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.41_openapi_slurmdbd_qos_resp"; |
Removed | .paths["/slurmdb/v0.0.41/qos/{qos}"].get.responses["default"].content["text/yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.41/qos/{qos}"].get.responses["default"].content["text/yaml"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.41/qos/{qos}"].get.responses["default"].content["text/yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_slurmdbd_qos_resp"; |
Removed | .paths["/slurmdb/v0.0.41/qos/{qos}"]["delete"].responses["200"].content["application/jsonrequest"] = {}; |
Removed | .paths["/slurmdb/v0.0.41/qos/{qos}"]["delete"].responses["200"].content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.41/qos/{qos}"]["delete"].responses["200"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.41_openapi_slurmdbd_qos_removed_resp"; |
Removed | .paths["/slurmdb/v0.0.41/qos/{qos}"]["delete"].responses["200"].content["text/yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.41/qos/{qos}"]["delete"].responses["200"].content["text/yaml"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.41/qos/{qos}"]["delete"].responses["200"].content["text/yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_slurmdbd_qos_removed_resp"; |
Removed | .paths["/slurmdb/v0.0.41/qos/{qos}"]["delete"].responses["default"].content["application/jsonrequest"] = {}; |
Removed | .paths["/slurmdb/v0.0.41/qos/{qos}"]["delete"].responses["default"].content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.41/qos/{qos}"]["delete"].responses["default"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.41_openapi_slurmdbd_qos_removed_resp"; |
Removed | .paths["/slurmdb/v0.0.41/qos/{qos}"]["delete"].responses["default"].content["text/yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.41/qos/{qos}"]["delete"].responses["default"].content["text/yaml"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.41/qos/{qos}"]["delete"].responses["default"].content["text/yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_slurmdbd_qos_removed_resp"; |
Removed | .paths["/slurmdb/v0.0.41/tres/"].get.responses["200"].content["application/jsonrequest"] = {}; |
Removed | .paths["/slurmdb/v0.0.41/tres/"].get.responses["200"].content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.41/tres/"].get.responses["200"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.41_openapi_tres_resp"; |
Removed | .paths["/slurmdb/v0.0.41/tres/"].get.responses["200"].content["text/yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.41/tres/"].get.responses["200"].content["text/yaml"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.41/tres/"].get.responses["200"].content["text/yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_tres_resp"; |
Removed | .paths["/slurmdb/v0.0.41/tres/"].get.responses["default"].content["application/jsonrequest"] = {}; |
Removed | .paths["/slurmdb/v0.0.41/tres/"].get.responses["default"].content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.41/tres/"].get.responses["default"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.41_openapi_tres_resp"; |
Removed | .paths["/slurmdb/v0.0.41/tres/"].get.responses["default"].content["text/yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.41/tres/"].get.responses["default"].content["text/yaml"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.41/tres/"].get.responses["default"].content["text/yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_tres_resp"; |
Removed | .paths["/slurmdb/v0.0.41/tres/"].post.requestBody.content["application/jsonrequest"] = {}; |
Removed | .paths["/slurmdb/v0.0.41/tres/"].post.requestBody.content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.41/tres/"].post.requestBody.content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.41_openapi_tres_resp"; |
Removed | .paths["/slurmdb/v0.0.41/tres/"].post.requestBody.content["text/yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.41/tres/"].post.requestBody.content["text/yaml"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.41/tres/"].post.requestBody.content["text/yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_tres_resp"; |
Removed | .paths["/slurmdb/v0.0.41/tres/"].post.responses["200"].content["application/jsonrequest"] = {}; |
Removed | .paths["/slurmdb/v0.0.41/tres/"].post.responses["200"].content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.41/tres/"].post.responses["200"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.41_openapi_resp"; |
Removed | .paths["/slurmdb/v0.0.41/tres/"].post.responses["200"].content["text/yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.41/tres/"].post.responses["200"].content["text/yaml"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.41/tres/"].post.responses["200"].content["text/yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_resp"; |
Removed | .paths["/slurmdb/v0.0.41/tres/"].post.responses["default"].content["application/jsonrequest"] = {}; |
Removed | .paths["/slurmdb/v0.0.41/tres/"].post.responses["default"].content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.41/tres/"].post.responses["default"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.41_openapi_resp"; |
Removed | .paths["/slurmdb/v0.0.41/tres/"].post.responses["default"].content["text/yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.41/tres/"].post.responses["default"].content["text/yaml"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.41/tres/"].post.responses["default"].content["text/yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_resp"; |
Removed | .paths["/slurmdb/v0.0.41/user/{name}"].get.responses["200"].content["application/jsonrequest"] = {}; |
Removed | .paths["/slurmdb/v0.0.41/user/{name}"].get.responses["200"].content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.41/user/{name}"].get.responses["200"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.41_openapi_users_resp"; |
Removed | .paths["/slurmdb/v0.0.41/user/{name}"].get.responses["200"].content["text/yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.41/user/{name}"].get.responses["200"].content["text/yaml"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.41/user/{name}"].get.responses["200"].content["text/yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_users_resp"; |
Removed | .paths["/slurmdb/v0.0.41/user/{name}"].get.responses["default"].content["application/jsonrequest"] = {}; |
Removed | .paths["/slurmdb/v0.0.41/user/{name}"].get.responses["default"].content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.41/user/{name}"].get.responses["default"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.41_openapi_users_resp"; |
Removed | .paths["/slurmdb/v0.0.41/user/{name}"].get.responses["default"].content["text/yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.41/user/{name}"].get.responses["default"].content["text/yaml"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.41/user/{name}"].get.responses["default"].content["text/yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_users_resp"; |
Removed | .paths["/slurmdb/v0.0.41/user/{name}"]["delete"].responses["200"].content["application/jsonrequest"] = {}; |
Removed | .paths["/slurmdb/v0.0.41/user/{name}"]["delete"].responses["200"].content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.41/user/{name}"]["delete"].responses["200"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.41_openapi_resp"; |
Removed | .paths["/slurmdb/v0.0.41/user/{name}"]["delete"].responses["200"].content["text/yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.41/user/{name}"]["delete"].responses["200"].content["text/yaml"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.41/user/{name}"]["delete"].responses["200"].content["text/yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_resp"; |
Removed | .paths["/slurmdb/v0.0.41/user/{name}"]["delete"].responses["default"].content["application/jsonrequest"] = {}; |
Removed | .paths["/slurmdb/v0.0.41/user/{name}"]["delete"].responses["default"].content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.41/user/{name}"]["delete"].responses["default"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.41_openapi_resp"; |
Removed | .paths["/slurmdb/v0.0.41/user/{name}"]["delete"].responses["default"].content["text/yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.41/user/{name}"]["delete"].responses["default"].content["text/yaml"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.41/user/{name}"]["delete"].responses["default"].content["text/yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_resp"; |
Removed | .paths["/slurmdb/v0.0.41/users/"].get.responses["200"].content["application/jsonrequest"] = {}; |
Removed | .paths["/slurmdb/v0.0.41/users/"].get.responses["200"].content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.41/users/"].get.responses["200"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.41_openapi_users_resp"; |
Removed | .paths["/slurmdb/v0.0.41/users/"].get.responses["200"].content["text/yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.41/users/"].get.responses["200"].content["text/yaml"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.41/users/"].get.responses["200"].content["text/yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_users_resp"; |
Removed | .paths["/slurmdb/v0.0.41/users/"].get.responses["default"].content["application/jsonrequest"] = {}; |
Removed | .paths["/slurmdb/v0.0.41/users/"].get.responses["default"].content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.41/users/"].get.responses["default"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.41_openapi_users_resp"; |
Removed | .paths["/slurmdb/v0.0.41/users/"].get.responses["default"].content["text/yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.41/users/"].get.responses["default"].content["text/yaml"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.41/users/"].get.responses["default"].content["text/yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_users_resp"; |
Removed | .paths["/slurmdb/v0.0.41/users/"].post.requestBody.content["application/jsonrequest"] = {}; |
Removed | .paths["/slurmdb/v0.0.41/users/"].post.requestBody.content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.41/users/"].post.requestBody.content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.41_openapi_users_resp"; |
Removed | .paths["/slurmdb/v0.0.41/users/"].post.requestBody.content["text/yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.41/users/"].post.requestBody.content["text/yaml"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.41/users/"].post.requestBody.content["text/yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_users_resp"; |
Removed | .paths["/slurmdb/v0.0.41/users/"].post.responses["200"].content["application/jsonrequest"] = {}; |
Removed | .paths["/slurmdb/v0.0.41/users/"].post.responses["200"].content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.41/users/"].post.responses["200"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.41_openapi_resp"; |
Removed | .paths["/slurmdb/v0.0.41/users/"].post.responses["200"].content["text/yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.41/users/"].post.responses["200"].content["text/yaml"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.41/users/"].post.responses["200"].content["text/yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_resp"; |
Removed | .paths["/slurmdb/v0.0.41/users/"].post.responses["default"].content["application/jsonrequest"] = {}; |
Removed | .paths["/slurmdb/v0.0.41/users/"].post.responses["default"].content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.41/users/"].post.responses["default"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.41_openapi_resp"; |
Removed | .paths["/slurmdb/v0.0.41/users/"].post.responses["default"].content["text/yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.41/users/"].post.responses["default"].content["text/yaml"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.41/users/"].post.responses["default"].content["text/yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_resp"; |
Removed | .paths["/slurmdb/v0.0.41/users_association/"].post.requestBody.content["application/jsonrequest"] = {}; |
Removed | .paths["/slurmdb/v0.0.41/users_association/"].post.requestBody.content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.41/users_association/"].post.requestBody.content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.41_openapi_users_add_cond_resp"; |
Removed | .paths["/slurmdb/v0.0.41/users_association/"].post.requestBody.content["text/yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.41/users_association/"].post.requestBody.content["text/yaml"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.41/users_association/"].post.requestBody.content["text/yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_users_add_cond_resp"; |
Removed | .paths["/slurmdb/v0.0.41/users_association/"].post.responses["200"].content["application/jsonrequest"] = {}; |
Removed | .paths["/slurmdb/v0.0.41/users_association/"].post.responses["200"].content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.41/users_association/"].post.responses["200"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.41_openapi_users_add_cond_resp_str"; |
Removed | .paths["/slurmdb/v0.0.41/users_association/"].post.responses["200"].content["text/yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.41/users_association/"].post.responses["200"].content["text/yaml"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.41/users_association/"].post.responses["200"].content["text/yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_users_add_cond_resp_str"; |
Removed | .paths["/slurmdb/v0.0.41/users_association/"].post.responses["default"].content["application/jsonrequest"] = {}; |
Removed | .paths["/slurmdb/v0.0.41/users_association/"].post.responses["default"].content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.41/users_association/"].post.responses["default"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.41_openapi_users_add_cond_resp_str"; |
Removed | .paths["/slurmdb/v0.0.41/users_association/"].post.responses["default"].content["text/yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.41/users_association/"].post.responses["default"].content["text/yaml"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.41/users_association/"].post.responses["default"].content["text/yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_users_add_cond_resp_str"; |
Removed | .paths["/slurmdb/v0.0.41/wckey/{id}"].get.responses["200"].content["application/jsonrequest"] = {}; |
Removed | .paths["/slurmdb/v0.0.41/wckey/{id}"].get.responses["200"].content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.41/wckey/{id}"].get.responses["200"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.41_openapi_wckey_resp"; |
Removed | .paths["/slurmdb/v0.0.41/wckey/{id}"].get.responses["200"].content["text/yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.41/wckey/{id}"].get.responses["200"].content["text/yaml"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.41/wckey/{id}"].get.responses["200"].content["text/yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_wckey_resp"; |
Removed | .paths["/slurmdb/v0.0.41/wckey/{id}"].get.responses["default"].content["application/jsonrequest"] = {}; |
Removed | .paths["/slurmdb/v0.0.41/wckey/{id}"].get.responses["default"].content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.41/wckey/{id}"].get.responses["default"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.41_openapi_wckey_resp"; |
Removed | .paths["/slurmdb/v0.0.41/wckey/{id}"].get.responses["default"].content["text/yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.41/wckey/{id}"].get.responses["default"].content["text/yaml"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.41/wckey/{id}"].get.responses["default"].content["text/yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_wckey_resp"; |
Removed | .paths["/slurmdb/v0.0.41/wckey/{id}"]["delete"].responses["200"].content["application/jsonrequest"] = {}; |
Removed | .paths["/slurmdb/v0.0.41/wckey/{id}"]["delete"].responses["200"].content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.41/wckey/{id}"]["delete"].responses["200"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.41_openapi_wckey_removed_resp"; |
Removed | .paths["/slurmdb/v0.0.41/wckey/{id}"]["delete"].responses["200"].content["text/yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.41/wckey/{id}"]["delete"].responses["200"].content["text/yaml"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.41/wckey/{id}"]["delete"].responses["200"].content["text/yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_wckey_removed_resp"; |
Removed | .paths["/slurmdb/v0.0.41/wckey/{id}"]["delete"].responses["default"].content["application/jsonrequest"] = {}; |
Removed | .paths["/slurmdb/v0.0.41/wckey/{id}"]["delete"].responses["default"].content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.41/wckey/{id}"]["delete"].responses["default"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.41_openapi_wckey_removed_resp"; |
Removed | .paths["/slurmdb/v0.0.41/wckey/{id}"]["delete"].responses["default"].content["text/yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.41/wckey/{id}"]["delete"].responses["default"].content["text/yaml"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.41/wckey/{id}"]["delete"].responses["default"].content["text/yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_wckey_removed_resp"; |
Removed | .paths["/slurmdb/v0.0.41/wckeys/"].get.responses["200"].content["application/jsonrequest"] = {}; |
Removed | .paths["/slurmdb/v0.0.41/wckeys/"].get.responses["200"].content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.41/wckeys/"].get.responses["200"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.41_openapi_wckey_resp"; |
Removed | .paths["/slurmdb/v0.0.41/wckeys/"].get.responses["200"].content["text/yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.41/wckeys/"].get.responses["200"].content["text/yaml"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.41/wckeys/"].get.responses["200"].content["text/yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_wckey_resp"; |
Removed | .paths["/slurmdb/v0.0.41/wckeys/"].get.responses["default"].content["application/jsonrequest"] = {}; |
Removed | .paths["/slurmdb/v0.0.41/wckeys/"].get.responses["default"].content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.41/wckeys/"].get.responses["default"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.41_openapi_wckey_resp"; |
Removed | .paths["/slurmdb/v0.0.41/wckeys/"].get.responses["default"].content["text/yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.41/wckeys/"].get.responses["default"].content["text/yaml"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.41/wckeys/"].get.responses["default"].content["text/yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_wckey_resp"; |
Removed | .paths["/slurmdb/v0.0.41/wckeys/"].post.requestBody.content["application/jsonrequest"] = {}; |
Removed | .paths["/slurmdb/v0.0.41/wckeys/"].post.requestBody.content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.41/wckeys/"].post.requestBody.content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.41_openapi_wckey_resp"; |
Removed | .paths["/slurmdb/v0.0.41/wckeys/"].post.requestBody.content["text/yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.41/wckeys/"].post.requestBody.content["text/yaml"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.41/wckeys/"].post.requestBody.content["text/yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_wckey_resp"; |
Removed | .paths["/slurmdb/v0.0.41/wckeys/"].post.responses["200"].content["application/jsonrequest"] = {}; |
Removed | .paths["/slurmdb/v0.0.41/wckeys/"].post.responses["200"].content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.41/wckeys/"].post.responses["200"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.41_openapi_resp"; |
Removed | .paths["/slurmdb/v0.0.41/wckeys/"].post.responses["200"].content["text/yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.41/wckeys/"].post.responses["200"].content["text/yaml"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.41/wckeys/"].post.responses["200"].content["text/yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_resp"; |
Removed | .paths["/slurmdb/v0.0.41/wckeys/"].post.responses["default"].content["application/jsonrequest"] = {}; |
Removed | .paths["/slurmdb/v0.0.41/wckeys/"].post.responses["default"].content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.41/wckeys/"].post.responses["default"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.41_openapi_resp"; |
Removed | .paths["/slurmdb/v0.0.41/wckeys/"].post.responses["default"].content["text/yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.41/wckeys/"].post.responses["default"].content["text/yaml"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.41/wckeys/"].post.responses["default"].content["text/yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_resp"; |
data_parser/v0.0.40
Removed mime types aliases
Removed | .components.schemas["v0.0.40_job_desc_msg"].properties.cpu_binding_flags.items.enum[5] = "CPU_BIND_RANK"; |
Removed | .components.schemas["v0.0.40_job_desc_msg"].properties.cpu_binding_flags.items.enum[6] = "CPU_BIND_MAP"; |
Removed | .components.schemas["v0.0.40_job_desc_msg"].properties.cpu_binding_flags.items.enum[7] = "CPU_BIND_MASK"; |
Removed | .components.schemas["v0.0.40_job_desc_msg"].properties.cpu_binding_flags.items.enum[8] = "CPU_BIND_LDRANK"; |
Removed | .components.schemas["v0.0.40_job_desc_msg"].properties.cpu_binding_flags.items.enum[9] = "CPU_BIND_LDMAP"; |
Removed | .components.schemas["v0.0.40_job_desc_msg"].properties.cpu_binding_flags.items.enum[10] = "CPU_BIND_LDMASK"; |
Removed | .components.schemas["v0.0.40_job_desc_msg"].properties.cpu_binding_flags.items.enum[11] = "VERBOSE"; |
Replaced | .components.schemas["v0.0.40_job_desc_msg"].properties.cpu_binding_flags.items.enum[5] = "CPU_BIND_MAP"; |
Added | .components.schemas["v0.0.40_job_desc_msg"].properties.cpu_binding_flags.items.enum[6] = "CPU_BIND_MASK"; |
Added | .components.schemas["v0.0.40_job_desc_msg"].properties.cpu_binding_flags.items.enum[7] = "CPU_BIND_LDRANK"; |
Added | .components.schemas["v0.0.40_job_desc_msg"].properties.cpu_binding_flags.items.enum[8] = "CPU_BIND_LDMAP"; |
Added | .components.schemas["v0.0.40_job_desc_msg"].properties.cpu_binding_flags.items.enum[9] = "CPU_BIND_LDMASK"; |
Added | .components.schemas["v0.0.40_job_desc_msg"].properties.cpu_binding_flags.items.enum[10] = "VERBOSE"; |
Added | .components.schemas["v0.0.40_job_desc_msg"].properties.cpu_binding_flags.items.enum[11] = "CPU_BIND_ONE_THREAD_PER_CORE"; |
Removed | .paths["/slurm/v0.0.40/diag/"].get.responses["200"].content["application/jsonrequest"] = {}; |
Removed | .paths["/slurm/v0.0.40/diag/"].get.responses["200"].content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurm/v0.0.40/diag/"].get.responses["200"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.40_openapi_diag_resp"; |
Removed | .paths["/slurm/v0.0.40/diag/"].get.responses["200"].content["text/yaml"] = {}; |
Removed | .paths["/slurm/v0.0.40/diag/"].get.responses["200"].content["text/yaml"].schema = {}; |
Removed | .paths["/slurm/v0.0.40/diag/"].get.responses["200"].content["text/yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_diag_resp"; |
Removed | .paths["/slurm/v0.0.40/diag/"].get.responses["default"].content["application/jsonrequest"] = {}; |
Removed | .paths["/slurm/v0.0.40/diag/"].get.responses["default"].content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurm/v0.0.40/diag/"].get.responses["default"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.40_openapi_diag_resp"; |
Removed | .paths["/slurm/v0.0.40/diag/"].get.responses["default"].content["text/yaml"] = {}; |
Removed | .paths["/slurm/v0.0.40/diag/"].get.responses["default"].content["text/yaml"].schema = {}; |
Removed | .paths["/slurm/v0.0.40/diag/"].get.responses["default"].content["text/yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_diag_resp"; |
Removed | .paths["/slurm/v0.0.40/job/submit"].post.requestBody.content["application/jsonrequest"] = {}; |
Removed | .paths["/slurm/v0.0.40/job/submit"].post.requestBody.content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurm/v0.0.40/job/submit"].post.requestBody.content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.40_job_submit_req"; |
Removed | .paths["/slurm/v0.0.40/job/submit"].post.requestBody.content["text/yaml"] = {}; |
Removed | .paths["/slurm/v0.0.40/job/submit"].post.requestBody.content["text/yaml"].schema = {}; |
Removed | .paths["/slurm/v0.0.40/job/submit"].post.requestBody.content["text/yaml"].schema.$ref = "#/components/schemas/v0.0.40_job_submit_req"; |
Removed | .paths["/slurm/v0.0.40/job/submit"].post.responses["200"].content["application/jsonrequest"] = {}; |
Removed | .paths["/slurm/v0.0.40/job/submit"].post.responses["200"].content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurm/v0.0.40/job/submit"].post.responses["200"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.40_openapi_job_submit_response"; |
Removed | .paths["/slurm/v0.0.40/job/submit"].post.responses["200"].content["text/yaml"] = {}; |
Removed | .paths["/slurm/v0.0.40/job/submit"].post.responses["200"].content["text/yaml"].schema = {}; |
Removed | .paths["/slurm/v0.0.40/job/submit"].post.responses["200"].content["text/yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_job_submit_response"; |
Removed | .paths["/slurm/v0.0.40/job/submit"].post.responses["default"].content["application/jsonrequest"] = {}; |
Removed | .paths["/slurm/v0.0.40/job/submit"].post.responses["default"].content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurm/v0.0.40/job/submit"].post.responses["default"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.40_openapi_job_submit_response"; |
Removed | .paths["/slurm/v0.0.40/job/submit"].post.responses["default"].content["text/yaml"] = {}; |
Removed | .paths["/slurm/v0.0.40/job/submit"].post.responses["default"].content["text/yaml"].schema = {}; |
Removed | .paths["/slurm/v0.0.40/job/submit"].post.responses["default"].content["text/yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_job_submit_response"; |
Removed | .paths["/slurm/v0.0.40/job/{job_id}"].get.responses["200"].content["application/jsonrequest"] = {}; |
Removed | .paths["/slurm/v0.0.40/job/{job_id}"].get.responses["200"].content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurm/v0.0.40/job/{job_id}"].get.responses["200"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.40_openapi_job_info_resp"; |
Removed | .paths["/slurm/v0.0.40/job/{job_id}"].get.responses["200"].content["text/yaml"] = {}; |
Removed | .paths["/slurm/v0.0.40/job/{job_id}"].get.responses["200"].content["text/yaml"].schema = {}; |
Removed | .paths["/slurm/v0.0.40/job/{job_id}"].get.responses["200"].content["text/yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_job_info_resp"; |
Removed | .paths["/slurm/v0.0.40/job/{job_id}"].get.responses["default"].content["application/jsonrequest"] = {}; |
Removed | .paths["/slurm/v0.0.40/job/{job_id}"].get.responses["default"].content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurm/v0.0.40/job/{job_id}"].get.responses["default"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.40_openapi_job_info_resp"; |
Removed | .paths["/slurm/v0.0.40/job/{job_id}"].get.responses["default"].content["text/yaml"] = {}; |
Removed | .paths["/slurm/v0.0.40/job/{job_id}"].get.responses["default"].content["text/yaml"].schema = {}; |
Removed | .paths["/slurm/v0.0.40/job/{job_id}"].get.responses["default"].content["text/yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_job_info_resp"; |
Removed | .paths["/slurm/v0.0.40/job/{job_id}"].post.requestBody.content["application/jsonrequest"] = {}; |
Removed | .paths["/slurm/v0.0.40/job/{job_id}"].post.requestBody.content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurm/v0.0.40/job/{job_id}"].post.requestBody.content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.40_job_desc_msg"; |
Removed | .paths["/slurm/v0.0.40/job/{job_id}"].post.requestBody.content["text/yaml"] = {}; |
Removed | .paths["/slurm/v0.0.40/job/{job_id}"].post.requestBody.content["text/yaml"].schema = {}; |
Removed | .paths["/slurm/v0.0.40/job/{job_id}"].post.requestBody.content["text/yaml"].schema.$ref = "#/components/schemas/v0.0.40_job_desc_msg"; |
Removed | .paths["/slurm/v0.0.40/job/{job_id}"].post.responses["200"].content["application/jsonrequest"] = {}; |
Removed | .paths["/slurm/v0.0.40/job/{job_id}"].post.responses["200"].content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurm/v0.0.40/job/{job_id}"].post.responses["200"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.40_openapi_job_post_response"; |
Removed | .paths["/slurm/v0.0.40/job/{job_id}"].post.responses["200"].content["text/yaml"] = {}; |
Removed | .paths["/slurm/v0.0.40/job/{job_id}"].post.responses["200"].content["text/yaml"].schema = {}; |
Removed | .paths["/slurm/v0.0.40/job/{job_id}"].post.responses["200"].content["text/yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_job_post_response"; |
Removed | .paths["/slurm/v0.0.40/job/{job_id}"].post.responses["default"].content["application/jsonrequest"] = {}; |
Removed | .paths["/slurm/v0.0.40/job/{job_id}"].post.responses["default"].content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurm/v0.0.40/job/{job_id}"].post.responses["default"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.40_openapi_job_post_response"; |
Removed | .paths["/slurm/v0.0.40/job/{job_id}"].post.responses["default"].content["text/yaml"] = {}; |
Removed | .paths["/slurm/v0.0.40/job/{job_id}"].post.responses["default"].content["text/yaml"].schema = {}; |
Removed | .paths["/slurm/v0.0.40/job/{job_id}"].post.responses["default"].content["text/yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_job_post_response"; |
Removed | .paths["/slurm/v0.0.40/job/{job_id}"]["delete"].responses["200"].content["application/jsonrequest"] = {}; |
Removed | .paths["/slurm/v0.0.40/job/{job_id}"]["delete"].responses["200"].content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurm/v0.0.40/job/{job_id}"]["delete"].responses["200"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.40_openapi_resp"; |
Removed | .paths["/slurm/v0.0.40/job/{job_id}"]["delete"].responses["200"].content["text/yaml"] = {}; |
Removed | .paths["/slurm/v0.0.40/job/{job_id}"]["delete"].responses["200"].content["text/yaml"].schema = {}; |
Removed | .paths["/slurm/v0.0.40/job/{job_id}"]["delete"].responses["200"].content["text/yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_resp"; |
Removed | .paths["/slurm/v0.0.40/job/{job_id}"]["delete"].responses["default"].content["application/jsonrequest"] = {}; |
Removed | .paths["/slurm/v0.0.40/job/{job_id}"]["delete"].responses["default"].content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurm/v0.0.40/job/{job_id}"]["delete"].responses["default"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.40_openapi_resp"; |
Removed | .paths["/slurm/v0.0.40/job/{job_id}"]["delete"].responses["default"].content["text/yaml"] = {}; |
Removed | .paths["/slurm/v0.0.40/job/{job_id}"]["delete"].responses["default"].content["text/yaml"].schema = {}; |
Removed | .paths["/slurm/v0.0.40/job/{job_id}"]["delete"].responses["default"].content["text/yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_resp"; |
Removed | .paths["/slurm/v0.0.40/jobs/"].get.responses["200"].content["application/jsonrequest"] = {}; |
Removed | .paths["/slurm/v0.0.40/jobs/"].get.responses["200"].content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurm/v0.0.40/jobs/"].get.responses["200"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.40_openapi_job_info_resp"; |
Removed | .paths["/slurm/v0.0.40/jobs/"].get.responses["200"].content["text/yaml"] = {}; |
Removed | .paths["/slurm/v0.0.40/jobs/"].get.responses["200"].content["text/yaml"].schema = {}; |
Removed | .paths["/slurm/v0.0.40/jobs/"].get.responses["200"].content["text/yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_job_info_resp"; |
Removed | .paths["/slurm/v0.0.40/jobs/"].get.responses["default"].content["application/jsonrequest"] = {}; |
Removed | .paths["/slurm/v0.0.40/jobs/"].get.responses["default"].content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurm/v0.0.40/jobs/"].get.responses["default"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.40_openapi_job_info_resp"; |
Removed | .paths["/slurm/v0.0.40/jobs/"].get.responses["default"].content["text/yaml"] = {}; |
Removed | .paths["/slurm/v0.0.40/jobs/"].get.responses["default"].content["text/yaml"].schema = {}; |
Removed | .paths["/slurm/v0.0.40/jobs/"].get.responses["default"].content["text/yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_job_info_resp"; |
Removed | .paths["/slurm/v0.0.40/jobs/"]["delete"].responses["200"].content["application/jsonrequest"] = {}; |
Removed | .paths["/slurm/v0.0.40/jobs/"]["delete"].responses["200"].content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurm/v0.0.40/jobs/"]["delete"].responses["200"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.40_openapi_kill_jobs_resp"; |
Removed | .paths["/slurm/v0.0.40/jobs/"]["delete"].responses["200"].content["text/yaml"] = {}; |
Removed | .paths["/slurm/v0.0.40/jobs/"]["delete"].responses["200"].content["text/yaml"].schema = {}; |
Removed | .paths["/slurm/v0.0.40/jobs/"]["delete"].responses["200"].content["text/yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_kill_jobs_resp"; |
Removed | .paths["/slurm/v0.0.40/jobs/"]["delete"].responses["default"].content["application/jsonrequest"] = {}; |
Removed | .paths["/slurm/v0.0.40/jobs/"]["delete"].responses["default"].content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurm/v0.0.40/jobs/"]["delete"].responses["default"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.40_openapi_kill_jobs_resp"; |
Removed | .paths["/slurm/v0.0.40/jobs/"]["delete"].responses["default"].content["text/yaml"] = {}; |
Removed | .paths["/slurm/v0.0.40/jobs/"]["delete"].responses["default"].content["text/yaml"].schema = {}; |
Removed | .paths["/slurm/v0.0.40/jobs/"]["delete"].responses["default"].content["text/yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_kill_jobs_resp"; |
Removed | .paths["/slurm/v0.0.40/jobs/state/"].get.responses["200"].content["application/jsonrequest"] = {}; |
Removed | .paths["/slurm/v0.0.40/jobs/state/"].get.responses["200"].content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurm/v0.0.40/jobs/state/"].get.responses["200"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.40_openapi_job_info_resp"; |
Removed | .paths["/slurm/v0.0.40/jobs/state/"].get.responses["200"].content["text/yaml"] = {}; |
Removed | .paths["/slurm/v0.0.40/jobs/state/"].get.responses["200"].content["text/yaml"].schema = {}; |
Removed | .paths["/slurm/v0.0.40/jobs/state/"].get.responses["200"].content["text/yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_job_info_resp"; |
Removed | .paths["/slurm/v0.0.40/jobs/state/"].get.responses["default"].content["application/jsonrequest"] = {}; |
Removed | .paths["/slurm/v0.0.40/jobs/state/"].get.responses["default"].content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurm/v0.0.40/jobs/state/"].get.responses["default"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.40_openapi_job_info_resp"; |
Removed | .paths["/slurm/v0.0.40/jobs/state/"].get.responses["default"].content["text/yaml"] = {}; |
Removed | .paths["/slurm/v0.0.40/jobs/state/"].get.responses["default"].content["text/yaml"].schema = {}; |
Removed | .paths["/slurm/v0.0.40/jobs/state/"].get.responses["default"].content["text/yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_job_info_resp"; |
Removed | .paths["/slurm/v0.0.40/licenses/"].get.responses["200"].content["application/jsonrequest"] = {}; |
Removed | .paths["/slurm/v0.0.40/licenses/"].get.responses["200"].content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurm/v0.0.40/licenses/"].get.responses["200"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.40_openapi_licenses_resp"; |
Removed | .paths["/slurm/v0.0.40/licenses/"].get.responses["200"].content["text/yaml"] = {}; |
Removed | .paths["/slurm/v0.0.40/licenses/"].get.responses["200"].content["text/yaml"].schema = {}; |
Removed | .paths["/slurm/v0.0.40/licenses/"].get.responses["200"].content["text/yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_licenses_resp"; |
Removed | .paths["/slurm/v0.0.40/licenses/"].get.responses["default"].content["application/jsonrequest"] = {}; |
Removed | .paths["/slurm/v0.0.40/licenses/"].get.responses["default"].content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurm/v0.0.40/licenses/"].get.responses["default"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.40_openapi_licenses_resp"; |
Removed | .paths["/slurm/v0.0.40/licenses/"].get.responses["default"].content["text/yaml"] = {}; |
Removed | .paths["/slurm/v0.0.40/licenses/"].get.responses["default"].content["text/yaml"].schema = {}; |
Removed | .paths["/slurm/v0.0.40/licenses/"].get.responses["default"].content["text/yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_licenses_resp"; |
Removed | .paths["/slurm/v0.0.40/node/{node_name}"].get.responses["200"].content["application/jsonrequest"] = {}; |
Removed | .paths["/slurm/v0.0.40/node/{node_name}"].get.responses["200"].content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurm/v0.0.40/node/{node_name}"].get.responses["200"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.40_openapi_nodes_resp"; |
Removed | .paths["/slurm/v0.0.40/node/{node_name}"].get.responses["200"].content["text/yaml"] = {}; |
Removed | .paths["/slurm/v0.0.40/node/{node_name}"].get.responses["200"].content["text/yaml"].schema = {}; |
Removed | .paths["/slurm/v0.0.40/node/{node_name}"].get.responses["200"].content["text/yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_nodes_resp"; |
Removed | .paths["/slurm/v0.0.40/node/{node_name}"].get.responses["default"].content["application/jsonrequest"] = {}; |
Removed | .paths["/slurm/v0.0.40/node/{node_name}"].get.responses["default"].content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurm/v0.0.40/node/{node_name}"].get.responses["default"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.40_openapi_nodes_resp"; |
Removed | .paths["/slurm/v0.0.40/node/{node_name}"].get.responses["default"].content["text/yaml"] = {}; |
Removed | .paths["/slurm/v0.0.40/node/{node_name}"].get.responses["default"].content["text/yaml"].schema = {}; |
Removed | .paths["/slurm/v0.0.40/node/{node_name}"].get.responses["default"].content["text/yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_nodes_resp"; |
Removed | .paths["/slurm/v0.0.40/node/{node_name}"].post.requestBody.content["application/jsonrequest"] = {}; |
Removed | .paths["/slurm/v0.0.40/node/{node_name}"].post.requestBody.content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurm/v0.0.40/node/{node_name}"].post.requestBody.content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.40_update_node_msg"; |
Removed | .paths["/slurm/v0.0.40/node/{node_name}"].post.requestBody.content["text/yaml"] = {}; |
Removed | .paths["/slurm/v0.0.40/node/{node_name}"].post.requestBody.content["text/yaml"].schema = {}; |
Removed | .paths["/slurm/v0.0.40/node/{node_name}"].post.requestBody.content["text/yaml"].schema.$ref = "#/components/schemas/v0.0.40_update_node_msg"; |
Removed | .paths["/slurm/v0.0.40/node/{node_name}"].post.responses["200"].content["application/jsonrequest"] = {}; |
Removed | .paths["/slurm/v0.0.40/node/{node_name}"].post.responses["200"].content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurm/v0.0.40/node/{node_name}"].post.responses["200"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.40_openapi_resp"; |
Removed | .paths["/slurm/v0.0.40/node/{node_name}"].post.responses["200"].content["text/yaml"] = {}; |
Removed | .paths["/slurm/v0.0.40/node/{node_name}"].post.responses["200"].content["text/yaml"].schema = {}; |
Removed | .paths["/slurm/v0.0.40/node/{node_name}"].post.responses["200"].content["text/yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_resp"; |
Removed | .paths["/slurm/v0.0.40/node/{node_name}"].post.responses["default"].content["application/jsonrequest"] = {}; |
Removed | .paths["/slurm/v0.0.40/node/{node_name}"].post.responses["default"].content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurm/v0.0.40/node/{node_name}"].post.responses["default"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.40_openapi_resp"; |
Removed | .paths["/slurm/v0.0.40/node/{node_name}"].post.responses["default"].content["text/yaml"] = {}; |
Removed | .paths["/slurm/v0.0.40/node/{node_name}"].post.responses["default"].content["text/yaml"].schema = {}; |
Removed | .paths["/slurm/v0.0.40/node/{node_name}"].post.responses["default"].content["text/yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_resp"; |
Removed | .paths["/slurm/v0.0.40/node/{node_name}"]["delete"].responses["200"].content["application/jsonrequest"] = {}; |
Removed | .paths["/slurm/v0.0.40/node/{node_name}"]["delete"].responses["200"].content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurm/v0.0.40/node/{node_name}"]["delete"].responses["200"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.40_openapi_resp"; |
Removed | .paths["/slurm/v0.0.40/node/{node_name}"]["delete"].responses["200"].content["text/yaml"] = {}; |
Removed | .paths["/slurm/v0.0.40/node/{node_name}"]["delete"].responses["200"].content["text/yaml"].schema = {}; |
Removed | .paths["/slurm/v0.0.40/node/{node_name}"]["delete"].responses["200"].content["text/yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_resp"; |
Removed | .paths["/slurm/v0.0.40/node/{node_name}"]["delete"].responses["default"].content["application/jsonrequest"] = {}; |
Removed | .paths["/slurm/v0.0.40/node/{node_name}"]["delete"].responses["default"].content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurm/v0.0.40/node/{node_name}"]["delete"].responses["default"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.40_openapi_resp"; |
Removed | .paths["/slurm/v0.0.40/node/{node_name}"]["delete"].responses["default"].content["text/yaml"] = {}; |
Removed | .paths["/slurm/v0.0.40/node/{node_name}"]["delete"].responses["default"].content["text/yaml"].schema = {}; |
Removed | .paths["/slurm/v0.0.40/node/{node_name}"]["delete"].responses["default"].content["text/yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_resp"; |
Removed | .paths["/slurm/v0.0.40/nodes/"].get.responses["200"].content["application/jsonrequest"] = {}; |
Removed | .paths["/slurm/v0.0.40/nodes/"].get.responses["200"].content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurm/v0.0.40/nodes/"].get.responses["200"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.40_openapi_nodes_resp"; |
Removed | .paths["/slurm/v0.0.40/nodes/"].get.responses["200"].content["text/yaml"] = {}; |
Removed | .paths["/slurm/v0.0.40/nodes/"].get.responses["200"].content["text/yaml"].schema = {}; |
Removed | .paths["/slurm/v0.0.40/nodes/"].get.responses["200"].content["text/yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_nodes_resp"; |
Removed | .paths["/slurm/v0.0.40/nodes/"].get.responses["default"].content["application/jsonrequest"] = {}; |
Removed | .paths["/slurm/v0.0.40/nodes/"].get.responses["default"].content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurm/v0.0.40/nodes/"].get.responses["default"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.40_openapi_nodes_resp"; |
Removed | .paths["/slurm/v0.0.40/nodes/"].get.responses["default"].content["text/yaml"] = {}; |
Removed | .paths["/slurm/v0.0.40/nodes/"].get.responses["default"].content["text/yaml"].schema = {}; |
Removed | .paths["/slurm/v0.0.40/nodes/"].get.responses["default"].content["text/yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_nodes_resp"; |
Removed | .paths["/slurm/v0.0.40/partition/{partition_name}"].get.responses["200"].content["application/jsonrequest"] = {}; |
Removed | .paths["/slurm/v0.0.40/partition/{partition_name}"].get.responses["200"].content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurm/v0.0.40/partition/{partition_name}"].get.responses["200"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.40_openapi_partition_resp"; |
Removed | .paths["/slurm/v0.0.40/partition/{partition_name}"].get.responses["200"].content["text/yaml"] = {}; |
Removed | .paths["/slurm/v0.0.40/partition/{partition_name}"].get.responses["200"].content["text/yaml"].schema = {}; |
Removed | .paths["/slurm/v0.0.40/partition/{partition_name}"].get.responses["200"].content["text/yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_partition_resp"; |
Removed | .paths["/slurm/v0.0.40/partition/{partition_name}"].get.responses["default"].content["application/jsonrequest"] = {}; |
Removed | .paths["/slurm/v0.0.40/partition/{partition_name}"].get.responses["default"].content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurm/v0.0.40/partition/{partition_name}"].get.responses["default"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.40_openapi_partition_resp"; |
Removed | .paths["/slurm/v0.0.40/partition/{partition_name}"].get.responses["default"].content["text/yaml"] = {}; |
Removed | .paths["/slurm/v0.0.40/partition/{partition_name}"].get.responses["default"].content["text/yaml"].schema = {}; |
Removed | .paths["/slurm/v0.0.40/partition/{partition_name}"].get.responses["default"].content["text/yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_partition_resp"; |
Removed | .paths["/slurm/v0.0.40/partitions/"].get.responses["200"].content["application/jsonrequest"] = {}; |
Removed | .paths["/slurm/v0.0.40/partitions/"].get.responses["200"].content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurm/v0.0.40/partitions/"].get.responses["200"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.40_openapi_partition_resp"; |
Removed | .paths["/slurm/v0.0.40/partitions/"].get.responses["200"].content["text/yaml"] = {}; |
Removed | .paths["/slurm/v0.0.40/partitions/"].get.responses["200"].content["text/yaml"].schema = {}; |
Removed | .paths["/slurm/v0.0.40/partitions/"].get.responses["200"].content["text/yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_partition_resp"; |
Removed | .paths["/slurm/v0.0.40/partitions/"].get.responses["default"].content["application/jsonrequest"] = {}; |
Removed | .paths["/slurm/v0.0.40/partitions/"].get.responses["default"].content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurm/v0.0.40/partitions/"].get.responses["default"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.40_openapi_partition_resp"; |
Removed | .paths["/slurm/v0.0.40/partitions/"].get.responses["default"].content["text/yaml"] = {}; |
Removed | .paths["/slurm/v0.0.40/partitions/"].get.responses["default"].content["text/yaml"].schema = {}; |
Removed | .paths["/slurm/v0.0.40/partitions/"].get.responses["default"].content["text/yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_partition_resp"; |
Removed | .paths["/slurm/v0.0.40/ping/"].get.responses["200"].content["application/jsonrequest"] = {}; |
Removed | .paths["/slurm/v0.0.40/ping/"].get.responses["200"].content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurm/v0.0.40/ping/"].get.responses["200"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.40_openapi_ping_array_resp"; |
Removed | .paths["/slurm/v0.0.40/ping/"].get.responses["200"].content["text/yaml"] = {}; |
Removed | .paths["/slurm/v0.0.40/ping/"].get.responses["200"].content["text/yaml"].schema = {}; |
Removed | .paths["/slurm/v0.0.40/ping/"].get.responses["200"].content["text/yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_ping_array_resp"; |
Removed | .paths["/slurm/v0.0.40/ping/"].get.responses["default"].content["application/jsonrequest"] = {}; |
Removed | .paths["/slurm/v0.0.40/ping/"].get.responses["default"].content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurm/v0.0.40/ping/"].get.responses["default"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.40_openapi_ping_array_resp"; |
Removed | .paths["/slurm/v0.0.40/ping/"].get.responses["default"].content["text/yaml"] = {}; |
Removed | .paths["/slurm/v0.0.40/ping/"].get.responses["default"].content["text/yaml"].schema = {}; |
Removed | .paths["/slurm/v0.0.40/ping/"].get.responses["default"].content["text/yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_ping_array_resp"; |
Removed | .paths["/slurm/v0.0.40/reconfigure/"].get.responses["200"].content["application/jsonrequest"] = {}; |
Removed | .paths["/slurm/v0.0.40/reconfigure/"].get.responses["200"].content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurm/v0.0.40/reconfigure/"].get.responses["200"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.40_openapi_resp"; |
Removed | .paths["/slurm/v0.0.40/reconfigure/"].get.responses["200"].content["text/yaml"] = {}; |
Removed | .paths["/slurm/v0.0.40/reconfigure/"].get.responses["200"].content["text/yaml"].schema = {}; |
Removed | .paths["/slurm/v0.0.40/reconfigure/"].get.responses["200"].content["text/yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_resp"; |
Removed | .paths["/slurm/v0.0.40/reconfigure/"].get.responses["default"].content["application/jsonrequest"] = {}; |
Removed | .paths["/slurm/v0.0.40/reconfigure/"].get.responses["default"].content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurm/v0.0.40/reconfigure/"].get.responses["default"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.40_openapi_resp"; |
Removed | .paths["/slurm/v0.0.40/reconfigure/"].get.responses["default"].content["text/yaml"] = {}; |
Removed | .paths["/slurm/v0.0.40/reconfigure/"].get.responses["default"].content["text/yaml"].schema = {}; |
Removed | .paths["/slurm/v0.0.40/reconfigure/"].get.responses["default"].content["text/yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_resp"; |
Removed | .paths["/slurm/v0.0.40/reservation/{reservation_name}"].get.responses["200"].content["application/jsonrequest"] = {}; |
Removed | .paths["/slurm/v0.0.40/reservation/{reservation_name}"].get.responses["200"].content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurm/v0.0.40/reservation/{reservation_name}"].get.responses["200"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.40_openapi_reservation_resp"; |
Removed | .paths["/slurm/v0.0.40/reservation/{reservation_name}"].get.responses["200"].content["text/yaml"] = {}; |
Removed | .paths["/slurm/v0.0.40/reservation/{reservation_name}"].get.responses["200"].content["text/yaml"].schema = {}; |
Removed | .paths["/slurm/v0.0.40/reservation/{reservation_name}"].get.responses["200"].content["text/yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_reservation_resp"; |
Removed | .paths["/slurm/v0.0.40/reservation/{reservation_name}"].get.responses["default"].content["application/jsonrequest"] = {}; |
Removed | .paths["/slurm/v0.0.40/reservation/{reservation_name}"].get.responses["default"].content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurm/v0.0.40/reservation/{reservation_name}"].get.responses["default"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.40_openapi_reservation_resp"; |
Removed | .paths["/slurm/v0.0.40/reservation/{reservation_name}"].get.responses["default"].content["text/yaml"] = {}; |
Removed | .paths["/slurm/v0.0.40/reservation/{reservation_name}"].get.responses["default"].content["text/yaml"].schema = {}; |
Removed | .paths["/slurm/v0.0.40/reservation/{reservation_name}"].get.responses["default"].content["text/yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_reservation_resp"; |
Removed | .paths["/slurm/v0.0.40/reservations/"].get.responses["200"].content["application/jsonrequest"] = {}; |
Removed | .paths["/slurm/v0.0.40/reservations/"].get.responses["200"].content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurm/v0.0.40/reservations/"].get.responses["200"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.40_openapi_reservation_resp"; |
Removed | .paths["/slurm/v0.0.40/reservations/"].get.responses["200"].content["text/yaml"] = {}; |
Removed | .paths["/slurm/v0.0.40/reservations/"].get.responses["200"].content["text/yaml"].schema = {}; |
Removed | .paths["/slurm/v0.0.40/reservations/"].get.responses["200"].content["text/yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_reservation_resp"; |
Removed | .paths["/slurm/v0.0.40/reservations/"].get.responses["default"].content["application/jsonrequest"] = {}; |
Removed | .paths["/slurm/v0.0.40/reservations/"].get.responses["default"].content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurm/v0.0.40/reservations/"].get.responses["default"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.40_openapi_reservation_resp"; |
Removed | .paths["/slurm/v0.0.40/reservations/"].get.responses["default"].content["text/yaml"] = {}; |
Removed | .paths["/slurm/v0.0.40/reservations/"].get.responses["default"].content["text/yaml"].schema = {}; |
Removed | .paths["/slurm/v0.0.40/reservations/"].get.responses["default"].content["text/yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_reservation_resp"; |
Removed | .paths["/slurm/v0.0.40/shares"].get.responses["200"].content["application/jsonrequest"] = {}; |
Removed | .paths["/slurm/v0.0.40/shares"].get.responses["200"].content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurm/v0.0.40/shares"].get.responses["200"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.40_openapi_shares_resp"; |
Removed | .paths["/slurm/v0.0.40/shares"].get.responses["200"].content["text/yaml"] = {}; |
Removed | .paths["/slurm/v0.0.40/shares"].get.responses["200"].content["text/yaml"].schema = {}; |
Removed | .paths["/slurm/v0.0.40/shares"].get.responses["200"].content["text/yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_shares_resp"; |
Removed | .paths["/slurm/v0.0.40/shares"].get.responses["default"].content["application/jsonrequest"] = {}; |
Removed | .paths["/slurm/v0.0.40/shares"].get.responses["default"].content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurm/v0.0.40/shares"].get.responses["default"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.40_openapi_shares_resp"; |
Removed | .paths["/slurm/v0.0.40/shares"].get.responses["default"].content["text/yaml"] = {}; |
Removed | .paths["/slurm/v0.0.40/shares"].get.responses["default"].content["text/yaml"].schema = {}; |
Removed | .paths["/slurm/v0.0.40/shares"].get.responses["default"].content["text/yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_shares_resp"; |
Removed | .paths["/slurmdb/v0.0.40/account/{account_name}"].get.responses["200"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.40_openapi_accounts_resp"; |
Removed | .paths["/slurmdb/v0.0.40/account/{account_name}"].get.responses["200"].content["text/yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.40/account/{account_name}"].get.responses["200"].content["text/yaml"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.40/account/{account_name}"].get.responses["200"].content["text/yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_accounts_resp"; |
Removed | .paths["/slurmdb/v0.0.40/account/{account_name}"].get.responses["default"].content["application/jsonrequest"] = {}; |
Removed | .paths["/slurmdb/v0.0.40/account/{account_name}"].get.responses["default"].content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.40/account/{account_name}"].get.responses["default"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.40_openapi_accounts_resp"; |
Removed | .paths["/slurmdb/v0.0.40/account/{account_name}"].get.responses["default"].content["text/yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.40/account/{account_name}"].get.responses["default"].content["text/yaml"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.40/account/{account_name}"].get.responses["default"].content["text/yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_accounts_resp"; |
Removed | .paths["/slurmdb/v0.0.40/account/{account_name}"]["delete"].responses["200"].content["application/jsonrequest"] = {}; |
Removed | .paths["/slurmdb/v0.0.40/account/{account_name}"]["delete"].responses["200"].content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.40/account/{account_name}"]["delete"].responses["200"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.40_openapi_accounts_removed_resp"; |
Removed | .paths["/slurmdb/v0.0.40/account/{account_name}"]["delete"].responses["200"].content["text/yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.40/account/{account_name}"]["delete"].responses["200"].content["text/yaml"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.40/account/{account_name}"]["delete"].responses["200"].content["text/yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_accounts_removed_resp"; |
Removed | .paths["/slurmdb/v0.0.40/account/{account_name}"]["delete"].responses["default"].content["application/jsonrequest"] = {}; |
Removed | .paths["/slurmdb/v0.0.40/account/{account_name}"]["delete"].responses["default"].content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.40/account/{account_name}"]["delete"].responses["default"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.40_openapi_accounts_removed_resp"; |
Removed | .paths["/slurmdb/v0.0.40/account/{account_name}"]["delete"].responses["default"].content["text/yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.40/account/{account_name}"]["delete"].responses["default"].content["text/yaml"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.40/account/{account_name}"]["delete"].responses["default"].content["text/yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_accounts_removed_resp"; |
Removed | .paths["/slurmdb/v0.0.40/accounts/"].get.responses["200"].content["application/jsonrequest"] = {}; |
Removed | .paths["/slurmdb/v0.0.40/accounts/"].get.responses["200"].content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.40/accounts/"].get.responses["200"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.40_openapi_accounts_resp"; |
Removed | .paths["/slurmdb/v0.0.40/accounts/"].get.responses["200"].content["text/yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.40/accounts/"].get.responses["200"].content["text/yaml"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.40/accounts/"].get.responses["200"].content["text/yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_accounts_resp"; |
Removed | .paths["/slurmdb/v0.0.40/accounts/"].get.responses["default"].content["application/jsonrequest"] = {}; |
Removed | .paths["/slurmdb/v0.0.40/accounts/"].get.responses["default"].content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.40/accounts/"].get.responses["default"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.40_openapi_accounts_resp"; |
Removed | .paths["/slurmdb/v0.0.40/accounts/"].get.responses["default"].content["text/yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.40/accounts/"].get.responses["default"].content["text/yaml"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.40/accounts/"].get.responses["default"].content["text/yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_accounts_resp"; |
Removed | .paths["/slurmdb/v0.0.40/accounts/"].post.requestBody.content["application/jsonrequest"] = {}; |
Removed | .paths["/slurmdb/v0.0.40/accounts/"].post.requestBody.content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.40/accounts/"].post.requestBody.content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.40_openapi_accounts_resp"; |
Removed | .paths["/slurmdb/v0.0.40/accounts/"].post.requestBody.content["text/yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.40/accounts/"].post.requestBody.content["text/yaml"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.40/accounts/"].post.requestBody.content["text/yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_accounts_resp"; |
Removed | .paths["/slurmdb/v0.0.40/accounts/"].post.responses["200"].content["application/jsonrequest"] = {}; |
Removed | .paths["/slurmdb/v0.0.40/accounts/"].post.responses["200"].content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.40/accounts/"].post.responses["200"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.40_openapi_resp"; |
Removed | .paths["/slurmdb/v0.0.40/accounts/"].post.responses["200"].content["text/yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.40/accounts/"].post.responses["200"].content["text/yaml"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.40/accounts/"].post.responses["200"].content["text/yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_resp"; |
Removed | .paths["/slurmdb/v0.0.40/accounts/"].post.responses["default"].content["application/jsonrequest"] = {}; |
Removed | .paths["/slurmdb/v0.0.40/accounts/"].post.responses["default"].content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.40/accounts/"].post.responses["default"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.40_openapi_resp"; |
Removed | .paths["/slurmdb/v0.0.40/accounts/"].post.responses["default"].content["text/yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.40/accounts/"].post.responses["default"].content["text/yaml"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.40/accounts/"].post.responses["default"].content["text/yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_resp"; |
Removed | .paths["/slurmdb/v0.0.40/accounts_association/"].post.requestBody.content["application/jsonrequest"] = {}; |
Removed | .paths["/slurmdb/v0.0.40/accounts_association/"].post.requestBody.content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.40/accounts_association/"].post.requestBody.content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.40_openapi_accounts_add_cond_resp"; |
Removed | .paths["/slurmdb/v0.0.40/accounts_association/"].post.requestBody.content["text/yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.40/accounts_association/"].post.requestBody.content["text/yaml"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.40/accounts_association/"].post.requestBody.content["text/yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_accounts_add_cond_resp"; |
Removed | .paths["/slurmdb/v0.0.40/accounts_association/"].post.responses["200"].content["application/jsonrequest"] = {}; |
Removed | .paths["/slurmdb/v0.0.40/accounts_association/"].post.responses["200"].content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.40/accounts_association/"].post.responses["200"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.40_openapi_accounts_add_cond_resp_str"; |
Removed | .paths["/slurmdb/v0.0.40/accounts_association/"].post.responses["200"].content["text/yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.40/accounts_association/"].post.responses["200"].content["text/yaml"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.40/accounts_association/"].post.responses["200"].content["text/yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_accounts_add_cond_resp_str"; |
Removed | .paths["/slurmdb/v0.0.40/accounts_association/"].post.responses["default"].content["application/jsonrequest"] = {}; |
Removed | .paths["/slurmdb/v0.0.40/accounts_association/"].post.responses["default"].content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.40/accounts_association/"].post.responses["default"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.40_openapi_accounts_add_cond_resp_str"; |
Removed | .paths["/slurmdb/v0.0.40/accounts_association/"].post.responses["default"].content["text/yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.40/accounts_association/"].post.responses["default"].content["text/yaml"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.40/accounts_association/"].post.responses["default"].content["text/yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_accounts_add_cond_resp_str"; |
Removed | .paths["/slurmdb/v0.0.40/association/"].get.responses["200"].content["application/jsonrequest"] = {}; |
Removed | .paths["/slurmdb/v0.0.40/association/"].get.responses["200"].content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.40/association/"].get.responses["200"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.40_openapi_assocs_resp"; |
Removed | .paths["/slurmdb/v0.0.40/association/"].get.responses["200"].content["text/yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.40/association/"].get.responses["200"].content["text/yaml"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.40/association/"].get.responses["200"].content["text/yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_assocs_resp"; |
Removed | .paths["/slurmdb/v0.0.40/association/"].get.responses["default"].content["application/jsonrequest"] = {}; |
Removed | .paths["/slurmdb/v0.0.40/association/"].get.responses["default"].content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.40/association/"].get.responses["default"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.40_openapi_assocs_resp"; |
Removed | .paths["/slurmdb/v0.0.40/association/"].get.responses["default"].content["text/yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.40/association/"].get.responses["default"].content["text/yaml"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.40/association/"].get.responses["default"].content["text/yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_assocs_resp"; |
Removed | .paths["/slurmdb/v0.0.40/association/"]["delete"].responses["200"].content["application/jsonrequest"] = {}; |
Removed | .paths["/slurmdb/v0.0.40/association/"]["delete"].responses["200"].content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.40/association/"]["delete"].responses["200"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.40_openapi_assocs_removed_resp"; |
Removed | .paths["/slurmdb/v0.0.40/association/"]["delete"].responses["200"].content["text/yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.40/association/"]["delete"].responses["200"].content["text/yaml"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.40/association/"]["delete"].responses["200"].content["text/yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_assocs_removed_resp"; |
Removed | .paths["/slurmdb/v0.0.40/association/"]["delete"].responses["default"].content["application/jsonrequest"] = {}; |
Removed | .paths["/slurmdb/v0.0.40/association/"]["delete"].responses["default"].content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.40/association/"]["delete"].responses["default"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.40_openapi_assocs_removed_resp"; |
Removed | .paths["/slurmdb/v0.0.40/association/"]["delete"].responses["default"].content["text/yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.40/association/"]["delete"].responses["default"].content["text/yaml"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.40/association/"]["delete"].responses["default"].content["text/yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_assocs_removed_resp"; |
Removed | .paths["/slurmdb/v0.0.40/associations/"].get.responses["200"].content["application/jsonrequest"] = {}; |
Removed | .paths["/slurmdb/v0.0.40/associations/"].get.responses["200"].content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.40/associations/"].get.responses["200"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.40_openapi_assocs_resp"; |
Removed | .paths["/slurmdb/v0.0.40/associations/"].get.responses["200"].content["text/yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.40/associations/"].get.responses["200"].content["text/yaml"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.40/associations/"].get.responses["200"].content["text/yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_assocs_resp"; |
Removed | .paths["/slurmdb/v0.0.40/associations/"].get.responses["default"].content["application/jsonrequest"] = {}; |
Removed | .paths["/slurmdb/v0.0.40/associations/"].get.responses["default"].content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.40/associations/"].get.responses["default"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.40_openapi_assocs_resp"; |
Removed | .paths["/slurmdb/v0.0.40/associations/"].get.responses["default"].content["text/yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.40/associations/"].get.responses["default"].content["text/yaml"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.40/associations/"].get.responses["default"].content["text/yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_assocs_resp"; |
Removed | .paths["/slurmdb/v0.0.40/associations/"].post.requestBody.content["application/jsonrequest"] = {}; |
Removed | .paths["/slurmdb/v0.0.40/associations/"].post.requestBody.content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.40/associations/"].post.requestBody.content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.40_openapi_assocs_resp"; |
Removed | .paths["/slurmdb/v0.0.40/associations/"].post.requestBody.content["text/yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.40/associations/"].post.requestBody.content["text/yaml"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.40/associations/"].post.requestBody.content["text/yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_assocs_resp"; |
Removed | .paths["/slurmdb/v0.0.40/associations/"].post.responses["200"].content["application/jsonrequest"] = {}; |
Removed | .paths["/slurmdb/v0.0.40/associations/"].post.responses["200"].content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.40/associations/"].post.responses["200"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.40_openapi_resp"; |
Removed | .paths["/slurmdb/v0.0.40/associations/"].post.responses["200"].content["text/yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.40/associations/"].post.responses["200"].content["text/yaml"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.40/associations/"].post.responses["200"].content["text/yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_resp"; |
Removed | .paths["/slurmdb/v0.0.40/associations/"].post.responses["default"].content["application/jsonrequest"] = {}; |
Removed | .paths["/slurmdb/v0.0.40/associations/"].post.responses["default"].content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.40/associations/"].post.responses["default"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.40_openapi_resp"; |
Removed | .paths["/slurmdb/v0.0.40/associations/"].post.responses["default"].content["text/yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.40/associations/"].post.responses["default"].content["text/yaml"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.40/associations/"].post.responses["default"].content["text/yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_resp"; |
Removed | .paths["/slurmdb/v0.0.40/associations/"]["delete"].responses["200"].content["application/jsonrequest"] = {}; |
Removed | .paths["/slurmdb/v0.0.40/associations/"]["delete"].responses["200"].content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.40/associations/"]["delete"].responses["200"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.40_openapi_assocs_removed_resp"; |
Removed | .paths["/slurmdb/v0.0.40/associations/"]["delete"].responses["200"].content["text/yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.40/associations/"]["delete"].responses["200"].content["text/yaml"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.40/associations/"]["delete"].responses["200"].content["text/yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_assocs_removed_resp"; |
Removed | .paths["/slurmdb/v0.0.40/associations/"]["delete"].responses["default"].content["application/jsonrequest"] = {}; |
Removed | .paths["/slurmdb/v0.0.40/associations/"]["delete"].responses["default"].content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.40/associations/"]["delete"].responses["default"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.40_openapi_assocs_removed_resp"; |
Removed | .paths["/slurmdb/v0.0.40/associations/"]["delete"].responses["default"].content["text/yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.40/associations/"]["delete"].responses["default"].content["text/yaml"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.40/associations/"]["delete"].responses["default"].content["text/yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_assocs_removed_resp"; |
Removed | .paths["/slurmdb/v0.0.40/cluster/{cluster_name}"].get.responses["200"].content["application/jsonrequest"] = {}; |
Removed | .paths["/slurmdb/v0.0.40/cluster/{cluster_name}"].get.responses["200"].content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.40/cluster/{cluster_name}"].get.responses["200"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.40_openapi_clusters_resp"; |
Removed | .paths["/slurmdb/v0.0.40/cluster/{cluster_name}"].get.responses["200"].content["text/yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.40/cluster/{cluster_name}"].get.responses["200"].content["text/yaml"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.40/cluster/{cluster_name}"].get.responses["200"].content["text/yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_clusters_resp"; |
Removed | .paths["/slurmdb/v0.0.40/cluster/{cluster_name}"].get.responses["default"].content["application/jsonrequest"] = {}; |
Removed | .paths["/slurmdb/v0.0.40/cluster/{cluster_name}"].get.responses["default"].content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.40/cluster/{cluster_name}"].get.responses["default"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.40_openapi_clusters_resp"; |
Removed | .paths["/slurmdb/v0.0.40/cluster/{cluster_name}"].get.responses["default"].content["text/yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.40/cluster/{cluster_name}"].get.responses["default"].content["text/yaml"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.40/cluster/{cluster_name}"].get.responses["default"].content["text/yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_clusters_resp"; |
Removed | .paths["/slurmdb/v0.0.40/cluster/{cluster_name}"]["delete"].responses["200"].content["application/jsonrequest"] = {}; |
Removed | .paths["/slurmdb/v0.0.40/cluster/{cluster_name}"]["delete"].responses["200"].content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.40/cluster/{cluster_name}"]["delete"].responses["200"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.40_openapi_clusters_removed_resp"; |
Removed | .paths["/slurmdb/v0.0.40/cluster/{cluster_name}"]["delete"].responses["200"].content["text/yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.40/cluster/{cluster_name}"]["delete"].responses["200"].content["text/yaml"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.40/cluster/{cluster_name}"]["delete"].responses["200"].content["text/yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_clusters_removed_resp"; |
Removed | .paths["/slurmdb/v0.0.40/cluster/{cluster_name}"]["delete"].responses["default"].content["application/jsonrequest"] = {}; |
Removed | .paths["/slurmdb/v0.0.40/cluster/{cluster_name}"]["delete"].responses["default"].content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.40/cluster/{cluster_name}"]["delete"].responses["default"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.40_openapi_clusters_removed_resp"; |
Removed | .paths["/slurmdb/v0.0.40/cluster/{cluster_name}"]["delete"].responses["default"].content["text/yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.40/cluster/{cluster_name}"]["delete"].responses["default"].content["text/yaml"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.40/cluster/{cluster_name}"]["delete"].responses["default"].content["text/yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_clusters_removed_resp"; |
Removed | .paths["/slurmdb/v0.0.40/clusters/"].get.responses["200"].content["application/jsonrequest"] = {}; |
Removed | .paths["/slurmdb/v0.0.40/clusters/"].get.responses["200"].content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.40/clusters/"].get.responses["200"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.40_openapi_clusters_resp"; |
Removed | .paths["/slurmdb/v0.0.40/clusters/"].get.responses["200"].content["text/yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.40/clusters/"].get.responses["200"].content["text/yaml"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.40/clusters/"].get.responses["200"].content["text/yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_clusters_resp"; |
Removed | .paths["/slurmdb/v0.0.40/clusters/"].get.responses["default"].content["application/jsonrequest"] = {}; |
Removed | .paths["/slurmdb/v0.0.40/clusters/"].get.responses["default"].content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.40/clusters/"].get.responses["default"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.40_openapi_clusters_resp"; |
Removed | .paths["/slurmdb/v0.0.40/clusters/"].get.responses["default"].content["text/yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.40/clusters/"].get.responses["default"].content["text/yaml"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.40/clusters/"].get.responses["default"].content["text/yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_clusters_resp"; |
Removed | .paths["/slurmdb/v0.0.40/clusters/"].post.requestBody.content["application/jsonrequest"] = {}; |
Removed | .paths["/slurmdb/v0.0.40/clusters/"].post.requestBody.content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.40/clusters/"].post.requestBody.content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.40_openapi_clusters_resp"; |
Removed | .paths["/slurmdb/v0.0.40/clusters/"].post.requestBody.content["text/yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.40/clusters/"].post.requestBody.content["text/yaml"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.40/clusters/"].post.requestBody.content["text/yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_clusters_resp"; |
Removed | .paths["/slurmdb/v0.0.40/clusters/"].post.responses["200"].content["application/jsonrequest"] = {}; |
Removed | .paths["/slurmdb/v0.0.40/clusters/"].post.responses["200"].content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.40/clusters/"].post.responses["200"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.40_openapi_resp"; |
Removed | .paths["/slurmdb/v0.0.40/clusters/"].post.responses["200"].content["text/yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.40/clusters/"].post.responses["200"].content["text/yaml"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.40/clusters/"].post.responses["200"].content["text/yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_resp"; |
Removed | .paths["/slurmdb/v0.0.40/clusters/"].post.responses["default"].content["application/jsonrequest"] = {}; |
Removed | .paths["/slurmdb/v0.0.40/clusters/"].post.responses["default"].content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.40/clusters/"].post.responses["default"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.40_openapi_resp"; |
Removed | .paths["/slurmdb/v0.0.40/clusters/"].post.responses["default"].content["text/yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.40/clusters/"].post.responses["default"].content["text/yaml"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.40/clusters/"].post.responses["default"].content["text/yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_resp"; |
Removed | .paths["/slurmdb/v0.0.40/config"].get.responses["200"].content["application/jsonrequest"] = {}; |
Removed | .paths["/slurmdb/v0.0.40/config"].get.responses["200"].content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.40/config"].get.responses["200"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.40_openapi_slurmdbd_config_resp"; |
Removed | .paths["/slurmdb/v0.0.40/config"].get.responses["200"].content["text/yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.40/config"].get.responses["200"].content["text/yaml"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.40/config"].get.responses["200"].content["text/yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_slurmdbd_config_resp"; |
Removed | .paths["/slurmdb/v0.0.40/config"].get.responses["default"].content["application/jsonrequest"] = {}; |
Removed | .paths["/slurmdb/v0.0.40/config"].get.responses["default"].content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.40/config"].get.responses["default"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.40_openapi_slurmdbd_config_resp"; |
Removed | .paths["/slurmdb/v0.0.40/config"].get.responses["default"].content["text/yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.40/config"].get.responses["default"].content["text/yaml"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.40/config"].get.responses["default"].content["text/yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_slurmdbd_config_resp"; |
Removed | .paths["/slurmdb/v0.0.40/config"].post.requestBody.content["application/jsonrequest"] = {}; |
Removed | .paths["/slurmdb/v0.0.40/config"].post.requestBody.content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.40/config"].post.requestBody.content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.40_openapi_slurmdbd_config_resp"; |
Removed | .paths["/slurmdb/v0.0.40/config"].post.requestBody.content["text/yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.40/config"].post.requestBody.content["text/yaml"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.40/config"].post.requestBody.content["text/yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_slurmdbd_config_resp"; |
Removed | .paths["/slurmdb/v0.0.40/config"].post.responses["200"].content["application/jsonrequest"] = {}; |
Removed | .paths["/slurmdb/v0.0.40/config"].post.responses["200"].content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.40/config"].post.responses["200"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.40_openapi_resp"; |
Removed | .paths["/slurmdb/v0.0.40/config"].post.responses["200"].content["text/yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.40/config"].post.responses["200"].content["text/yaml"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.40/config"].post.responses["200"].content["text/yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_resp"; |
Removed | .paths["/slurmdb/v0.0.40/config"].post.responses["default"].content["application/jsonrequest"] = {}; |
Removed | .paths["/slurmdb/v0.0.40/config"].post.responses["default"].content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.40/config"].post.responses["default"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.40_openapi_resp"; |
Removed | .paths["/slurmdb/v0.0.40/config"].post.responses["default"].content["text/yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.40/config"].post.responses["default"].content["text/yaml"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.40/config"].post.responses["default"].content["text/yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_resp"; |
Removed | .paths["/slurmdb/v0.0.40/diag/"].get.responses["200"].content["application/jsonrequest"] = {}; |
Removed | .paths["/slurmdb/v0.0.40/diag/"].get.responses["200"].content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.40/diag/"].get.responses["200"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.40_openapi_slurmdbd_stats_resp"; |
Removed | .paths["/slurmdb/v0.0.40/diag/"].get.responses["200"].content["text/yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.40/diag/"].get.responses["200"].content["text/yaml"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.40/diag/"].get.responses["200"].content["text/yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_slurmdbd_stats_resp"; |
Removed | .paths["/slurmdb/v0.0.40/diag/"].get.responses["default"].content["application/jsonrequest"] = {}; |
Removed | .paths["/slurmdb/v0.0.40/diag/"].get.responses["default"].content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.40/diag/"].get.responses["default"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.40_openapi_slurmdbd_stats_resp"; |
Removed | .paths["/slurmdb/v0.0.40/diag/"].get.responses["default"].content["text/yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.40/diag/"].get.responses["default"].content["text/yaml"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.40/diag/"].get.responses["default"].content["text/yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_slurmdbd_stats_resp"; |
Removed | .paths["/slurmdb/v0.0.40/instance/"].get.responses["200"].content["application/jsonrequest"] = {}; |
Removed | .paths["/slurmdb/v0.0.40/instance/"].get.responses["200"].content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.40/instance/"].get.responses["200"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.40_openapi_instances_resp"; |
Removed | .paths["/slurmdb/v0.0.40/instance/"].get.responses["200"].content["text/yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.40/instance/"].get.responses["200"].content["text/yaml"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.40/instance/"].get.responses["200"].content["text/yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_instances_resp"; |
Removed | .paths["/slurmdb/v0.0.40/instance/"].get.responses["default"].content["application/jsonrequest"] = {}; |
Removed | .paths["/slurmdb/v0.0.40/instance/"].get.responses["default"].content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.40/instance/"].get.responses["default"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.40_openapi_instances_resp"; |
Removed | .paths["/slurmdb/v0.0.40/instance/"].get.responses["default"].content["text/yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.40/instance/"].get.responses["default"].content["text/yaml"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.40/instance/"].get.responses["default"].content["text/yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_instances_resp"; |
Removed | .paths["/slurmdb/v0.0.40/instances/"].get.responses["200"].content["application/jsonrequest"] = {}; |
Removed | .paths["/slurmdb/v0.0.40/instances/"].get.responses["200"].content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.40/instances/"].get.responses["200"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.40_openapi_instances_resp"; |
Removed | .paths["/slurmdb/v0.0.40/instances/"].get.responses["200"].content["text/yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.40/instances/"].get.responses["200"].content["text/yaml"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.40/instances/"].get.responses["200"].content["text/yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_instances_resp"; |
Removed | .paths["/slurmdb/v0.0.40/instances/"].get.responses["default"].content["application/jsonrequest"] = {}; |
Removed | .paths["/slurmdb/v0.0.40/instances/"].get.responses["default"].content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.40/instances/"].get.responses["default"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.40_openapi_instances_resp"; |
Removed | .paths["/slurmdb/v0.0.40/instances/"].get.responses["default"].content["text/yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.40/instances/"].get.responses["default"].content["text/yaml"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.40/instances/"].get.responses["default"].content["text/yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_instances_resp"; |
Removed | .paths["/slurmdb/v0.0.40/job/{job_id}"].get.responses["200"].content["application/jsonrequest"] = {}; |
Removed | .paths["/slurmdb/v0.0.40/job/{job_id}"].get.responses["200"].content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.40/job/{job_id}"].get.responses["200"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.40_openapi_slurmdbd_jobs_resp"; |
Removed | .paths["/slurmdb/v0.0.40/job/{job_id}"].get.responses["200"].content["text/yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.40/job/{job_id}"].get.responses["200"].content["text/yaml"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.40/job/{job_id}"].get.responses["200"].content["text/yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_slurmdbd_jobs_resp"; |
Removed | .paths["/slurmdb/v0.0.40/job/{job_id}"].get.responses["default"].content["application/jsonrequest"] = {}; |
Removed | .paths["/slurmdb/v0.0.40/job/{job_id}"].get.responses["default"].content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.40/job/{job_id}"].get.responses["default"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.40_openapi_slurmdbd_jobs_resp"; |
Removed | .paths["/slurmdb/v0.0.40/job/{job_id}"].get.responses["default"].content["text/yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.40/job/{job_id}"].get.responses["default"].content["text/yaml"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.40/job/{job_id}"].get.responses["default"].content["text/yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_slurmdbd_jobs_resp"; |
Removed | .paths["/slurmdb/v0.0.40/jobs/"].get.responses["200"].content["application/jsonrequest"] = {}; |
Removed | .paths["/slurmdb/v0.0.40/jobs/"].get.responses["200"].content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.40/jobs/"].get.responses["200"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.40_openapi_slurmdbd_jobs_resp"; |
Removed | .paths["/slurmdb/v0.0.40/jobs/"].get.responses["200"].content["text/yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.40/jobs/"].get.responses["200"].content["text/yaml"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.40/jobs/"].get.responses["200"].content["text/yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_slurmdbd_jobs_resp"; |
Removed | .paths["/slurmdb/v0.0.40/jobs/"].get.responses["default"].content["application/jsonrequest"] = {}; |
Removed | .paths["/slurmdb/v0.0.40/jobs/"].get.responses["default"].content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.40/jobs/"].get.responses["default"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.40_openapi_slurmdbd_jobs_resp"; |
Removed | .paths["/slurmdb/v0.0.40/jobs/"].get.responses["default"].content["text/yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.40/jobs/"].get.responses["default"].content["text/yaml"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.40/jobs/"].get.responses["default"].content["text/yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_slurmdbd_jobs_resp"; |
Removed | .paths["/slurmdb/v0.0.40/qos/"].get.responses["200"].content["application/jsonrequest"] = {}; |
Removed | .paths["/slurmdb/v0.0.40/qos/"].get.responses["200"].content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.40/qos/"].get.responses["200"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.40_openapi_slurmdbd_qos_resp"; |
Removed | .paths["/slurmdb/v0.0.40/qos/"].get.responses["200"].content["text/yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.40/qos/"].get.responses["200"].content["text/yaml"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.40/qos/"].get.responses["200"].content["text/yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_slurmdbd_qos_resp"; |
Removed | .paths["/slurmdb/v0.0.40/qos/"].get.responses["default"].content["application/jsonrequest"] = {}; |
Removed | .paths["/slurmdb/v0.0.40/qos/"].get.responses["default"].content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.40/qos/"].get.responses["default"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.40_openapi_slurmdbd_qos_resp"; |
Removed | .paths["/slurmdb/v0.0.40/qos/"].get.responses["default"].content["text/yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.40/qos/"].get.responses["default"].content["text/yaml"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.40/qos/"].get.responses["default"].content["text/yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_slurmdbd_qos_resp"; |
Removed | .paths["/slurmdb/v0.0.40/qos/"].post.requestBody.content["application/jsonrequest"] = {}; |
Removed | .paths["/slurmdb/v0.0.40/qos/"].post.requestBody.content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.40/qos/"].post.requestBody.content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.40_openapi_slurmdbd_qos_resp"; |
Removed | .paths["/slurmdb/v0.0.40/qos/"].post.requestBody.content["text/yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.40/qos/"].post.requestBody.content["text/yaml"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.40/qos/"].post.requestBody.content["text/yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_slurmdbd_qos_resp"; |
Removed | .paths["/slurmdb/v0.0.40/qos/"].post.responses["200"].content["application/jsonrequest"] = {}; |
Removed | .paths["/slurmdb/v0.0.40/qos/"].post.responses["200"].content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.40/qos/"].post.responses["200"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.40_openapi_resp"; |
Removed | .paths["/slurmdb/v0.0.40/qos/"].post.responses["200"].content["text/yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.40/qos/"].post.responses["200"].content["text/yaml"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.40/qos/"].post.responses["200"].content["text/yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_resp"; |
Removed | .paths["/slurmdb/v0.0.40/qos/"].post.responses["default"].content["application/jsonrequest"] = {}; |
Removed | .paths["/slurmdb/v0.0.40/qos/"].post.responses["default"].content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.40/qos/"].post.responses["default"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.40_openapi_resp"; |
Removed | .paths["/slurmdb/v0.0.40/qos/"].post.responses["default"].content["text/yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.40/qos/"].post.responses["default"].content["text/yaml"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.40/qos/"].post.responses["default"].content["text/yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_resp"; |
Removed | .paths["/slurmdb/v0.0.40/qos/{qos}"].get.responses["200"].content["application/jsonrequest"] = {}; |
Removed | .paths["/slurmdb/v0.0.40/qos/{qos}"].get.responses["200"].content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.40/qos/{qos}"].get.responses["200"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.40_openapi_slurmdbd_qos_resp"; |
Removed | .paths["/slurmdb/v0.0.40/qos/{qos}"].get.responses["200"].content["text/yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.40/qos/{qos}"].get.responses["200"].content["text/yaml"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.40/qos/{qos}"].get.responses["200"].content["text/yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_slurmdbd_qos_resp"; |
Removed | .paths["/slurmdb/v0.0.40/qos/{qos}"].get.responses["default"].content["application/jsonrequest"] = {}; |
Removed | .paths["/slurmdb/v0.0.40/qos/{qos}"].get.responses["default"].content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.40/qos/{qos}"].get.responses["default"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.40_openapi_slurmdbd_qos_resp"; |
Removed | .paths["/slurmdb/v0.0.40/qos/{qos}"].get.responses["default"].content["text/yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.40/qos/{qos}"].get.responses["default"].content["text/yaml"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.40/qos/{qos}"].get.responses["default"].content["text/yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_slurmdbd_qos_resp"; |
Removed | .paths["/slurmdb/v0.0.40/qos/{qos}"]["delete"].responses["200"].content["application/jsonrequest"] = {}; |
Removed | .paths["/slurmdb/v0.0.40/qos/{qos}"]["delete"].responses["200"].content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.40/qos/{qos}"]["delete"].responses["200"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.40_openapi_slurmdbd_qos_removed_resp"; |
Removed | .paths["/slurmdb/v0.0.40/qos/{qos}"]["delete"].responses["200"].content["text/yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.40/qos/{qos}"]["delete"].responses["200"].content["text/yaml"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.40/qos/{qos}"]["delete"].responses["200"].content["text/yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_slurmdbd_qos_removed_resp"; |
Removed | .paths["/slurmdb/v0.0.40/qos/{qos}"]["delete"].responses["default"].content["application/jsonrequest"] = {}; |
Removed | .paths["/slurmdb/v0.0.40/qos/{qos}"]["delete"].responses["default"].content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.40/qos/{qos}"]["delete"].responses["default"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.40_openapi_slurmdbd_qos_removed_resp"; |
Removed | .paths["/slurmdb/v0.0.40/qos/{qos}"]["delete"].responses["default"].content["text/yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.40/qos/{qos}"]["delete"].responses["default"].content["text/yaml"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.40/qos/{qos}"]["delete"].responses["default"].content["text/yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_slurmdbd_qos_removed_resp"; |
Removed | .paths["/slurmdb/v0.0.40/tres/"].get.responses["200"].content["application/jsonrequest"] = {}; |
Removed | .paths["/slurmdb/v0.0.40/tres/"].get.responses["200"].content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.40/tres/"].get.responses["200"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.40_openapi_tres_resp"; |
Removed | .paths["/slurmdb/v0.0.40/tres/"].get.responses["200"].content["text/yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.40/tres/"].get.responses["200"].content["text/yaml"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.40/tres/"].get.responses["200"].content["text/yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_tres_resp"; |
Removed | .paths["/slurmdb/v0.0.40/tres/"].get.responses["default"].content["application/jsonrequest"] = {}; |
Removed | .paths["/slurmdb/v0.0.40/tres/"].get.responses["default"].content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.40/tres/"].get.responses["default"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.40_openapi_tres_resp"; |
Removed | .paths["/slurmdb/v0.0.40/tres/"].get.responses["default"].content["text/yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.40/tres/"].get.responses["default"].content["text/yaml"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.40/tres/"].get.responses["default"].content["text/yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_tres_resp"; |
Removed | .paths["/slurmdb/v0.0.40/tres/"].post.requestBody.content["application/jsonrequest"] = {}; |
Removed | .paths["/slurmdb/v0.0.40/tres/"].post.requestBody.content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.40/tres/"].post.requestBody.content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.40_openapi_tres_resp"; |
Removed | .paths["/slurmdb/v0.0.40/tres/"].post.requestBody.content["text/yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.40/tres/"].post.requestBody.content["text/yaml"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.40/tres/"].post.requestBody.content["text/yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_tres_resp"; |
Removed | .paths["/slurmdb/v0.0.40/tres/"].post.responses["200"].content["application/jsonrequest"] = {}; |
Removed | .paths["/slurmdb/v0.0.40/tres/"].post.responses["200"].content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.40/tres/"].post.responses["200"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.40_openapi_resp"; |
Removed | .paths["/slurmdb/v0.0.40/tres/"].post.responses["200"].content["text/yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.40/tres/"].post.responses["200"].content["text/yaml"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.40/tres/"].post.responses["200"].content["text/yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_resp"; |
Removed | .paths["/slurmdb/v0.0.40/tres/"].post.responses["default"].content["application/jsonrequest"] = {}; |
Removed | .paths["/slurmdb/v0.0.40/tres/"].post.responses["default"].content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.40/tres/"].post.responses["default"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.40_openapi_resp"; |
Removed | .paths["/slurmdb/v0.0.40/tres/"].post.responses["default"].content["text/yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.40/tres/"].post.responses["default"].content["text/yaml"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.40/tres/"].post.responses["default"].content["text/yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_resp"; |
Removed | .paths["/slurmdb/v0.0.40/user/{name}"].get.responses["200"].content["application/jsonrequest"] = {}; |
Removed | .paths["/slurmdb/v0.0.40/user/{name}"].get.responses["200"].content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.40/user/{name}"].get.responses["200"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.40_openapi_users_resp"; |
Removed | .paths["/slurmdb/v0.0.40/user/{name}"].get.responses["200"].content["text/yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.40/user/{name}"].get.responses["200"].content["text/yaml"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.40/user/{name}"].get.responses["200"].content["text/yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_users_resp"; |
Removed | .paths["/slurmdb/v0.0.40/user/{name}"].get.responses["default"].content["application/jsonrequest"] = {}; |
Removed | .paths["/slurmdb/v0.0.40/user/{name}"].get.responses["default"].content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.40/user/{name}"].get.responses["default"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.40_openapi_users_resp"; |
Removed | .paths["/slurmdb/v0.0.40/user/{name}"].get.responses["default"].content["text/yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.40/user/{name}"].get.responses["default"].content["text/yaml"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.40/user/{name}"].get.responses["default"].content["text/yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_users_resp"; |
Removed | .paths["/slurmdb/v0.0.40/user/{name}"]["delete"].responses["200"].content["application/jsonrequest"] = {}; |
Removed | .paths["/slurmdb/v0.0.40/user/{name}"]["delete"].responses["200"].content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.40/user/{name}"]["delete"].responses["200"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.40_openapi_resp"; |
Removed | .paths["/slurmdb/v0.0.40/user/{name}"]["delete"].responses["200"].content["text/yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.40/user/{name}"]["delete"].responses["200"].content["text/yaml"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.40/user/{name}"]["delete"].responses["200"].content["text/yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_resp"; |
Removed | .paths["/slurmdb/v0.0.40/user/{name}"]["delete"].responses["default"].content["application/jsonrequest"] = {}; |
Removed | .paths["/slurmdb/v0.0.40/user/{name}"]["delete"].responses["default"].content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.40/user/{name}"]["delete"].responses["default"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.40_openapi_resp"; |
Removed | .paths["/slurmdb/v0.0.40/user/{name}"]["delete"].responses["default"].content["text/yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.40/user/{name}"]["delete"].responses["default"].content["text/yaml"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.40/user/{name}"]["delete"].responses["default"].content["text/yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_resp"; |
Removed | .paths["/slurmdb/v0.0.40/users/"].get.responses["200"].content["application/jsonrequest"] = {}; |
Removed | .paths["/slurmdb/v0.0.40/users/"].get.responses["200"].content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.40/users/"].get.responses["200"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.40_openapi_users_resp"; |
Removed | .paths["/slurmdb/v0.0.40/users/"].get.responses["200"].content["text/yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.40/users/"].get.responses["200"].content["text/yaml"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.40/users/"].get.responses["200"].content["text/yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_users_resp"; |
Removed | .paths["/slurmdb/v0.0.40/users/"].get.responses["default"].content["application/jsonrequest"] = {}; |
Removed | .paths["/slurmdb/v0.0.40/users/"].get.responses["default"].content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.40/users/"].get.responses["default"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.40_openapi_users_resp"; |
Removed | .paths["/slurmdb/v0.0.40/users/"].get.responses["default"].content["text/yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.40/users/"].get.responses["default"].content["text/yaml"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.40/users/"].get.responses["default"].content["text/yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_users_resp"; |
Removed | .paths["/slurmdb/v0.0.40/users/"].post.requestBody.content["application/jsonrequest"] = {}; |
Removed | .paths["/slurmdb/v0.0.40/users/"].post.requestBody.content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.40/users/"].post.requestBody.content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.40_openapi_users_resp"; |
Removed | .paths["/slurmdb/v0.0.40/users/"].post.requestBody.content["text/yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.40/users/"].post.requestBody.content["text/yaml"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.40/users/"].post.requestBody.content["text/yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_users_resp"; |
Removed | .paths["/slurmdb/v0.0.40/users/"].post.responses["200"].content["application/jsonrequest"] = {}; |
Removed | .paths["/slurmdb/v0.0.40/users/"].post.responses["200"].content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.40/users/"].post.responses["200"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.40_openapi_resp"; |
Removed | .paths["/slurmdb/v0.0.40/users/"].post.responses["200"].content["text/yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.40/users/"].post.responses["200"].content["text/yaml"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.40/users/"].post.responses["200"].content["text/yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_resp"; |
Removed | .paths["/slurmdb/v0.0.40/users/"].post.responses["default"].content["application/jsonrequest"] = {}; |
Removed | .paths["/slurmdb/v0.0.40/users/"].post.responses["default"].content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.40/users/"].post.responses["default"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.40_openapi_resp"; |
Removed | .paths["/slurmdb/v0.0.40/users/"].post.responses["default"].content["text/yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.40/users/"].post.responses["default"].content["text/yaml"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.40/users/"].post.responses["default"].content["text/yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_resp"; |
Removed | .paths["/slurmdb/v0.0.40/users_association/"].post.requestBody.content["application/jsonrequest"] = {}; |
Removed | .paths["/slurmdb/v0.0.40/users_association/"].post.requestBody.content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.40/users_association/"].post.requestBody.content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.40_openapi_users_add_cond_resp"; |
Removed | .paths["/slurmdb/v0.0.40/users_association/"].post.requestBody.content["text/yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.40/users_association/"].post.requestBody.content["text/yaml"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.40/users_association/"].post.requestBody.content["text/yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_users_add_cond_resp"; |
Removed | .paths["/slurmdb/v0.0.40/users_association/"].post.responses["200"].content["application/jsonrequest"] = {}; |
Removed | .paths["/slurmdb/v0.0.40/users_association/"].post.responses["200"].content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.40/users_association/"].post.responses["200"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.40_openapi_users_add_cond_resp_str"; |
Removed | .paths["/slurmdb/v0.0.40/users_association/"].post.responses["200"].content["text/yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.40/users_association/"].post.responses["200"].content["text/yaml"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.40/users_association/"].post.responses["200"].content["text/yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_users_add_cond_resp_str"; |
Removed | .paths["/slurmdb/v0.0.40/users_association/"].post.responses["default"].content["application/jsonrequest"] = {}; |
Removed | .paths["/slurmdb/v0.0.40/users_association/"].post.responses["default"].content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.40/users_association/"].post.responses["default"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.40_openapi_users_add_cond_resp_str"; |
Removed | .paths["/slurmdb/v0.0.40/users_association/"].post.responses["default"].content["text/yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.40/users_association/"].post.responses["default"].content["text/yaml"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.40/users_association/"].post.responses["default"].content["text/yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_users_add_cond_resp_str"; |
Removed | .paths["/slurmdb/v0.0.40/wckey/{id}"].get.responses["200"].content["application/jsonrequest"] = {}; |
Removed | .paths["/slurmdb/v0.0.40/wckey/{id}"].get.responses["200"].content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.40/wckey/{id}"].get.responses["200"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.40_openapi_wckey_resp"; |
Removed | .paths["/slurmdb/v0.0.40/wckey/{id}"].get.responses["200"].content["text/yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.40/wckey/{id}"].get.responses["200"].content["text/yaml"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.40/wckey/{id}"].get.responses["200"].content["text/yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_wckey_resp"; |
Removed | .paths["/slurmdb/v0.0.40/wckey/{id}"].get.responses["default"].content["application/jsonrequest"] = {}; |
Removed | .paths["/slurmdb/v0.0.40/wckey/{id}"].get.responses["default"].content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.40/wckey/{id}"].get.responses["default"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.40_openapi_wckey_resp"; |
Removed | .paths["/slurmdb/v0.0.40/wckey/{id}"].get.responses["default"].content["text/yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.40/wckey/{id}"].get.responses["default"].content["text/yaml"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.40/wckey/{id}"].get.responses["default"].content["text/yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_wckey_resp"; |
Removed | .paths["/slurmdb/v0.0.40/wckey/{id}"]["delete"].responses["200"].content["application/jsonrequest"] = {}; |
Removed | .paths["/slurmdb/v0.0.40/wckey/{id}"]["delete"].responses["200"].content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.40/wckey/{id}"]["delete"].responses["200"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.40_openapi_wckey_removed_resp"; |
Removed | .paths["/slurmdb/v0.0.40/wckey/{id}"]["delete"].responses["200"].content["text/yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.40/wckey/{id}"]["delete"].responses["200"].content["text/yaml"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.40/wckey/{id}"]["delete"].responses["200"].content["text/yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_wckey_removed_resp"; |
Removed | .paths["/slurmdb/v0.0.40/wckey/{id}"]["delete"].responses["default"].content["application/jsonrequest"] = {}; |
Removed | .paths["/slurmdb/v0.0.40/wckey/{id}"]["delete"].responses["default"].content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.40/wckey/{id}"]["delete"].responses["default"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.40_openapi_wckey_removed_resp"; |
Removed | .paths["/slurmdb/v0.0.40/wckey/{id}"]["delete"].responses["default"].content["text/yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.40/wckey/{id}"]["delete"].responses["default"].content["text/yaml"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.40/wckey/{id}"]["delete"].responses["default"].content["text/yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_wckey_removed_resp"; |
Removed | .paths["/slurmdb/v0.0.40/wckeys/"].get.responses["200"].content["application/jsonrequest"] = {}; |
Removed | .paths["/slurmdb/v0.0.40/wckeys/"].get.responses["200"].content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.40/wckeys/"].get.responses["200"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.40_openapi_wckey_resp"; |
Removed | .paths["/slurmdb/v0.0.40/wckeys/"].get.responses["200"].content["text/yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.40/wckeys/"].get.responses["200"].content["text/yaml"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.40/wckeys/"].get.responses["200"].content["text/yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_wckey_resp"; |
Removed | .paths["/slurmdb/v0.0.40/wckeys/"].get.responses["default"].content["application/jsonrequest"] = {}; |
Removed | .paths["/slurmdb/v0.0.40/wckeys/"].get.responses["default"].content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.40/wckeys/"].get.responses["default"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.40_openapi_wckey_resp"; |
Removed | .paths["/slurmdb/v0.0.40/wckeys/"].get.responses["default"].content["text/yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.40/wckeys/"].get.responses["default"].content["text/yaml"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.40/wckeys/"].get.responses["default"].content["text/yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_wckey_resp"; |
Removed | .paths["/slurmdb/v0.0.40/wckeys/"].post.requestBody.content["application/jsonrequest"] = {}; |
Removed | .paths["/slurmdb/v0.0.40/wckeys/"].post.requestBody.content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.40/wckeys/"].post.requestBody.content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.40_openapi_wckey_resp"; |
Removed | .paths["/slurmdb/v0.0.40/wckeys/"].post.requestBody.content["text/yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.40/wckeys/"].post.requestBody.content["text/yaml"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.40/wckeys/"].post.requestBody.content["text/yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_wckey_resp"; |
Removed | .paths["/slurmdb/v0.0.40/wckeys/"].post.responses["200"].content["application/jsonrequest"] = {}; |
Removed | .paths["/slurmdb/v0.0.40/wckeys/"].post.responses["200"].content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.40/wckeys/"].post.responses["200"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.40_openapi_resp"; |
Removed | .paths["/slurmdb/v0.0.40/wckeys/"].post.responses["200"].content["text/yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.40/wckeys/"].post.responses["200"].content["text/yaml"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.40/wckeys/"].post.responses["200"].content["text/yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_resp"; |
Removed | .paths["/slurmdb/v0.0.40/wckeys/"].post.responses["default"].content["application/jsonrequest"] = {}; |
Removed | .paths["/slurmdb/v0.0.40/wckeys/"].post.responses["default"].content["application/jsonrequest"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.40/wckeys/"].post.responses["default"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.40_openapi_resp"; |
Removed | .paths["/slurmdb/v0.0.40/wckeys/"].post.responses["default"].content["text/yaml"] = {}; |
Removed | .paths["/slurmdb/v0.0.40/wckeys/"].post.responses["default"].content["text/yaml"].schema = {}; |
Removed | .paths["/slurmdb/v0.0.40/wckeys/"].post.responses["default"].content["text/yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_resp"; |
Slurm 24.05.0
openapi/slurmctld
data_parser/v0.0.41
Only populate "deprecated" fields if true.
remove | /paths/"/slurm/v0.0.41"/jobs/get/parameters[0]/deprecated |
remove | /paths/"/slurm/v0.0.41"/jobs/get/parameters[1]/deprecated |
remove | /paths/"/slurm/v0.0.41"/node"/{node_name}/delete/parameters[0]/deprecated |
remove | /paths/"/slurm/v0.0.41"/node"/{node_name}/get/parameters[0]/deprecated |
remove | /paths/"/slurm/v0.0.41"/node"/{node_name}/get/parameters[1]/deprecated |
remove | /paths/"/slurm/v0.0.41"/node"/{node_name}/get/parameters[2]/deprecated |
remove | /paths/"/slurm/v0.0.41"/node"/{node_name}/post/parameters[0]/deprecated |
remove | /paths/"/slurmdb/v0.0.41"/associations/delete/parameters[0]/deprecated |
remove | /paths/"/slurmdb/v0.0.41"/associations/delete/parameters[1]/deprecated |
remove | /paths/"/slurmdb/v0.0.41"/associations/delete/parameters[2]/deprecated |
remove | /paths/"/slurmdb/v0.0.41"/associations/delete/parameters[3]/deprecated |
remove | /paths/"/slurmdb/v0.0.41"/associations/delete/parameters[4]/deprecated |
remove | /paths/"/slurmdb/v0.0.41"/associations/delete/parameters[5]/deprecated |
remove | /paths/"/slurmdb/v0.0.41"/associations/delete/parameters[6]/deprecated |
remove | /paths/"/slurmdb/v0.0.41"/associations/delete/parameters[7]/deprecated |
remove | /paths/"/slurmdb/v0.0.41"/associations/delete/parameters[8]/deprecated |
remove | /paths/"/slurmdb/v0.0.41"/associations/delete/parameters[9]/deprecated |
remove | /paths/"/slurmdb/v0.0.41"/associations/delete/parameters[10]/deprecated |
remove | /paths/"/slurmdb/v0.0.41"/associations/delete/parameters[11]/deprecated |
remove | /paths/"/slurmdb/v0.0.41"/associations/delete/parameters[12]/deprecated |
remove | /paths/"/slurmdb/v0.0.41"/associations/delete/parameters[13]/deprecated |
remove | /paths/"/slurmdb/v0.0.41"/associations/delete/parameters[14]/deprecated |
remove | /paths/"/slurmdb/v0.0.41"/associations/delete/parameters[15]/deprecated |
remove | /paths/"/slurmdb/v0.0.41"/associations/delete/parameters[16]/deprecated |
remove | /paths/"/slurmdb/v0.0.41"/associations/delete/parameters[17]/deprecated |
remove | /paths/"/slurmdb/v0.0.41"/associations/get/parameters[0]/deprecated |
remove | /paths/"/slurmdb/v0.0.41"/associations/get/parameters[1]/deprecated |
remove | /paths/"/slurmdb/v0.0.41"/associations/get/parameters[2]/deprecated |
remove | /paths/"/slurmdb/v0.0.41"/associations/get/parameters[3]/deprecated |
remove | /paths/"/slurmdb/v0.0.41"/associations/get/parameters[4]/deprecated |
remove | /paths/"/slurmdb/v0.0.41"/associations/get/parameters[5]/deprecated |
remove | /paths/"/slurmdb/v0.0.41"/associations/get/parameters[6]/deprecated |
remove | /paths/"/slurmdb/v0.0.41"/associations/get/parameters[7]/deprecated |
remove | /paths/"/slurmdb/v0.0.41"/associations/get/parameters[8]/deprecated |
remove | /paths/"/slurmdb/v0.0.41"/associations/get/parameters[9]/deprecated |
remove | /paths/"/slurmdb/v0.0.41"/associations/get/parameters[10]/deprecated |
remove | /paths/"/slurmdb/v0.0.41"/associations/get/parameters[11]/deprecated |
remove | /paths/"/slurmdb/v0.0.41"/associations/get/parameters[12]/deprecated |
remove | /paths/"/slurmdb/v0.0.41"/associations/get/parameters[13]/deprecated |
remove | /paths/"/slurmdb/v0.0.41"/associations/get/parameters[14]/deprecated |
remove | /paths/"/slurmdb/v0.0.41"/associations/get/parameters[15]/deprecated |
remove | /paths/"/slurmdb/v0.0.41"/associations/get/parameters[16]/deprecated |
remove | /paths/"/slurmdb/v0.0.41"/associations/get/parameters[17]/deprecated |
remove | /paths/"/slurm/v0.0.41"/nodes/get/parameters[0]/deprecated |
remove | /paths/"/slurm/v0.0.41"/nodes/get/parameters[1]/deprecated |
remove | /paths/"/slurmdb/v0.0.41"/clusters/get/parameters[0]/deprecated |
remove | /paths/"/slurmdb/v0.0.41"/clusters/get/parameters[1]/deprecated |
remove | /paths/"/slurmdb/v0.0.41"/clusters/get/parameters[2]/deprecated |
remove | /paths/"/slurmdb/v0.0.41"/clusters/get/parameters[3]/deprecated |
remove | /paths/"/slurmdb/v0.0.41"/clusters/get/parameters[4]/deprecated |
remove | /paths/"/slurmdb/v0.0.41"/clusters/get/parameters[5]/deprecated |
remove | /paths/"/slurmdb/v0.0.41"/clusters/get/parameters[6]/deprecated |
remove | /paths/"/slurmdb/v0.0.41"/clusters/get/parameters[7]/deprecated |
remove | /paths/"/slurmdb/v0.0.41"/clusters/get/parameters[8]/deprecated |
remove | /paths/"/slurmdb/v0.0.41"/clusters/get/parameters[9]/deprecated |
remove | /paths/"/slurmdb/v0.0.41"/qos/get/parameters[0]/deprecated |
remove | /paths/"/slurmdb/v0.0.41"/qos/get/parameters[1]/deprecated |
remove | /paths/"/slurmdb/v0.0.41"/qos/get/parameters[2]/deprecated |
remove | /paths/"/slurmdb/v0.0.41"/qos/get/parameters[3]/deprecated |
remove | /paths/"/slurmdb/v0.0.41"/qos/get/parameters[4]/deprecated |
remove | /paths/"/slurmdb/v0.0.41"/qos/get/parameters[5]/deprecated |
remove | /components/schemas/v0.0.41_openapi_job_post_response/properties/step_id/deprecated |
remove | /paths/"/slurmdb/v0.0.41"/user"/{name}/delete/parameters[0]/deprecated |
remove | /paths/"/slurmdb/v0.0.41"/user"/{name}/get/parameters[0]/deprecated |
remove | /paths/"/slurmdb/v0.0.41"/user"/{name}/get/parameters[1]/deprecated |
remove | /paths/"/slurmdb/v0.0.41"/user"/{name}/get/parameters[2]/deprecated |
remove | /paths/"/slurmdb/v0.0.41"/user"/{name}/get/parameters[3]/deprecated |
remove | /paths/"/slurmdb/v0.0.41"/user"/{name}/get/parameters[4]/deprecated |
remove | /paths/"/slurmdb/v0.0.41"/accounts/get/parameters[0]/deprecated |
remove | /paths/"/slurmdb/v0.0.41"/accounts/get/parameters[1]/deprecated |
remove | /paths/"/slurmdb/v0.0.41"/accounts/get/parameters[2]/deprecated |
remove | /paths/"/slurmdb/v0.0.41"/accounts/get/parameters[3]/deprecated |
remove | /paths/"/slurmdb/v0.0.41"/account"/{account_name}/delete/parameters[0]/deprecated |
remove | /paths/"/slurmdb/v0.0.41"/account"/{account_name}/get/parameters[0]/deprecated |
remove | /paths/"/slurmdb/v0.0.41"/account"/{account_name}/get/parameters[1]/deprecated |
remove | /paths/"/slurmdb/v0.0.41"/account"/{account_name}/get/parameters[2]/deprecated |
remove | /paths/"/slurmdb/v0.0.41"/account"/{account_name}/get/parameters[3]/deprecated |
remove | /components/schemas/v0.0.41_openapi_job_post_response/properties/job_id/deprecated |
remove | /components/schemas/v0.0.41_openapi_job_post_response/properties/job_submit_user_msg/deprecated |
remove | /paths/"/slurmdb/v0.0.41"/qos"/{qos}/get/parameters[1]/deprecated |
remove | /paths/"/slurm/v0.0.41"/shares/get/parameters[0]/deprecated |
remove | /paths/"/slurm/v0.0.41"/shares/get/parameters[1]/deprecated |
remove | /paths/"/slurmdb/v0.0.41"/wckeys/get/parameters[0]/deprecated |
remove | /paths/"/slurmdb/v0.0.41"/wckeys/get/parameters[1]/deprecated |
remove | /paths/"/slurmdb/v0.0.41"/wckeys/get/parameters[2]/deprecated |
remove | /paths/"/slurmdb/v0.0.41"/wckeys/get/parameters[3]/deprecated |
remove | /paths/"/slurmdb/v0.0.41"/wckeys/get/parameters[4]/deprecated |
remove | /paths/"/slurmdb/v0.0.41"/wckeys/get/parameters[5]/deprecated |
remove | /paths/"/slurmdb/v0.0.41"/wckeys/get/parameters[6]/deprecated |
remove | /paths/"/slurmdb/v0.0.41"/wckeys/get/parameters[7]/deprecated |
remove | /paths/"/slurmdb/v0.0.41"/wckeys/get/parameters[8]/deprecated |
remove | /paths/"/slurmdb/v0.0.41"/wckeys/get/parameters[9]/deprecated |
remove | /paths/"/slurmdb/v0.0.41"/wckey"/{id}/delete/parameters[0]/deprecated |
remove | /paths/"/slurmdb/v0.0.41"/wckey"/{id}/get/parameters[0]/deprecated |
remove | /paths/"/slurmdb/v0.0.41"/users/get/parameters[0]/deprecated |
remove | /paths/"/slurmdb/v0.0.41"/users/get/parameters[1]/deprecated |
remove | /paths/"/slurmdb/v0.0.41"/users/get/parameters[2]/deprecated |
remove | /paths/"/slurmdb/v0.0.41"/users/get/parameters[3]/deprecated |
remove | /paths/"/slurmdb/v0.0.41"/users/get/parameters[4]/deprecated |
remove | /paths/"/slurmdb/v0.0.41"/users/get/parameters[5]/deprecated |
remove | /paths/"/slurmdb/v0.0.41"/users/get/parameters[6]/deprecated |
remove | /paths/"/slurmdb/v0.0.41"/users/get/parameters[7]/deprecated |
remove | /paths/"/slurmdb/v0.0.41"/jobs/get/parameters[0]/deprecated |
remove | /paths/"/slurmdb/v0.0.41"/jobs/get/parameters[1]/deprecated |
remove | /paths/"/slurmdb/v0.0.41"/jobs/get/parameters[2]/deprecated |
remove | /paths/"/slurmdb/v0.0.41"/jobs/get/parameters[3]/deprecated |
remove | /paths/"/slurmdb/v0.0.41"/jobs/get/parameters[4]/deprecated |
remove | /paths/"/slurmdb/v0.0.41"/jobs/get/parameters[5]/deprecated |
remove | /paths/"/slurmdb/v0.0.41"/jobs/get/parameters[6]/deprecated |
remove | /paths/"/slurmdb/v0.0.41"/jobs/get/parameters[7]/deprecated |
remove | /paths/"/slurmdb/v0.0.41"/jobs/get/parameters[8]/deprecated |
remove | /paths/"/slurmdb/v0.0.41"/jobs/get/parameters[9]/deprecated |
remove | /paths/"/slurmdb/v0.0.41"/jobs/get/parameters[10]/deprecated |
remove | /paths/"/slurmdb/v0.0.41"/jobs/get/parameters[11]/deprecated |
remove | /paths/"/slurmdb/v0.0.41"/jobs/get/parameters[12]/deprecated |
remove | /paths/"/slurmdb/v0.0.41"/jobs/get/parameters[13]/deprecated |
remove | /paths/"/slurmdb/v0.0.41"/jobs/get/parameters[14]/deprecated |
remove | /paths/"/slurmdb/v0.0.41"/jobs/get/parameters[15]/deprecated |
remove | /paths/"/slurmdb/v0.0.41"/jobs/get/parameters[16]/deprecated |
remove | /paths/"/slurmdb/v0.0.41"/jobs/get/parameters[17]/deprecated |
remove | /paths/"/slurmdb/v0.0.41"/jobs/get/parameters[18]/deprecated |
remove | /paths/"/slurmdb/v0.0.41"/jobs/get/parameters[19]/deprecated |
remove | /paths/"/slurmdb/v0.0.41"/jobs/get/parameters[20]/deprecated |
remove | /paths/"/slurmdb/v0.0.41"/jobs/get/parameters[21]/deprecated |
remove | /paths/"/slurmdb/v0.0.41"/jobs/get/parameters[22]/deprecated |
remove | /paths/"/slurmdb/v0.0.41"/jobs/get/parameters[23]/deprecated |
remove | /paths/"/slurmdb/v0.0.41"/jobs/get/parameters[24]/deprecated |
remove | /paths/"/slurmdb/v0.0.41"/jobs/get/parameters[25]/deprecated |
remove | /paths/"/slurmdb/v0.0.41"/jobs/get/parameters[26]/deprecated |
remove | /paths/"/slurmdb/v0.0.41"/jobs/get/parameters[27]/deprecated |
remove | /paths/"/slurmdb/v0.0.41"/jobs/get/parameters[28]/deprecated |
remove | /paths/"/slurmdb/v0.0.41"/jobs/get/parameters[29]/deprecated |
remove | /paths/"/slurmdb/v0.0.41"/jobs/get/parameters[30]/deprecated |
remove | /paths/"/slurmdb/v0.0.41"/jobs/get/parameters[31]/deprecated |
remove | /paths/"/slurmdb/v0.0.41"/jobs/get/parameters[32]/deprecated |
remove | /paths/"/slurmdb/v0.0.41"/jobs/get/parameters[33]/deprecated |
remove | /paths/"/slurm/v0.0.41"/job"/{job_id}/delete/parameters[0]/deprecated |
remove | /paths/"/slurm/v0.0.41"/job"/{job_id}/delete/parameters[1]/deprecated |
remove | /paths/"/slurm/v0.0.41"/job"/{job_id}/delete/parameters[2]/deprecated |
remove | /paths/"/slurm/v0.0.41"/job"/{job_id}/get/parameters[0]/deprecated |
remove | /paths/"/slurm/v0.0.41"/job"/{job_id}/get/parameters[1]/deprecated |
remove | /paths/"/slurm/v0.0.41"/job"/{job_id}/get/parameters[2]/deprecated |
remove | /paths/"/slurm/v0.0.41"/job"/{job_id}/post/parameters[0]/deprecated |
remove | /paths/"/slurmdb/v0.0.41"/association/delete/parameters[0]/deprecated |
remove | /paths/"/slurmdb/v0.0.41"/association/delete/parameters[1]/deprecated |
remove | /paths/"/slurmdb/v0.0.41"/association/delete/parameters[2]/deprecated |
remove | /paths/"/slurmdb/v0.0.41"/association/delete/parameters[3]/deprecated |
remove | /paths/"/slurmdb/v0.0.41"/association/delete/parameters[4]/deprecated |
remove | /paths/"/slurmdb/v0.0.41"/association/delete/parameters[5]/deprecated |
remove | /paths/"/slurmdb/v0.0.41"/association/delete/parameters[6]/deprecated |
remove | /paths/"/slurmdb/v0.0.41"/association/delete/parameters[7]/deprecated |
remove | /paths/"/slurmdb/v0.0.41"/association/delete/parameters[8]/deprecated |
remove | /paths/"/slurmdb/v0.0.41"/association/delete/parameters[9]/deprecated |
remove | /paths/"/slurmdb/v0.0.41"/association/delete/parameters[10]/deprecated |
remove | /paths/"/slurmdb/v0.0.41"/association/delete/parameters[11]/deprecated |
remove | /paths/"/slurmdb/v0.0.41"/association/delete/parameters[12]/deprecated |
remove | /paths/"/slurmdb/v0.0.41"/association/delete/parameters[13]/deprecated |
remove | /paths/"/slurmdb/v0.0.41"/association/delete/parameters[14]/deprecated |
remove | /paths/"/slurmdb/v0.0.41"/association/delete/parameters[15]/deprecated |
remove | /paths/"/slurmdb/v0.0.41"/association/delete/parameters[16]/deprecated |
remove | /paths/"/slurmdb/v0.0.41"/association/delete/parameters[17]/deprecated |
remove | /paths/"/slurmdb/v0.0.41"/association/get/parameters[0]/deprecated |
remove | /paths/"/slurmdb/v0.0.41"/association/get/parameters[1]/deprecated |
remove | /paths/"/slurmdb/v0.0.41"/association/get/parameters[2]/deprecated |
remove | /paths/"/slurmdb/v0.0.41"/association/get/parameters[3]/deprecated |
remove | /paths/"/slurmdb/v0.0.41"/association/get/parameters[4]/deprecated |
remove | /paths/"/slurmdb/v0.0.41"/association/get/parameters[5]/deprecated |
remove | /paths/"/slurmdb/v0.0.41"/association/get/parameters[6]/deprecated |
remove | /paths/"/slurmdb/v0.0.41"/association/get/parameters[7]/deprecated |
remove | /paths/"/slurmdb/v0.0.41"/association/get/parameters[8]/deprecated |
remove | /paths/"/slurmdb/v0.0.41"/association/get/parameters[9]/deprecated |
remove | /paths/"/slurmdb/v0.0.41"/association/get/parameters[10]/deprecated |
remove | /paths/"/slurmdb/v0.0.41"/association/get/parameters[11]/deprecated |
remove | /paths/"/slurmdb/v0.0.41"/association/get/parameters[12]/deprecated |
remove | /paths/"/slurmdb/v0.0.41"/association/get/parameters[13]/deprecated |
remove | /paths/"/slurmdb/v0.0.41"/association/get/parameters[14]/deprecated |
remove | /paths/"/slurmdb/v0.0.41"/association/get/parameters[15]/deprecated |
remove | /paths/"/slurmdb/v0.0.41"/association/get/parameters[16]/deprecated |
remove | /paths/"/slurmdb/v0.0.41"/association/get/parameters[17]/deprecated |
remove | /paths/"/slurmdb/v0.0.41"/cluster"/{cluster_name}/delete/parameters[0]/deprecated |
remove | /paths/"/slurmdb/v0.0.41"/cluster"/{cluster_name}/delete/parameters[1]/deprecated |
remove | /paths/"/slurmdb/v0.0.41"/cluster"/{cluster_name}/delete/parameters[2]/deprecated |
remove | /paths/"/slurmdb/v0.0.41"/cluster"/{cluster_name}/delete/parameters[3]/deprecated |
remove | /paths/"/slurmdb/v0.0.41"/cluster"/{cluster_name}/delete/parameters[4]/deprecated |
remove | /paths/"/slurmdb/v0.0.41"/cluster"/{cluster_name}/delete/parameters[5]/deprecated |
remove | /paths/"/slurmdb/v0.0.41"/cluster"/{cluster_name}/delete/parameters[6]/deprecated |
remove | /paths/"/slurmdb/v0.0.41"/cluster"/{cluster_name}/delete/parameters[7]/deprecated |
remove | /paths/"/slurmdb/v0.0.41"/cluster"/{cluster_name}/delete/parameters[8]/deprecated |
remove | /paths/"/slurmdb/v0.0.41"/cluster"/{cluster_name}/delete/parameters[9]/deprecated |
remove | /paths/"/slurmdb/v0.0.41"/cluster"/{cluster_name}/delete/parameters[10]/deprecated |
remove | /paths/"/slurmdb/v0.0.41"/cluster"/{cluster_name}/get/parameters[0]/deprecated |
remove | /paths/"/slurmdb/v0.0.41"/cluster"/{cluster_name}/get/parameters[1]/deprecated |
remove | /paths/"/slurmdb/v0.0.41"/cluster"/{cluster_name}/get/parameters[2]/deprecated |
remove | /paths/"/slurmdb/v0.0.41"/cluster"/{cluster_name}/get/parameters[3]/deprecated |
remove | /paths/"/slurmdb/v0.0.41"/cluster"/{cluster_name}/get/parameters[4]/deprecated |
remove | /paths/"/slurmdb/v0.0.41"/cluster"/{cluster_name}/get/parameters[5]/deprecated |
remove | /paths/"/slurmdb/v0.0.41"/cluster"/{cluster_name}/get/parameters[6]/deprecated |
remove | /paths/"/slurmdb/v0.0.41"/cluster"/{cluster_name}/get/parameters[7]/deprecated |
remove | /paths/"/slurmdb/v0.0.41"/cluster"/{cluster_name}/get/parameters[8]/deprecated |
remove | /paths/"/slurmdb/v0.0.41"/cluster"/{cluster_name}/get/parameters[9]/deprecated |
remove | /paths/"/slurmdb/v0.0.41"/cluster"/{cluster_name}/get/parameters[10]/deprecated |
Populate missing "deprecated" fields
add | /components/schemas/v0.0.41_openapi_job_submit_response/properties/result/deprecated |
add | /components/schemas/v0.0.41_job_desc_msg/properties/exclusive/deprecated |
add | /components/schemas/v0.0.41_job_desc_msg/properties/oversubscribe/deprecated |
Reduced number of "$ref" fields.
Where there was only 1 reference for the schema, the "$ref" schema will be directly populated in place. Content of the schemas will be relatively unchanged.replace | /components/schemas/v0.0.41_openapi_nodes_resp/properties/last_update/$ref |
replace | /components/schemas/v0.0.41_partition_info/properties/timeouts/properties/suspend/$ref |
replace | /components/schemas/v0.0.41_partition_info/properties/timeouts/properties/resume/$ref |
replace | /components/schemas/v0.0.41_partition_info/properties/suspend_time/$ref |
replace | /components/schemas/v0.0.41_partition_info/properties/maximums/properties/cpus_per_node/$ref |
replace | /components/schemas/v0.0.41_partition_info/properties/maximums/properties/cpus_per_socket/$ref |
replace | /components/schemas/v0.0.41_partition_info/properties/maximums/properties/nodes/$ref |
replace | /components/schemas/v0.0.41_partition_info/properties/maximums/properties/time/$ref |
replace | /components/schemas/v0.0.41_partition_info/properties/maximums/properties/partition_memory_per_cpu/$ref |
replace | /components/schemas/v0.0.41_partition_info/properties/maximums/properties/over_time_limit/$ref |
replace | /components/schemas/v0.0.41_partition_info/properties/maximums/properties/partition_memory_per_node/$ref |
replace | /components/schemas/v0.0.41_partition_info/properties/defaults/properties/time/$ref |
replace | /components/schemas/v0.0.41_partition_info/properties/defaults/properties/partition_memory_per_cpu/$ref |
replace | /components/schemas/v0.0.41_partition_info/properties/defaults/properties/partition_memory_per_node/$ref |
replace | /components/schemas/v0.0.41_assoc_rec_set/properties/grpwall/$ref |
replace | /components/schemas/v0.0.41_assoc_rec_set/properties/minpriothresh/$ref |
replace | /components/schemas/v0.0.41_assoc_rec_set/properties/grpsubmitjobs/$ref |
replace | /components/schemas/v0.0.41_assoc_rec_set/properties/maxjobsaccrue/$ref |
replace | /components/schemas/v0.0.41_assoc_rec_set/properties/maxwalldurationperjob/$ref |
replace | /components/schemas/v0.0.41_assoc_rec_set/properties/maxjobs/$ref |
replace | /components/schemas/v0.0.41_assoc_rec_set/properties/maxsubmitjobs/$ref |
replace | /components/schemas/v0.0.41_assoc_rec_set/properties/qoslevel/description |
replace | /components/schemas/v0.0.41_assoc_rec_set/properties/grpjobsaccrue/$ref |
replace | /components/schemas/v0.0.41_assoc_rec_set/properties/grpjobs/$ref |
replace | /components/schemas/v0.0.41_assoc_rec_set/properties/priority/$ref |
replace | /components/schemas/v0.0.41_process_exit_code_verbose/properties/signal/properties/id/$ref |
replace | /components/schemas/v0.0.41_process_exit_code_verbose/properties/return_code/$ref |
replace | /components/schemas/v0.0.41_acct_gather_energy/properties/current_watts/$ref |
replace | /components/schemas/v0.0.41_job_res/properties/nodes/type |
replace | /components/schemas/v0.0.41_openapi_partition_resp/properties/last_update/$ref |
replace | /components/schemas/v0.0.41_stats_msg_rpcs_by_type/description |
replace | /components/schemas/v0.0.41_stats_msg_rpcs_by_type/items/properties/count/format |
replace | /components/schemas/v0.0.41_stats_msg_rpcs_by_type/items/description |
replace | /components/schemas/v0.0.41_update_node_msg/properties/weight/$ref |
replace | /components/schemas/v0.0.41_update_node_msg/properties/resume_after/$ref |
replace | /components/schemas/v0.0.41_openapi_job_info_resp/properties/last_update/$ref |
replace | /components/schemas/v0.0.41_openapi_job_info_resp/properties/last_backfill/$ref |
replace | /components/schemas/v0.0.41_power_mgmt_data/properties/new_job_time/$ref |
replace | /components/schemas/v0.0.41_power_mgmt_data/properties/maximum_watts/$ref |
replace | /components/schemas/v0.0.41_openapi_reservation_resp/properties/last_update/$ref |
replace | /components/schemas/v0.0.41_job_desc_msg/properties/kill_warning_delay/$ref |
replace | /components/schemas/v0.0.41_job_desc_msg/properties/priority/$ref |
replace | /components/schemas/v0.0.41_job_desc_msg/properties/time_minimum/$ref |
replace | /components/schemas/v0.0.41_job_desc_msg/properties/memory_per_cpu/$ref |
replace | /components/schemas/v0.0.41_job_desc_msg/properties/rlimits/properties/cpu/$ref |
replace | /components/schemas/v0.0.41_job_desc_msg/properties/rlimits/properties/nofile/$ref |
replace | /components/schemas/v0.0.41_job_desc_msg/properties/rlimits/properties/nproc/$ref |
replace | /components/schemas/v0.0.41_job_desc_msg/properties/rlimits/properties/core/$ref |
replace | /components/schemas/v0.0.41_job_desc_msg/properties/rlimits/properties/rss/$ref |
replace | /components/schemas/v0.0.41_job_desc_msg/properties/rlimits/properties/data/$ref |
replace | /components/schemas/v0.0.41_job_desc_msg/properties/rlimits/properties/stack/$ref |
replace | /components/schemas/v0.0.41_job_desc_msg/properties/rlimits/properties/fsize/$ref |
replace | /components/schemas/v0.0.41_job_desc_msg/properties/rlimits/properties/memlock/$ref |
replace | /components/schemas/v0.0.41_job_desc_msg/properties/rlimits/properties/as/$ref |
replace | /components/schemas/v0.0.41_job_desc_msg/properties/begin_time/$ref |
replace | /components/schemas/v0.0.41_job_desc_msg/properties/time_limit/$ref |
replace | /components/schemas/v0.0.41_job_desc_msg/properties/required_switches/$ref |
replace | /components/schemas/v0.0.41_job_desc_msg/properties/memory_per_node/$ref |
replace | /components/schemas/v0.0.41_ext_sensors_data/properties/consumed_energy/$ref |
replace | /components/schemas/v0.0.41_ext_sensors_data/properties/temperature/$ref |
replace | /components/schemas/v0.0.41_stats_msg_rpcs_by_user/items/properties/count/format |
replace | /components/schemas/v0.0.41_stats_msg_rpcs_by_user/items/description |
replace | /components/schemas/v0.0.41_job_res_nodes/description |
replace | /components/schemas/v0.0.41_openapi_licenses_resp/properties/last_update/$ref |
replace | /components/schemas/v0.0.41_stats_msg/properties/job_states_ts/$ref |
replace | /components/schemas/v0.0.41_stats_msg/properties/req_time_start/$ref |
replace | /components/schemas/v0.0.41_stats_msg/properties/req_time/$ref |
replace | /components/schemas/v0.0.41_stats_msg/properties/bf_when_last_cycle/$ref |
add | /components/schemas/v0.0.41_stats_msg/properties/pending_rpcs_by_hostlist |
add | /components/schemas/v0.0.41_stats_msg/properties/pending_rpcs |
add | /components/schemas/v0.0.41_stats_msg/properties/schedule_cycle_sum |
remove | /components/schemas/v0.0.41_stats_msg/properties/bf_cycle_max |
remove | /components/schemas/v0.0.41_stats_msg/properties/bf_table_size_sum |
remove | /components/schemas/v0.0.41_stats_msg/properties/schedule_cycle_depth |
replace | /components/schemas/v0.0.41_rollup_stats/type |
add | /components/schemas/v0.0.41_rollup_stats/properties |
add | /components/schemas/v0.0.41_rollup_stats/required |
replace | /paths/"/slurmdb/v0.0.41"/jobs/get/parameters[4]/name |
replace | /paths/"/slurmdb/v0.0.41"/jobs/get/parameters[4]/allowEmptyValue |
replace | /paths/"/slurmdb/v0.0.41"/jobs/get/parameters[5]/name |
replace | /paths/"/slurmdb/v0.0.41"/jobs/get/parameters[5]/allowEmptyValue |
replace | /paths/"/slurmdb/v0.0.41"/jobs/get/parameters[6]/name |
replace | /paths/"/slurmdb/v0.0.41"/jobs/get/parameters[7]/name |
replace | /paths/"/slurmdb/v0.0.41"/jobs/get/parameters[8]/name |
replace | /paths/"/slurmdb/v0.0.41"/jobs/get/parameters[9]/name |
replace | /paths/"/slurmdb/v0.0.41"/jobs/get/parameters[9]/allowEmptyValue |
replace | /paths/"/slurmdb/v0.0.41"/jobs/get/parameters[10]/name |
replace | /paths/"/slurmdb/v0.0.41"/jobs/get/parameters[11]/name |
replace | /paths/"/slurmdb/v0.0.41"/jobs/get/parameters[11]/allowEmptyValue |
replace | /paths/"/slurmdb/v0.0.41"/jobs/get/parameters[12]/name |
replace | /paths/"/slurmdb/v0.0.41"/jobs/get/parameters[13]/name |
replace | /paths/"/slurmdb/v0.0.41"/jobs/get/parameters[14]/name |
replace | /paths/"/slurmdb/v0.0.41"/jobs/get/parameters[15]/name |
replace | /paths/"/slurmdb/v0.0.41"/jobs/get/parameters[16]/name |
replace | /paths/"/slurmdb/v0.0.41"/jobs/get/parameters[17]/name |
replace | /paths/"/slurmdb/v0.0.41"/jobs/get/parameters[18]/name |
replace | /paths/"/slurmdb/v0.0.41"/jobs/get/parameters[19]/name |
replace | /paths/"/slurmdb/v0.0.41"/jobs/get/parameters[19]/allowEmptyValue |
replace | /paths/"/slurmdb/v0.0.41"/jobs/get/parameters[20]/name |
replace | /paths/"/slurmdb/v0.0.41"/jobs/get/parameters[20]/allowEmptyValue |
replace | /paths/"/slurmdb/v0.0.41"/jobs/get/parameters[21]/name |
replace | /paths/"/slurmdb/v0.0.41"/jobs/get/parameters[21]/description |
replace | /paths/"/slurmdb/v0.0.41"/jobs/get/parameters[22]/name |
replace | /paths/"/slurmdb/v0.0.41"/jobs/get/parameters[22]/description |
replace | /paths/"/slurmdb/v0.0.41"/jobs/get/parameters[23]/name |
replace | /paths/"/slurmdb/v0.0.41"/jobs/get/parameters[23]/description |
replace | /paths/"/slurmdb/v0.0.41"/jobs/get/parameters[24]/name |
replace | /paths/"/slurmdb/v0.0.41"/jobs/get/parameters[24]/description |
replace | /paths/"/slurmdb/v0.0.41"/jobs/get/parameters[25]/name |
replace | /paths/"/slurmdb/v0.0.41"/jobs/get/parameters[25]/description |
replace | /paths/"/slurmdb/v0.0.41"/jobs/get/parameters[26]/name |
replace | /paths/"/slurmdb/v0.0.41"/jobs/get/parameters[26]/description |
replace | /paths/"/slurmdb/v0.0.41"/jobs/get/parameters[27]/name |
replace | /paths/"/slurmdb/v0.0.41"/jobs/get/parameters[27]/description |
replace | /paths/"/slurmdb/v0.0.41"/jobs/get/parameters[28]/name |
replace | /paths/"/slurmdb/v0.0.41"/jobs/get/parameters[28]/description |
replace | /paths/"/slurmdb/v0.0.41"/jobs/get/parameters[29]/name |
replace | /paths/"/slurmdb/v0.0.41"/jobs/get/parameters[29]/description |
replace | /paths/"/slurmdb/v0.0.41"/jobs/get/parameters[30]/name |
replace | /paths/"/slurmdb/v0.0.41"/jobs/get/parameters[30]/description |
replace | /paths/"/slurmdb/v0.0.41"/jobs/get/parameters[31]/name |
replace | /paths/"/slurmdb/v0.0.41"/jobs/get/parameters[31]/description |
replace | /paths/"/slurmdb/v0.0.41"/jobs/get/parameters[32]/name |
replace | /paths/"/slurmdb/v0.0.41"/jobs/get/parameters[32]/description |
replace | /paths/"/slurmdb/v0.0.41"/jobs/get/parameters[33]/name |
replace | /paths/"/slurmdb/v0.0.41"/jobs/get/parameters[33]/description |
add | /components/schemas/v0.0.41_stats_msg_rpcs_by_type/items/properties/average_time/$ref |
add | /components/schemas/v0.0.41_stats_msg_rpcs_by_type/items/required |
remove | /components/schemas/v0.0.41_stats_msg_rpcs_by_type/items/properties/average_time/format |
remove | /components/schemas/v0.0.41_stats_msg_rpcs_by_type/items/properties/average_time/type |
add | /components/schemas/v0.0.41_stats_msg_rpcs_by_user/items/properties/average_time/$ref |
remove | /components/schemas/v0.0.41_stats_msg_rpcs_by_user/items/properties/average_time/format |
remove | /components/schemas/v0.0.41_stats_msg_rpcs_by_user/items/properties/average_time/type |
add | /components/schemas/v0.0.41_stats_msg_rpcs_by_user/items/required |
remove | /components/schemas/v0.0.41_accounting_list/items/$ref |
add | /components/schemas/v0.0.41_accounting_list/items/properties |
add | /components/schemas/v0.0.41_accounting_list/items/required |
add | /components/schemas/v0.0.41_accounting_list/items/type |
remove | /components/schemas/v0.0.41_account_list/items/$ref |
add | /components/schemas/v0.0.41_account_list/items/properties |
add | /components/schemas/v0.0.41_account_list/items/required |
add | /components/schemas/v0.0.41_account_list/items/type |
remove | /components/schemas/v0.0.41_assoc_list/items/$ref |
add | /components/schemas/v0.0.41_assoc_list/items/properties |
add | /components/schemas/v0.0.41_assoc_list/items/required |
add | /components/schemas/v0.0.41_assoc_list/items/type |
remove | /components/schemas/v0.0.41_assoc_shares_obj_list/items/$ref |
add | /components/schemas/v0.0.41_assoc_shares_obj_list/items/properties |
add | /components/schemas/v0.0.41_assoc_shares_obj_list/items/required |
add | /components/schemas/v0.0.41_assoc_shares_obj_list/items/type |
remove | /components/schemas/v0.0.41_cluster_rec_list/items/$ref |
add | /components/schemas/v0.0.41_cluster_rec_list/items/properties |
add | /components/schemas/v0.0.41_cluster_rec_list/items/required |
add | /components/schemas/v0.0.41_cluster_rec_list/items/type |
remove | /components/schemas/v0.0.41_controller_ping_array/items/$ref |
add | /components/schemas/v0.0.41_controller_ping_array/items/properties |
add | /components/schemas/v0.0.41_controller_ping_array/items/required |
add | /components/schemas/v0.0.41_controller_ping_array/items/type |
remove | /components/schemas/v0.0.41_coord_list/items/$ref |
add | /components/schemas/v0.0.41_coord_list/items/properties |
add | /components/schemas/v0.0.41_coord_list/items/required |
add | /components/schemas/v0.0.41_coord_list/items/type |
remove | /components/schemas/v0.0.41_instance_list/items/$ref |
add | /components/schemas/v0.0.41_instance_list/items/properties |
add | /components/schemas/v0.0.41_instance_list/items/required |
add | /components/schemas/v0.0.41_instance_list/items/type |
remove | /components/schemas/v0.0.41_job_array_response_array/items/$ref |
add | /components/schemas/v0.0.41_job_array_response_array/items/properties |
add | /components/schemas/v0.0.41_job_array_response_array/items/required |
add | /components/schemas/v0.0.41_job_array_response_array/items/type |
remove | /components/schemas/v0.0.41_job_info_msg/items/$ref |
add | /components/schemas/v0.0.41_job_info_msg/items/properties |
add | /components/schemas/v0.0.41_job_info_msg/items/required |
add | /components/schemas/v0.0.41_job_info_msg/items/type |
remove | /components/schemas/v0.0.41_licenses/items/$ref |
add | /components/schemas/v0.0.41_licenses/items/properties |
add | /components/schemas/v0.0.41_licenses/items/required |
add | /components/schemas/v0.0.41_licenses/items/type |
remove | /components/schemas/v0.0.41_nodes/items/$ref |
add | /components/schemas/v0.0.41_nodes/items/properties |
add | /components/schemas/v0.0.41_nodes/items/required |
add | /components/schemas/v0.0.41_nodes/items/type |
remove | /components/schemas/v0.0.41_openapi_errors/items/$ref |
add | /components/schemas/v0.0.41_openapi_errors/items/properties |
add | /components/schemas/v0.0.41_openapi_errors/items/required |
add | /components/schemas/v0.0.41_openapi_errors/items/type |
remove | /components/schemas/v0.0.41_openapi_slurmdbd_jobs_resp/properties/jobs/$ref |
add | /components/schemas/v0.0.41_openapi_slurmdbd_jobs_resp/properties/jobs/items |
add | /components/schemas/v0.0.41_openapi_slurmdbd_jobs_resp/properties/jobs/type |
remove | /components/schemas/v0.0.41_openapi_warnings/items/$ref |
add | /components/schemas/v0.0.41_openapi_warnings/items/properties |
add | /components/schemas/v0.0.41_openapi_warnings/items/required |
add | /components/schemas/v0.0.41_openapi_warnings/items/type |
remove | /components/schemas/v0.0.41_qos_list/items/$ref |
add | /components/schemas/v0.0.41_qos_list/items/properties |
add | /components/schemas/v0.0.41_qos_list/items/required |
add | /components/schemas/v0.0.41_qos_list/items/type |
remove | /components/schemas/v0.0.41_reservation_info_core_spec/items/$ref |
add | /components/schemas/v0.0.41_reservation_info_core_spec/items/properties |
add | /components/schemas/v0.0.41_reservation_info_core_spec/items/required |
add | /components/schemas/v0.0.41_reservation_info_core_spec/items/type |
remove | /components/schemas/v0.0.41_reservation_info_msg/items/$ref |
add | /components/schemas/v0.0.41_reservation_info_msg/items/properties |
add | /components/schemas/v0.0.41_reservation_info_msg/items/required |
add | /components/schemas/v0.0.41_reservation_info_msg/items/type |
remove | /components/schemas/v0.0.41_shares_float128_tres_list/items/$ref |
add | /components/schemas/v0.0.41_shares_float128_tres_list/items/properties |
add | /components/schemas/v0.0.41_shares_float128_tres_list/items/required |
add | /components/schemas/v0.0.41_shares_float128_tres_list/items/type |
remove | /components/schemas/v0.0.41_shares_uint64_tres_list/items/$ref |
add | /components/schemas/v0.0.41_shares_uint64_tres_list/items/properties |
add | /components/schemas/v0.0.41_shares_uint64_tres_list/items/required |
add | /components/schemas/v0.0.41_shares_uint64_tres_list/items/type |
remove | /components/schemas/v0.0.41_stats_rpc_list/items/$ref |
add | /components/schemas/v0.0.41_stats_rpc_list/items/properties |
add | /components/schemas/v0.0.41_stats_rpc_list/items/required |
add | /components/schemas/v0.0.41_stats_rpc_list/items/type |
remove | /components/schemas/v0.0.41_stats_user_list/items/$ref |
add | /components/schemas/v0.0.41_stats_user_list/items/properties |
add | /components/schemas/v0.0.41_stats_user_list/items/required |
add | /components/schemas/v0.0.41_stats_user_list/items/type |
remove | /components/schemas/v0.0.41_tres_list/items/$ref |
add | /components/schemas/v0.0.41_tres_list/items/properties |
add | /components/schemas/v0.0.41_tres_list/items/required |
add | /components/schemas/v0.0.41_tres_list/items/type |
remove | /components/schemas/v0.0.41_user_list/items/$ref |
add | /components/schemas/v0.0.41_user_list/items/properties |
add | /components/schemas/v0.0.41_user_list/items/required |
add | /components/schemas/v0.0.41_user_list/items/type |
remove | /components/schemas/v0.0.41_wckey_list/items/$ref |
add | /components/schemas/v0.0.41_wckey_list/items/properties |
add | /components/schemas/v0.0.41_wckey_list/items/required |
add | /components/schemas/v0.0.41_wckey_list/items/type |
add | /components/schemas/v0.0.41_job_res_socket_array |
add | /components/schemas/v0.0.41_stats_msg_rpcs_dump |
add | /components/schemas/v0.0.41_stats_msg_rpcs_queue |
remove | /components/schemas/v0.0.41_job_res/properties/allocated_nodes |
add | /components/schemas/v0.0.41_job_res/properties/cpus |
add | /components/schemas/v0.0.41_job_res/properties/nodes/properties |
add | /components/schemas/v0.0.41_job_res/properties/select_type |
add | /components/schemas/v0.0.41_job_res/properties/threads_per_core |
add | /components/schemas/v0.0.41_job_res/required[0] |
add | /components/schemas/v0.0.41_job_res/required[1] |
add | /components/schemas/v0.0.41_job_res/required[2] |
add | /components/schemas/v0.0.41_job_res/required[3] |
add | /components/schemas/v0.0.41_job_res/required[4] |
add | /components/schemas/v0.0.41_job_res/required[5] |
add | /components/schemas/v0.0.41_job_res/required[6] |
add | /components/schemas/v0.0.41_job_res/required[7] |
remove | /components/schemas/v0.0.41_accounting |
remove | /components/schemas/v0.0.41_account |
remove | /components/schemas/v0.0.41_assoc_shares_obj_wrap |
remove | /components/schemas/v0.0.41_assoc |
remove | /components/schemas/v0.0.41_cluster_rec |
remove | /components/schemas/v0.0.41_controller_ping |
remove | /components/schemas/v0.0.41_coord |
remove | /components/schemas/v0.0.41_instance |
remove | /components/schemas/v0.0.41_job_array_response_msg_entry |
remove | /components/schemas/v0.0.41_job_info |
remove | /components/schemas/v0.0.41_job_list |
remove | /components/schemas/v0.0.41_job |
remove | /components/schemas/v0.0.41_license |
remove | /components/schemas/v0.0.41_node |
remove | /components/schemas/v0.0.41_openapi_error |
remove | /components/schemas/v0.0.41_openapi_warning |
remove | /components/schemas/v0.0.41_qos |
remove | /components/schemas/v0.0.41_reservation_core_spec |
remove | /components/schemas/v0.0.41_reservation_info |
remove | /components/schemas/v0.0.41_rollup_stats/items |
remove | /components/schemas/v0.0.41_shares_float128_tres |
remove | /components/schemas/v0.0.41_shares_uint64_tres |
remove | /components/schemas/v0.0.41_stats_rpc |
remove | /components/schemas/v0.0.41_stats_user |
remove | /components/schemas/v0.0.41_step_list |
remove | /components/schemas/v0.0.41_step |
remove | /components/schemas/v0.0.41_step_tres_req_max |
remove | /components/schemas/v0.0.41_step_tres_req_min |
remove | /components/schemas/v0.0.41_step_tres_usage_max |
remove | /components/schemas/v0.0.41_step_tres_usage_min |
remove | /components/schemas/v0.0.41_user |
remove | /components/schemas/v0.0.41_wckey_tag_struct |
remove | /components/schemas/v0.0.41_wckey |
add | /components/schemas/v0.0.41_job_res_core_array |
add | /components/schemas/v0.0.41_job_res_nodes/items/properties |
add | /components/schemas/v0.0.41_job_res_nodes/items/required |
add | /components/schemas/v0.0.41_job_res_nodes/items/type |
Rename NO_VAL schemas to add correct integer sizes
replace | /components/schemas/v0.0.41_uint16_no_val | /components/schemas/v0.0.41_uint16_no_val_struct |
replace | /components/schemas/v0.0.41_float64_no_val | /components/schemas/v0.0.41_float64_no_val_struct |
replace | /components/schemas/v0.0.41_uint64_no_val | /components/schemas/v0.0.41_uint64_no_val_struct |
replace | /components/schemas/v0.0.41_uint32_no_val | /components/schemas/v0.0.41_uint32_no_val_struct |
Correct description generation
Add node fields
add | /components/schemas/v0.0.41_acct_gather_energy/properties/current_watts/description |
add | /components/schemas/v0.0.41_ext_sensors_data/properties/consumed_energy/description |
add | /components/schemas/v0.0.41_ext_sensors_data/properties/temperature/description |
add | /components/schemas/v0.0.41_job_desc_msg/properties/begin_time/description |
add | /components/schemas/v0.0.41_job_desc_msg/properties/kill_warning_delay/description |
add | /components/schemas/v0.0.41_job_desc_msg/properties/memory_per_cpu/description |
add | /components/schemas/v0.0.41_job_desc_msg/properties/memory_per_node/description |
add | /components/schemas/v0.0.41_job_desc_msg/properties/priority/description |
add | /components/schemas/v0.0.41_job_desc_msg/properties/required_switches/description |
add | /components/schemas/v0.0.41_job_desc_msg/properties/time_limit/description |
add | /components/schemas/v0.0.41_job_desc_msg/properties/time_minimum/description |
add | /components/schemas/v0.0.41_job_res_nodes/items/description |
add | /components/schemas/v0.0.41_partition_info/properties/defaults/properties/partition_memory_per_cpu/description |
add | /components/schemas/v0.0.41_partition_info/properties/defaults/properties/partition_memory_per_node/description |
add | /components/schemas/v0.0.41_partition_info/properties/defaults/properties/time/description |
add | /components/schemas/v0.0.41_partition_info/properties/maximums/properties/cpus_per_node/description |
add | /components/schemas/v0.0.41_partition_info/properties/maximums/properties/cpus_per_socket/description |
add | /components/schemas/v0.0.41_partition_info/properties/maximums/properties/nodes/description |
add | /components/schemas/v0.0.41_partition_info/properties/maximums/properties/over_time_limit/description |
add | /components/schemas/v0.0.41_partition_info/properties/maximums/properties/partition_memory_per_cpu/description |
add | /components/schemas/v0.0.41_partition_info/properties/maximums/properties/partition_memory_per_node/description |
add | /components/schemas/v0.0.41_partition_info/properties/maximums/properties/time/description |
add | /components/schemas/v0.0.41_partition_info/properties/suspend_time/description |
add | /components/schemas/v0.0.41_partition_info/properties/timeouts/properties/resume/description |
add | /components/schemas/v0.0.41_partition_info/properties/timeouts/properties/suspend/description |
add | /components/schemas/v0.0.41_partition_info/properties/select_type |
add | /components/schemas/v0.0.41_power_mgmt_data/properties/maximum_watts/description |
add | /components/schemas/v0.0.41_power_mgmt_data/properties/new_job_time/description |
add | /components/schemas/v0.0.41_stats_msg/properties/bf_when_last_cycle/description |
add | /components/schemas/v0.0.41_stats_msg/properties/job_states_ts/description |
add | /components/schemas/v0.0.41_stats_msg/properties/req_time/description |
add | /components/schemas/v0.0.41_stats_msg/properties/req_time_start/description |
add | /components/schemas/v0.0.41_stats_msg/properties/rpcs_by_message_type/description |
add | /components/schemas/v0.0.41_stats_msg/properties/rpcs_by_user/description |
add | /paths/"/slurmdb/v0.0.41"/jobs/get/parameters[19]/description |
add | /paths/"/slurmdb/v0.0.41"/jobs/get/parameters[20]/description |
move | /paths/"/slurmdb/v0.0.41"/jobs/get/parameters[9]/description |
remove | /components/schemas/v0.0.41_rollup_stats/description |
remove | /paths/"/slurmdb/v0.0.41"/jobs/get/parameters[4]/description |
remove | /paths/"/slurmdb/v0.0.41"/jobs/get/parameters[5]/description |
new fields |
|
Switch integer to have NO_VAL tagging to allow for complex values.
Field modified | .components.schemas."v0.0.41_job_desc_msg".properties.distribution_plane_size |
Fields tagged as deprecated
Deprecated field | .components.schemas."v0.0.41_job_submit_req".properties.script |
Modified Fields
Modified field | .components.schemas."v0.0.41_kill_jobs_msg".properties.flags.items.enum |
Added STEPMGR_ENABLED flag | .components.schemas."v0.0.41_openapi_job_info_resp".properties.jobs.items.properties.flags |
New enum values
New values | .components.schemas."v0.0.41_openapi_slurmdbd_config_resp".properties.accounts.items.properties.flags.items.enum |
New values | .components.schemas."v0.0.41_openapi_accounts_resp".properties.accounts.items.properties.flags.items.enum |
New values | .components.schemas."v0.0.41_openapi_assocs_resp".properties.associations.items.properties.flags.items.enum |
New values | .components.schemas."v0.0.41_job_desc_msg".properties.shared.items.enum.topo |
New values | .components.schemas."v0.0.41_openapi_job_info_resp".properties.shared.items.enum.topo |
New values | .components.schemas."v0.0.41_job_desc_msg".properties.exclusive.items.enum.topo |
New values | .components.schemas."v0.0.41_openapi_job_info_resp".properties.exclusive.items.enum.topo |
Add fields to job description
new field | .components.schemas."v0.0.41_job_desc_msg".properties.segment_size | |
new field | .components.schemas."v0.0.41_job_desc_msg".properties.resv_mpi_ports |
data_parser/v0.0.40
Modified Fields
Modified field | .components.schemas."v0.0.40_kill_jobs_msg".properties.flags.items.enum |
openapi/v0.0.39 (src/plugins/openapi/v0.0.39/openapi.json)
Deprecation notice
The v0.0.39 plugin has now been marked as deprecated.openapi/v0.0.38 (src/plugins/openapi/v0.0.38/openapi.json)
Removal notice
The v0.0.38 plugin has now been removed.openapi/slurmdbd
Generated openapi.json will only populate "deprecated" fields if true.
Reduced number of "$ref" fields. Where there was only 1 reference for the schema, the "$ref" schema will be directly populated in place. Content of the schemas will be relatively unchanged.
openapi/dbv0.0.39 (src/plugins/openapi/dbv0.0.39/openapi.json)
Deprecation notice
The dbv0.0.39 plugin has now been marked as deprecated.openapi/dbv0.0.38 (src/plugins/openapi/dbv0.0.38/openapi.json)
Removal notice
The dbv0.0.38 plugin has now been removed.Slurm 23.11.7
data_parser/v0.0.40
Add missing schema for job states query
modified field | .paths."/slurm/v0.0.40/jobs/state".get.responses."200".content |
modified field | .paths."/slurm/v0.0.40/jobs/state".get.responses."default".content |
new schema | .components.schemas."v0.0.40_openapi_job_state_resp" |
Slurm 23.11.6
data_parser/v0.0.40
Add new endpoint
new path | .paths."/slurm/v0.0.40/jobs".delete |
new path | .components.schemas."v0.0.40_openapi_kill_jobs_resp" |
new path | .components.schemas."v0.0.40_kill_jobs_msg" |
new path | .components.schemas."v0.0.40_kill_jobs_resp_msg" |
Modified field | .components.schemas."v0.0.40_kill_jobs_msg".properties.flags.items.enum |
Slurm 23.11.5
data_parser/v0.0.40
Add field
path | .components.schemas."v0.0.40_job_desc_msg".properties.cores_per_socket |
Slurm 23.11.2
data_parser/v0.0.40
Added field
before |
|
Add GRES_ONE_TASK_PER_SHARING and GRES_MULT_TASKS_PER_SHARING flags to /job_info, /job_desc_msg output
New property |
|
Slurm 23.11.1
data_parser/v0.0.40
Renamed field
before |
|
after |
|
Renamed field
before |
|
after |
|
openapi/slurmctld
Add field
add |
|
add |
|
add |
|
add |
|
add |
|
add |
|
openapi/slurmdbd
Add field
add |
|
Slurm 23.11.0
openapi/slurmctld
New plugin
The openapi/slurmctld plugin forked from the openapi/v0.0.39 plugin.Swap job exit codes to verbose output
Field modified | .components.schemas."v0.0.40_job_info".properties.exit_code |
Field modified | .components.schemas."v0.0.40_job_info".properties.derived_exit_code |
Remove the "required/memory" field. It would dump very large integers if the job required per cpu memory but dump correct amounts for per node memory.
Field removed | .component.schemas."v0.0.40_job".properties.required.properties.memory |
Add timestamps for last change to data or generation times.
Fields added | .components.schemas."v0.0.40_openapi_job_info_resp".properties.last_backfill .components.schemas."v0.0.40_openapi_job_info_resp".properties.last_update .components.schemas."v0.0.40_openapi_nodes_resp".properties.last_update .components.schemas."v0.0.40_openapi_partition_resp".properties.last_update .components.schemas."v0.0.40_openapi_reservation_resp".properties.last_update .components.schemas."v0.0.40_openapi_licenses_resp".properties.last_update |
openapi/v0.0.38 (src/plugins/openapi/v0.0.38/openapi.json)
Deprecation notice
The v0.0.38 plugin has now been marked as deprecated.openapi/v0.0.37 (src/plugins/openapi/v0.0.37/openapi.json)
Removal notice
The v0.0.37 plugin has now been removed.openapi/slurmdbd
New plugin
The openapi/slurmdbd plugin forked from the openapi/dbv0.0.39 plugin.Swap job exit codes to process exit codes
Field modified | .components.schemas."v0.0.40_job".properties.exit_code |
Field modified | .components.schemas."v0.0.40_job".properties.derived_exit_code |
Field modified | .components.schemas."v0.0.40_step".properties.exit_code |
Switch StepID field to be string to match CLI format
Field modified | .components.schemas."v0.0.40_step".properties.step |
Add fields to associations
Added | .components.schemas."v0.0.40_assoc".properties.accounting |
Added | .components.schemas."v0.0.40_assoc".properties.id |
Added | .components.schemas."v0.0.40_assoc".properties.comment |
Removed field from associations
Removed | .components.schemas."v0.0.40_assoc".properties.usage |
Add new /accounts_association endpoint
add |
|
Add new /users_association endpoint
add |
|
openapi/dbv0.0.38 (src/plugins/openapi/dbv0.0.38/openapi.json)
Deprecation notice
The dbv0.0.38 plugin has now been marked as deprecated.openapi/dbv0.0.37 (src/plugins/openapi/dbv0.0.37/openapi.json)
Removal notice
The dbv0.0.37 plugin has now been removed.Slurm 23.02.6
openapi/v0.0.39
Correct path for responses types
Updated paths | .paths."/slurm/v0.0.39/licenses".get.responses.default .paths."/slurm/v0.0.39/job/{job_id}".get.responses.default |
openapi/dbv0.0.39
Switch integer to have NO_VAL tagging to allow for complex values.
Field modified | .components.schemas."v0.0.39_assoc".properties.max.properties.jobs.properties.per.properties.count .components.schemas."v0.0.39_assoc".properties.max.properties.jobs.properties.active .components.schemas."v0.0.39_assoc".properties.max.properties.jobs.properties.accruing .components.schemas."v0.0.39_assoc".properties.max.properties.jobs.properties.total .components.schemas."v0.0.39_qos".properties.limits.properties.grace_time .components.schemas."v0.0.39_qos".properties.limits.properties.max.properties.active_jobs.properties.accruing .components.schemas."v0.0.39_qos".properties.limits.properties.max.properties.active_jobs.properties.count .components.schemas."v0.0.39_qos".properties.limits.properties.max.properties.wall_clock.properties.per.properties.qos .components.schemas."v0.0.39_qos".properties.limits.properties.max.properties.wall_clock.properties.per.properties.job .components.schemas."v0.0.39_qos".properties.limits.properties.max.properties.jobs.properties.active_jobs.properties.account .components.schemas."v0.0.39_qos".properties.limits.properties.max.properties.jobs.properties.active_jobs.properties.user .components.schemas."v0.0.39_qos".properties.limits.properties.max.properties.jobs.properties.per.properties.account .components.schemas."v0.0.39_qos".properties.limits.properties.max.properties.accruing.properties.per.properties.account .components.schemas."v0.0.39_qos".properties.limits.properties.max.properties.accruing.properties.per.properties.user .components.schemas."v0.0.39_qos".properties.limits.properties.min.properties.priority_threshold |
Slurm 23.02.5
openapi/v0.0.39
Add missing fields
path | .components.schemas."v0.0.39_job_desc_msg".properties.hold .components.schemas."v0.0.39_job_desc_msg".properties.priority .components.schemas."v0.0.39_job_desc_msg".properties.required .components.schemas."v0.0.39_cron_entry".properties.line.properties.start .components.schemas."v0.0.39_partition_info".properties.nodes.properties.allowed_allocation .components.schemas."v0.0.39_partition_info".properties.nodes.properties.configured .components.schemas."v0.0.39_partition_info".properties.accounts.properties.allowed .components.schemas."v0.0.39_partition_info".properties.qos.properties.allowed .components.schemas."v0.0.39_partition_info".properties.qos.properties.deny .components.schemas."v0.0.39_partition_info".properties.tres.properties.billing_weights .components.schemas."v0.0.39_partition_info".properties.cpus.properties.task_binding .components.schemas."v0.0.39_partition_info".properties.default.properties.memory_per_cpu .components.schemas."v0.0.39_partition_info".properties.default.properties.time .components.schemas."v0.0.39_partition_info".properties.maximums.properties.cpus_per_node .components.schemas."v0.0.39_partition_info".properties.maximums.properties.cpus_per_socket .components.schemas."v0.0.39_partition_info".properties.maximums.properties.memory_per_cpu .components.schemas."v0.0.39_partition_info".properties.maximums.properties.nodes .components.schemas."v0.0.39_partition_info".properties.maximums.properties.shares .components.schemas."v0.0.39_partition_info".properties.maximums.properties.time .components.schemas."v0.0.39_partition_info".properties.priority.properties.job_factor .components.schemas."v0.0.39_partition_info".properties.timeouts.properties.resume .components.schemas."v0.0.39_job_info".properties.hold |
Add required/memory_per_cpu and required/memory_per_node to v0.0.39_job to differientate between jobs that require memory per node or per CPU. Jobs that required per cpu memory will dump very large integers due to internal bit packing required/memory but dump correct amounts for per node memory.
Field added | .components.schemas."v0.0.39_job".properties.required.properties.mem_per_cpu |
Field added | .components.schemas."v0.0.39_job".properties.required.properties.mem_per_node |
openapi/dbv0.0.39
Add missing fields
path | .components.schemas."v0.0.39_stats_rpc".properties.time.properties.average .components.schemas."v0.0.39_stats_user".properties.time.properties.average .components.schemas."v0.0.39_user".properties.default.properties.account .components.schemas."v0.0.39_assoc".properties.max.properties.tres .components.schemas."v0.0.39_assoc".properties.max.properties.jobs.properties.active .components.schemas."v0.0.39_assoc".properties.max.properties.jobs.properties.accruing .components.schemas."v0.0.39_assoc".properties.max.properties.jobs.properties.total .components.schemas."v0.0.39_assoc".properties.max.properties.jobs.properties.per.properties.count .components.schemas."v0.0.39_assoc".properties.max.properties.jobs.properties.per.properties.accruing .components.schemas."v0.0.39_assoc".properties.max.properties.jobs.properties.per.properties.submitted .components.schemas."v0.0.39_qos".properties.limits.properties.grace_time .components.schemas."v0.0.39_qos".properties.limits.properties.max .components.schemas."v0.0.39_qos".properties.limits.properties.jobs .components.schemas."v0.0.39_qos".properties.limits.properties.factor .components.schemas."v0.0.39_qos".properties.limits.properties.min.properties.priority_threshold .components.schemas."v0.0.39_qos".properties.preempt.properties.list .components.schemas."v0.0.39_qos".properties.preempt.properties.mode .components.schemas."v0.0.39_job".properties.hold .components.schemas."v0.0.39_job".properties.comment.properties.administrator .components.schemas."v0.0.39_job".properties.comment.properties.job .components.schemas."v0.0.39_job".properties.array.properties.job_id .components.schemas."v0.0.39_job".properties.array.properties.limits .components.schemas."v0.0.39_job".properties.array.properties.task_id .components.schemas."v0.0.39_job".properties.time.properties.elapsed .components.schemas."v0.0.39_job".properties.time.properties.eligible .components.schemas."v0.0.39_job".properties.time.properties.end .components.schemas."v0.0.39_job".properties.time.properties.start .components.schemas."v0.0.39_job".properties.time.properties.submission .components.schemas."v0.0.39_job".properties.time.properties.suspended .components.schemas."v0.0.39_job".properties.time.properties.system .components.schemas."v0.0.39_job".properties.time.properties.limit .components.schemas."v0.0.39_job".properties.time.properties.total .components.schemas."v0.0.39_job".properties.time.properties.user.properties.seconds .components.schemas."v0.0.39_job".properties.het.properties.job_id .components.schemas."v0.0.39_job".properties.required.properties.CPUs .components.schemas."v0.0.39_job".properties.reservation.properties.id .components.schemas."v0.0.39_job".properties.state.properties.current .components.schemas."v0.0.39_job".properties.tres.properties.allocated .components.schemas."v0.0.39_step".properties.time.properties.elapsed .components.schemas."v0.0.39_step".properties.time.properties.end .components.schemas."v0.0.39_step".properties.time.properties.start .components.schemas."v0.0.39_step".properties.time.properties.suspended .components.schemas."v0.0.39_step".properties.time.properties.system .components.schemas."v0.0.39_step".properties.time.properties.total .components.schemas."v0.0.39_step".properties.time.properties.user.properties.seconds .components.schemas."v0.0.39_step".properties.nodes.properties.count .components.schemas."v0.0.39_step".properties.nodes.properties.range .components.schemas."v0.0.39_step".properties.CPU.properties.requested_frequency .components.schemas."v0.0.39_step".properties.statistics.properties.CPU .components.schemas."v0.0.39_step".properties.step.properties.id .components.schemas."v0.0.39_step".properties.tres.properties.requested .components.schemas."v0.0.39_step".properties.tres.properties.consumed .components.schemas."v0.0.39_cluster_rec".properties.controller.properties.host |
Switch integer to have NO_VAL tagging to allow for complex values.
Field modified | .components.schemas."v0.0.39_acct_gather_energy".properties.current_watts |
Field modified | .components.schemas."v0.0.39_qos".properties.priority |
Slurm 23.02.4
openapi/v0.0.39
Tag job description environment field as required
Field add | .components.schemas."v0.0.39_job_desc_msg".required |
Add status schema to default
Field added | .paths."/licenses/".get.responses.default |
Field added | .paths."/job/{job_id}".get.responses.default |
Tag derived_exit_code and exit_code as UINT32_NO_VAL to avoid 4294967295 on still running jobs.
Field changed | .components.schemas."v0.0.39_job_info".properties.derived_exit_code |
Field changed | .components.schemas."v0.0.39_job_info".properties.exit_code |
Slurm 23.02.3
openapi/v0.0.39
Correct invalid reference in status schema
Field modified | .components.schemas.status.properties.errors |
Revert removal of Job description "oversubscribe" field
New field | .components.schemas."v0.0.39_job_desc_msg".properties.oversubscribe |
New field | .components.schemas."v0.0.39_job_info".properties.oversubscribe |
Slurm 23.02.2
openapi/v0.0.39
Revert format change for job updates
Modify field | .paths."/job/{job_id}".post.requestBody.content |
Revert removal of Job description "exclusive" field
New field | .components.schemas."v0.0.39_job_desc_msg".properties.exclusive |
New field | .components.schemas."v0.0.39_job_info".properties.exclusive |
openapi/dbv0.0.39
Revert removal of Job description "exclusive" field
New field | .components.schemas."v0.0.39_job_desc_msg".properties.exclusive |
New field | .components.schemas."v0.0.39_job_info".properties.exclusive |
Slurm 23.02.0
openapi/v0.0.39
New plugin
The v0.0.39 plugin forked from the v0.0.38 plugin.New Schema
Plugin has been converted to new data_parser/v0.0.39 plugin for handling parsing and dumping of all data structures and automatic data structure schema generation. There have been significant changes to all schemas and care needs to be take to update data sent and expected from requests while porting to new plugin. Developers are advised to review the generated OpenAPI output directly while updating.New methods for node queries
DELETE and POST methods are now supported for /slurm/v0.0.39/node/{node_id} paths.openapi/v0.0.37
Deprecation notice
The v0.0.37 plugin has now been marked as deprecated.openapi/v0.0.36
Removal notice
The v0.0.36 plugin has now been removed.openapi/dbv0.0.39
New plugin
The dbv0.0.39 plugin forked from the dbv0.0.38 plugin.New Schema
Plugin has been converted to new data_parser/v0.0.39 plugin for handling parsing and dumping of all data structures and automatic data structure schema generation. There have been significant changes to all schemas and care needs to be take to update data sent and expected from requests while porting to new plugin. Developers are advised to review the generated OpenAPI output directly while updating.openapi/dbv0.0.37
Deprecation notice
The dbv0.0.37 plugin has now been marked as deprecated.openapi/dbv0.0.36
Removal notice
The dbv0.0.36 plugin has now been removed.Slurm 22.05.8
openapi/v0.0.38
Fix invalid type for nice
Field modified | .components.schemas."v0.0.38_job_properties".properties.nice |
openapi/dbv0.0.38
Populate POST /tres/ body
new path | .paths."/tres/".post.requestBody |
new path | .components.schemas."dbv0.0.38_tres_update" |
new field | .components.schemas."dbv0.0.38_update_qos".type |
Add missing type field
new field | .components.schemas."dbv0.0.38_update_account".type |
new field | .components.schemas."dbv0.0.38_update_users".type |
Add missing requestBody field
new path | .paths."/associations/".post.requestBody |
new path | .paths."/wckeys/".post.requestBody |
Add missing requestBody field
new field | .paths."/config".post.requestBody |
new field | .components.schemas."dbv0.0.38_set_config" |
Correct type of field accounts->accounting in wckeys
new schema | .components.schemas."dbv0.0.38_accounting" |
new field | .components.schemas."dbv0.0.38_wckey".properties.accounting |
removed field | .components.schemas."dbv0.0.38_wckey".properties.accounts |
Use "QOS" in dbv0.0.38_qos_info
previous path | .components.schemas."dbv0.0.38_qos_info".properties.qos |
new path | .components.schemas."dbv0.0.38_qos_info".properties.QOS |
Add oversubscribe option to job submission properties
Field added | .components.schemas."v0.0.38_job_properties".properties.oversubscribe |
Slurm 22.05.7
openapi/v0.0.38
Add missing fields
Field added | .components.schemas."v0.0.38_partition".properties.maximum_memory_per_cpu |
Field added | .components.schemas."v0.0.38_partition".properties.default_memory_per_node |
Slurm 22.05.6
openapi/v0.0.38
Fix misnamed reference to prior version
Field modified | .components.schemas."dbv0.0.38_tres_info".properties.tres |
Slurm 22.05.4
openapi/v0.0.38
Add missing field to job properties
Add field prefer to jobs | .components.schemas."v0.0.38_job_properties".properties.prefer |
Slurm 22.05.0
openapi/dbv0.0.38
add plugin
new dbv0.0.38 openapi plugin |
|
Add POST method for /associations
new path | .paths."/associations/".post |
new path | .components.schemas."dbv0.0.38_response_associations" |
Correct placement of step TRES
previous path | .components.schemas."dbv0.0.38_job_step".properties.step.properties.tres |
new path | .components.schemas."dbv0.0.38_job_step".properties.tres |
Add association fields
new fields |
|
Add error response contents
new fields |
|
Move incorrectly named field
old path | .components.schemas."dbv0.0.38_qos".properties.limits.max.jobs.per.account |
new path | .components.schemas."dbv0.0.38_qos".properties.limits.max.jobs.active_jobs.per.account |
Move incorrectly named field
old path | .components.schemas."dbv0.0.38_qos".properties.limits.properties.max.properties.jobs.properties.per.properties.user |
new path | .components.schemas."dbv0.0.38_qos".properties.limits.properties.max.properties.jobs.properties.active_jobs.properties.per.properties.user |
Add QOS fields
new fields |
|
Add diag fields
new fields |
|
Split up token and user
change array values |
|
Add meta entry
field added |
|
Add missing response field
new fields |
|
Switch field from object to array
modified field |
|
Add missing field
new field |
|
Correct field type to reference
modified field |
|
Add requestBody field and associated schema
new fields |
|
Correct parameter styles to "form"
modified fields |
|
Change operationId naming schema to include url path
modified fields |
|
Fix issue where association's QOS list consisted of IDs instead of names
modified fields |
|
Add POST method for /qos
new method | .paths."/qos/".post |
new path | .components.schemas."dbv0.0.38_response_qos" |
new path | .components.schemas."dbv0.0.38_update_qos" |
Move response fields in dbv0.0.37_diag under "statistics"
new parent field |
|
|
subordinated fields |
|
Allow strings for JobIds instead of only numerical JobIds.
Change job_id parameter to string |
|
Add with_deleted input parameter to GET /user, /users
New parameter |
|
Add deleted flag to /user, /users output
New property |
|
Add with_deleted input parameter to GET /qos
New parameter |
|
Add with_deleted input parameter to GET /account, /accounts
New parameter |
|
Add container field to job description
new fields |
|
Enforce limit to only DELETE or GET a single association instead of using required parameters.
changed value |
|
Add filter parameters to GET /associations
new method |
|
openapi/dbv0.0.36
Deprecation notice
The dbv0.0.36 plugin has now been marked as deprecated.openapi/v0.0.38
add plugin
new v0.0.38 openapi plugin |
|
Allow strings for JobIds instead of only numerical JobIds.
Change job_id parameter to string |
|
Correct multiple type mistakes
modified entry | .components.schemas."v0.0.38_job_response_properties".properties.array_job_id |
modified entry | .components.schemas."v0.0.38_job_response_properties".properties.array_task_id |
modified entry | .components.schemas."v0.0.38_job_response_properties".properties.array_max_tasks |
modified entry | .components.schemas."v0.0.38_job_response_properties".properties.association_id |
modified entry | .components.schemas."v0.0.38_job_response_properties".properties.billable_tres |
modified entry | .components.schemas."v0.0.38_job_response_properties".properties.deadline |
modified entry | .components.schemas."v0.0.38_job_response_properties".properties.delay_boot |
modified entry | .components.schemas."v0.0.38_job_response_properties".properties.derived_exit_code |
modified entry | .components.schemas."v0.0.38_job_response_properties".properties.group_id |
modified entry | .components.schemas."v0.0.38_job_response_properties".properties.job_id |
modified entry | .components.schemas."v0.0.38_job_response_properties".properties.last_sched_evaluation |
modified entry | .components.schemas."v0.0.38_job_response_properties".properties.max_cpus |
modified entry | .components.schemas."v0.0.38_job_response_properties".properties.max_nodes |
modified entry | .components.schemas."v0.0.38_job_response_properties".properties.nice |
modified entry | .components.schemas."v0.0.38_job_response_properties".properties.tasks_per_core |
modified entry | .components.schemas."v0.0.38_job_response_properties".properties.tasks_per_socket |
modified entry | .components.schemas."v0.0.38_job_response_properties".properties.tasks_per_board |
modified entry | .components.schemas."v0.0.38_job_response_properties".properties.cpus |
modified entry | .components.schemas."v0.0.38_job_response_properties".properties.node_count |
modified entry | .components.schemas."v0.0.38_job_response_properties".properties.tasks |
modified entry | .components.schemas."v0.0.38_job_response_properties".properties.het_job_id |
modified entry | .components.schemas."v0.0.38_job_response_properties".properties.het_job_offset |
modified entry | .components.schemas."v0.0.38_job_response_properties".properties.memory_per_node |
modified entry | .components.schemas."v0.0.38_job_response_properties".properties.memory_per_cpu |
modified entry | .components.schemas."v0.0.38_job_response_properties".properties.minimum_cpus_per_node |
modified entry | .components.schemas."v0.0.38_job_response_properties".properties.minimum_tmp_disk_per_node |
modified entry | .components.schemas."v0.0.38_job_response_properties".properties.priority |
modified entry | .components.schemas."v0.0.38_job_response_properties".properties.restart_cnt |
modified entry | .components.schemas."v0.0.38_job_response_properties".properties.sockets_per_board |
modified entry | .components.schemas."v0.0.38_job_response_properties".properties.sockets_per_node |
modified entry | .components.schemas."v0.0.38_job_response_properties".properties.time_limit |
modified entry | .components.schemas."v0.0.38_job_response_properties".properties.time_minimum |
modified entry | .components.schemas."v0.0.38_job_response_properties".properties.threads_per_core |
modified entry | .components.schemas."v0.0.38_job_response_properties".properties.user_id |
modified entry | .components.schemas."v0.0.38_job_response_properties".properties.allocated_nodes |
modified entry | .components.schemas."v0.0.38_job_response_properties".properties.cpus |
Fix errant space after JOB_CPUS_SET flag.
Fix response. |
|
Add new /licenses endpoint
add |
|
Add meta entry
field added |
|
Add error response contents
new fields |
|
Rename errno to error_number
rename |
|
Correct parameter styles to "form"
modified fields |
|
Change operationId naming schema to include url path
modified fields |
|
Response changed to move "cores" into "sockets" to differentiate which cores and sockets are allocated. Changed from named dictionary of node names to array containing objects with nodename set.
Updated response. |
|
New fields add to diag endpoint
new fields |
|
Add container field to job description
new fields |
|
Add method to delete associations using filters
new method |
|
Rename response schema entry
previous path | .components.schemas."dbv0.0.38_response_association_delete" |
new path | .components.schemas."dbv0.0.38_response_associations_delete" |
openapi/v0.0.36
Deprecation notice
The v0.0.36 plugin has now been marked as deprecated.openapi/v0.0.35
Removal notice
The v0.0.35 plugin has now been removed.Slurm 21.08.8
openapi/dbv0.0.37
Move response fields in dbv0.0.37_diag under "statistics"
new parent field |
|
|
subordinated fields |
|
Slurm 21.08.7
openapi/v0.0.37
Fix misspelling: change account_gather_freqency to account_gather_frequency (only the spec was wrong; the underlying code already worked with the correct spelling).
previous path | .components.schemas."v0.0.37_job_properties".properties.account_gather_freqency |
new path | .components.schemas."v0.0.37_job_properties".properties.account_gather_frequency |
Fix misspelling: change cluster_constraints to cluster_constraint (only the spec was wrong; the underlying code already worked with the correct spelling).
previous path | .components.schemas."v0.0.37_job_properties".properties.cluster_constraints |
new path | .components.schemas."v0.0.37_job_properties".properties.cluster_constraint |
Slurm 21.08.6
openapi/dbv0.0.37
Add association fields
new fields |
|
Move incorrectly named field
old path | .components.schemas."dbv0.0.37_qos".properties.limits.max.jobs.per.account |
new path | .components.schemas."dbv0.0.37_qos".properties.limits.max.jobs.active_jobs.per.account |
Move incorrectly named field
old path | .components.schemas."dbv0.0.37_qos".properties.limits.properties.max.properties.jobs.properties.per.properties.user |
new path | .components.schemas."dbv0.0.37_qos".properties.limits.properties.max.properties.jobs.properties.active_jobs.properties.per.properties.user |
Add QOS fields
new fields |
|
Slurm 21.08.3
openapi/v0.0.37
Allow strings for JobIds instead of only numerical JobIds.
Change job_id parameter to string |
|
openapi/dbv0.0.37
Correct placement of step TRES
previous path | .components.schemas."dbv0.0.37_job_step".properties.step.properties.tres |
new path | .components.schemas."dbv0.0.37_job_step".properties.tres |
openapi/dbv0.0.36
Correct placement of step TRES
previous path | .components.schemas."dbv0.0.36_job_step".properties.step.properties.tres |
new path | .components.schemas."dbv0.0.36_job_step".properties.tres |
Slurm 21.08.0
All of the OpenAPI plugins have moved from "src/slurmrestd/plugins/openapi/" to "src/plugins/openapi/".
openapi/v0.0.35
Deprecation notice
The v0.0.35 plugin has now been deprecated.openapi/dbv0.0.37
add plugin
new dbv0.0.37 openapi plugin |
|
rename previous -> reason
previous path | .components.schemas."dbv0.0.37_job".properties.state.previous |
new path | .components.schemas."dbv0.0.37_job".properties.state.reason |
openapi/v0.0.37
add plugin
new v0.0.37 openapi plugin |
|
rename standard_in -> standard_input
previous path | .components.schemas."v0.0.37_job_response_properties".properties.standard_in |
new path | .components.schemas."v0.0.37_job_response_properties".properties.standard_input |
rename standard_out -> standard_output
previous path | .components.schemas."v0.0.37_job_response_properties".properties.standard_out |
new path | .components.schemas."v0.0.37_job_response_properties".properties.standard_output |
Add update_time field to Jobs query to allow clients to only get jobs list based on change timestamp.
new path | .paths."/jobs/".get.parameters[0] |
add api to fetch reservation(s) info
added path | .paths."/reservations/" |
added path | .paths."/reservation/{reservation_name}" |
added path | .components.schemas."v0.0.37_reservation" |
Mark job environment as required
new path | .components.schemas."v0.0.37_job_properties".required |
Correct preemption_mode type to list of strings
modify path | .components.schemas."v0.0.37_partition".properties.preemption_mode |
Set UNIX timestamps to int64 instead of string
modify path | .components.schemas."v0.0.37_job_response_properties".properties.accrue_time |
modify path | .components.schemas."v0.0.37_job_response_properties".properties.eligible_time |
modify path | .components.schemas."v0.0.37_job_response_properties".properties.end_time |
modify path | .components.schemas."v0.0.37_job_response_properties".properties.preempt_time |
modify path | .components.schemas."v0.0.37_job_response_properties".properties.pre_sus_time |
modify path | .components.schemas."v0.0.37_job_response_properties".properties.resize_time |
Add new fields to node properties
add path | .components.schemas."v0.0.37_node".properties.tres_used |
add path | .components.schemas."v0.0.37_node".properties.tres_weighted |
add path | .components.schemas."v0.0.37_node".properties.alloc_cpus |
add path | .components.schemas."v0.0.37_node".properties.idle_cpus |
add path | .components.schemas."v0.0.37_node".properties.alloc_memory |
add path | .components.schemas."v0.0.37_node".properties.partitions |
replace nodes_online with state in /partitions endpoint
removed path | .components.schemas."v0.0.37_partitions_response".nodes_online |
added path | .components.schemas."v0.0.37_partitions_response".state |
Add POST method for /associations
new path | .paths."/associations/".post |
new path | .components.schemas."dbv0.0.37_response_associations" |
Slurm 20.11.5
openapi/dbv0.0.36
Mark job environment as required
new path | .components.schemas."v0.0.36_job_properties".required |
Add state flags
new path | .components.schemas."v0.0.37_node".properties.state_flags |
new path | .components.schemas."v0.0.37_node".properties.next_state_after_reboot_flags |
Correct description for previous state
path | .components.schemas."dbv0.0.36_job".properties.state.properties.previous |
Slurm 20.11.3
openapi/dbv0.0.36
Correct structure of dbv0.0.36_tres_list
path | .components.schemas."dbv0.0.36_tres_list" |
Accept Job Query CSV parameters as a list (JSON array)
path | .paths."/jobs/".get.parameters |
Slurm 20.11.1
openapi/v0.0.36
Correct name for partition field
previous path | .components.schemas."v0.0.36_partition".properties."min nodes per job" |
new path | .components.schemas."v0.0.36_partition".properties."min_nodes_per_job" |
Add node comment field
new path | .components.schemas."v0.0.36_node".properties.comment |
Slurm 20.11.0
openapi/dbv0.0.36
Initial Implementation of database queries.
openapi/v0.0.36
add plugin
new v0.0.36 openapi plugin |
|
Add error schema
path | .components.schemas."v0.0.36_error" |
return array of nodes instead of dictionary
path | .components.schemas."v0.0.36_nodes_response" |
return array of partitions instead of dictionary
path | .components.schemas."v0.0.36_partitions_response" |
return array of pings instead of dictionary
path | .components.schemas."v0.0.36_ping" |
Simplify possible signals for canceling jobs
path | .paths."/job/{job_id}".delete.parameters[1] |
Simplify exclusive for jobs submissions
path | .components.schemas."v0.0.36_job_properties".properties.exclusive |
Simplify nodes for jobs submissions
path | .components.schemas."v0.0.36_job_properties".properties.nodes |
Change server URL
previous | .servers[0].url=/ |
new | .servers[0].url=/slurm/v0.0.36/ |
Add operationId tag
parent path | .paths |
prepend every schema with v0.0.36_
parent path | .components.schemas |
add tags openapi and slurm
new path | .tags |
add support contact
new path | .info.contact |
populate response from partitions query
new path | .components.schemas.partitions_response |
rename "node_info" to "nodes_response"
removed path | .components.schemas.node_info |
new path | .components.schemas.nodes_response |
add jobs query response properties
new path | .components.schemas.diag |
define response to diag
new path | .components.schemas.diag |
add job query response properties
new path | .components.schemas.job_response_properties |
remove "requested_node_by_index"
removed path | .components.schemas.job_response_properties.properties.requested_node_by_index |
rename "pn_min_tmp_disk" to "minimum_tmp_disk_per_node"
removed path | .components.schemas.job_response_properties.properties.pn_min_tmp_disk |
new path | .components.schemas.job_response_properties.properties.minimum_tmp_disk_per_node |
renamed "nodes" to "node_count"
removed path | .components.schemas.job_response_properties.properties.nodes |
new path | .components.schemas.job_response_properties.properties.node_count |
add get job responses schema
new path | .components.schemas.job_submission_response |
use job_submission for job_submit instead of job_properties
changed field | .paths."/job/submit".requestBody.content."application/json" |
changed field | .paths."/job/submit".requestBody.content."application/x-yaml" |
new path | .components.schemas.job_submission |
Set type for "job_properties" schema
new path | .components.schemas.v0.0.36_job_properties.properties.type |
add security bearer
new path | .security |
Slurm 20.02.0
v0.0.35
Initial Implementation of Slurm REST API.
Last modified 13 May 2025